summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/__init__.py
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'origin/master' into developQMK Bot2022-08-24
|\
| * Update invalid pip install flag (#18146)Joel Challis2022-08-24
* | CLI: Teaching the CLI to flash binaries (#16584)Erovia2022-08-20
* | Add cli command to import keyboard|keymap|kbfirmware (#16668)Joel Challis2022-07-02
|/
* Allow module check to error out when piped to /dev/null (#17505)Joel Challis2022-06-30
* Data driven `g_led_config` (#16728)Joel Challis2022-05-16
* Quantum Painter (#10174)Nick Brassel2022-04-13
* CLI: Add 'via2json' subcommand (#16468)Erovia2022-03-24
* [cli] Export list of `develop` PRs to be merged into `master` (#13944)Nick Brassel2021-11-18
* Merge remote-tracking branch 'upstream/master' into developNick Brassel2021-11-05
|\
| * CLI: Add 'cd' subcommand (#12584)Erovia2021-11-05
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-10-04
|\|
| * Allow community layouts to be specified in info.json (#14682)Zach White2021-10-04
* | New CLI subcommand to create clang-compatible compilation database (`compile_...Bao2021-09-16
* | Merge remote-tracking branch 'origin/master' into developQMK Bot2021-08-29
|\|
| * ensure that the directory for sys.executable is in the user's path (#14229)Zach White2021-08-29
* | remove qmk console, which is now part of the global cli (#14206)Zach White2021-08-29
|/
* Merge remote-tracking branch 'origin/master' into developQMK Bot2021-08-13
|\
| * use sudo to install modules if needed (#13984)Zach White2021-08-13
* | Move all our CLI file formatters to the format dir (#13296)Zach White2021-07-20
* | Merge remote-tracking branch 'origin/master' into developZach White2021-07-14
|\|
| * switch to qmk-dotty-dict (#13460)Zach White2021-07-14
* | CLI: Add subcommand to generate version.h (#13151)Ryan2021-06-27
|/
* add doctor to safe_commands (#13324)Zach White2021-06-24
* Ensure that safe_commands always run (#13199)Zach White2021-06-14
* 2021 May 29 Breaking Changes Update (#13034)James Young2021-05-29
* World domination (#13021)Erovia2021-05-29
* Use milc.subcommand.config instead of qmk.cli.config (#13002)Zach White2021-05-24
* Move the module checking and updating to lib/python (#12416)Zach White2021-05-10
* Add script to perform parallel builds. (#12497)Nick Brassel2021-05-09
* Add support for tab completion (#12411)Zach White2021-04-14
* Add a `qmk format-json` command that will format JSON files (#12372)Zach White2021-03-25
* bump to python 3.7 (#11408)Zach White2021-02-13
* remove deprecated qmk json-keymap (#11823)Zach White2021-02-08
* CI: Add workflow for codebase formatting (#7382)Joel Challis2020-12-10
* 2020 November 28 Breaking Changes Update (#11053)James Young2020-11-28
* New command: qmk lint (#10761)Zach White2020-11-07
* CLI: Add `qmk clean` (#10785)Ryan2020-11-04
* Generate api data on each push (#10609)Zach White2020-10-25
* [CLI] Add c2json (#8817)Erovia2020-10-06
* [CLI] Add a subcommand for getting information about a keyboard (#8666)Zach White2020-05-26
* Move everything to Python 3.6 (#8835)skullydazed2020-04-18
* Add decorators for determining keyboard and keymap based on current directory...skullydazed2020-03-13
* Rename qmk json-keymap to qmk json2c (#8372)skullydazed2020-03-10
* Add CLI command for flashing a keyboardjorgemanzo2019-11-15
* Add cli convert subcommand, from raw KLE to JSON (#6898)Cody Bender2019-11-12
* [Docs] CLI command to serve docs locally (#6956)fauxpark2019-10-08
* [CLI] Add `qmk list_keyboards` (#6927)Dan McClain2019-10-07
* Configuration system for CLI (#6708)skullydazed2019-09-22
* Created new_keymap.py, python version of new_keymap.sh (#6066)Kenny Hoang2019-09-10