summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli
Commit message (Expand)AuthorAgeFilesLines
* Rebase on master, hide some other subcommandsErovia2020-04-083-3/+3
* CLI: Add development mode supportErovia2020-04-083-3/+3
* Doctor: Add avrdude/dfu-util/dfu-programmer version printing (#8678)Ryan2020-04-051-6/+31
* minor tweaksskullY2020-04-041-4/+2
* Fix saving output from avrdude and dfu-programmerRoss Baquir2020-04-041-3/+9
* Use version_arg in ESSENTIAL_BINARIES dictRoss Baquir2020-04-041-6/+4
* Fixes #8541 by getting version from -dumpversion then --version as fallbackRoss Baquir2020-04-041-7/+8
* CLI: More MSYS2 fixes (#8577)Erovia2020-03-291-8/+9
* CLI: Hide json-keymap subcommand, as it's been deprecated.Erovia2020-03-181-1/+1
* Add decorators for determining keyboard and keymap based on current directory...skullydazed2020-03-135-29/+66
* use qmk.path.normpath to locate the output file.skullY2020-03-121-2/+1
* Rename qmk json-keymap to qmk json2c (#8372)skullydazed2020-03-103-43/+60
* Add gcc version detection to qmk doctor (#8338)skullydazed2020-03-081-3/+49
* Fixed OS detection such that OSX doesn't take over the world (#8248)Mikkel Jeppesen2020-02-261-1/+1
* New functionality for cformat (#7893)Akaash Suresh2020-02-221-23/+42
* Use pathlib everywhere we can (#7872)skullydazed2020-02-175-134/+57
* Fix os detection in OSX python 3.8 (#8187)Mikkel Jeppesen2020-02-171-1/+1
* Code cleanup, use pathlib, use pytest keyboardErovia2020-02-151-7/+3
* Fix commandline parsing and flake8 findings, rebaseErovia2020-02-151-1/+4
* Drop bs4 dependency, update docs, minor improvementsErovia2020-02-151-4/+7
* Another major refactoring, add documentationErovia2020-02-151-76/+8
* Fix output formatErovia2020-02-151-1/+1
* Try to figure out revision, drop -rv/--revision argumentErovia2020-02-151-32/+34
* Fix help message.Erovia2020-02-151-1/+1
* Get all buildable keymaps for each revisionErovia2020-02-151-27/+32
* Major update to work better with revisionsErovia2020-02-151-24/+21
* CLI: add support for list_keymapsErovia2020-02-152-0/+85
* Update the flash cli command to use the user config (#8125)Erovia2020-02-081-2/+2
* Add QMK Compile Context Sensitivity (#6884)Cody Bender2020-02-071-3/+72
* Fix cformat processing files within ignore folders (#8063)Joel Challis2020-02-021-0/+1
* Qmk doctor os check to support newer msys2/w10 installations (#8031)Mikkel Jeppesen2020-01-281-4/+4
* Beef up how `qmk doctor` works. (#7375)skullydazed2020-01-241-63/+176
* Align cformat rules with current CI implementation (#7936)Joel Challis2020-01-211-3/+4
* yapf and styleskullY2020-01-111-11/+10
* Make the udev rules easier to read and manageErovia2020-01-111-10/+19
* Fix Pro Micro's and its bootloader's nameErovia2020-01-111-3/+3
* CLI: Rework ModemManager check and add udev checkErovia2020-01-111-17/+38
* Also fix flashZach White2019-12-081-2/+3
* Fix compiling json filesZach White2019-12-081-1/+1
* Add pep8-naming to our python lintingskullY2019-12-011-1/+1
* Use os.chdir for `qmk docs` instead of a custom HTTP request handler (#7493)fauxpark2019-11-291-6/+4
* Add flake8 to our test suite and fix all errors (#7379)skullydazed2019-11-208-77/+79
* format code according to conventions [skip ci]QMK Bot2019-11-162-3/+3
* Add CLI command for flashing a keyboardjorgemanzo2019-11-153-5/+97
* format code according to conventions [skip ci]QMK Bot2019-11-131-6/+4
* Add cli convert subcommand, from raw KLE to JSON (#6898)Cody Bender2019-11-122-0/+80
* Make generating keymap.c from JSON more reliableskullY2019-11-121-1/+3
* Small CLI cleanupsskullY2019-11-122-1/+2
* When checking program returncodes treat both 0 and 1 as installedskullY2019-11-121-5/+4
* Add support for newer versions of clang-format, if installedskullY2019-11-121-1/+10