summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Try to figure out revision, drop -rv/--revision argumentErovia2020-02-15
* Fix help message.Erovia2020-02-15
* Get all buildable keymaps for each revisionErovia2020-02-15
* Major update to work better with revisionsErovia2020-02-15
* CLI: add support for list_keymapsErovia2020-02-15
* use replace() over rename() to have cross-platform overwriting (#8148)Mikkel Jeppesen2020-02-11
* Update the flash cli command to use the user config (#8125)Erovia2020-02-08
* CI: Add workflow for CLI testing (#7357)Joel Challis2020-02-08
* Add QMK Compile Context Sensitivity (#6884)Cody Bender2020-02-07
* Improve the functionality of qmk.questions (#8020)skullydazed2020-02-03
* Fix cformat processing files within ignore folders (#8063)Joel Challis2020-02-02
* Qmk doctor os check to support newer msys2/w10 installations (#8031)Mikkel Jeppesen2020-01-28
* Beef up how `qmk doctor` works. (#7375)skullydazed2020-01-24
* Align cformat rules with current CI implementation (#7936)Joel Challis2020-01-21
* Fix attribute heritance for long commands.Erovia2020-01-19
* Fix commandline arg merging, small improvementsErovia2020-01-19
* MILC: Fix/complete attribute heritanceErovia2020-01-19
* yapf and styleskullY2020-01-11
* Make the udev rules easier to read and manageErovia2020-01-11
* Fix Pro Micro's and its bootloader's nameErovia2020-01-11
* CLI: Rework ModemManager check and add udev checkErovia2020-01-11
* Also fix flashZach White2019-12-08
* Fix compiling json filesZach White2019-12-08
* Add pep8-naming to our python lintingskullY2019-12-01
* Use os.chdir for `qmk docs` instead of a custom HTTP request handler (#7493)fauxpark2019-11-29
* MILC: Add support for hidden subcommands (#7034)Erovia2019-11-21
* Add flake8 to our test suite and fix all errors (#7379)skullydazed2019-11-20
* Improve a number of things about how MILC operates (#7344)skullydazed2019-11-18
* format code according to conventions [skip ci]QMK Bot2019-11-16
* Add CLI command for flashing a keyboardjorgemanzo2019-11-15
* format code according to conventions [skip ci]QMK Bot2019-11-13
* Add cli convert subcommand, from raw KLE to JSON (#6898)Cody Bender2019-11-12
* Make generating keymap.c from JSON more reliableskullY2019-11-12
* Small CLI cleanupsskullY2019-11-12
* When checking program returncodes treat both 0 and 1 as installedskullY2019-11-12
* Add support for newer versions of clang-format, if installedskullY2019-11-12
* Fix the CLI docs (#6979)HEADmasterSt. John Johnson2019-10-29
* MILC: Use dashes instead of underscores for subcommandsErovia2019-10-23
* Fix detection of ModemManager (#7076)Harry Wada2019-10-20
* [CLI] `qmk docs` graceful shutdown on Ctrl+C (#6989)fauxpark2019-10-11
* [Docs] CLI command to serve docs locally (#6956)fauxpark2019-10-08
* [CLI] Add `qmk list_keyboards` (#6927)Dan McClain2019-10-07
* Use `keymap` instead of `username` variable for `qmk new_keymap` (#6885)St. John Johnson2019-10-05
* Fix qmk doctor 'bytes-like object is required' on linuxAyman Bagabas2019-10-03
* Configuration system for CLI (#6708)skullydazed2019-09-22
* Created new_keymap.py, python version of new_keymap.sh (#6066)Kenny Hoang2019-09-10
* Add a command to format python codeskullY2019-09-07
* Make the modem manager check more pythonicskullY2019-09-07
* run yapf on the codeskullY2019-09-07
* Setup a python test frameworkskullY2019-09-07