summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2020-02-15Drop bs4 dependency, update docs, minor improvementsErovia3-20/+16
2020-02-15Fix regex for parsing rules.mk filesErovia1-8/+3
2020-02-15Add test for list_keymapsErovia1-0/+5
2020-02-15Another major refactoring, add documentationErovia4-76/+162
2020-02-15Fix output formatErovia1-1/+1
2020-02-15Try to figure out revision, drop -rv/--revision argumentErovia1-32/+34
2020-02-15Fix help message.Erovia1-1/+1
2020-02-15Get all buildable keymaps for each revisionErovia1-27/+32
2020-02-15Major update to work better with revisionsErovia1-24/+21
2020-02-15CLI: add support for list_keymapsErovia2-0/+85
2020-02-11use replace() over rename() to have cross-platform overwriting (#8148)Mikkel Jeppesen1-1/+1
2020-02-08Update the flash cli command to use the user config (#8125)Erovia1-2/+2
2020-02-08CI: Add workflow for CLI testing (#7357)Joel Challis1-1/+1
2020-02-07Add QMK Compile Context Sensitivity (#6884)Cody Bender1-3/+72
2020-02-03Improve the functionality of qmk.questions (#8020)skullydazed1-8/+89
2020-02-02Fix cformat processing files within ignore folders (#8063)Joel Challis1-0/+1
2020-01-28Qmk doctor os check to support newer msys2/w10 installations (#8031)Mikkel Jeppesen1-4/+4
2020-01-24Beef up how `qmk doctor` works. (#7375)skullydazed3-63/+344
2020-01-21Align cformat rules with current CI implementation (#7936)Joel Challis1-3/+4
2020-01-19Fix attribute heritance for long commands.Erovia1-4/+7
2020-01-19Fix commandline arg merging, small improvementsErovia1-3/+3
2020-01-19MILC: Fix/complete attribute heritanceErovia1-2/+15
2020-01-11yapf and styleskullY1-11/+10
2020-01-11Make the udev rules easier to read and manageErovia1-10/+19
2020-01-11Fix Pro Micro's and its bootloader's nameErovia1-3/+3
2020-01-11CLI: Rework ModemManager check and add udev checkErovia1-17/+38
2019-12-08Also fix flashZach White1-2/+3
2019-12-08Fix compiling json filesZach White2-9/+4
2019-12-01Add pep8-naming to our python lintingskullY2-2/+2
2019-11-29Use os.chdir for `qmk docs` instead of a custom HTTP request handler (#7493)fauxpark1-6/+4
2019-11-21MILC: Add support for hidden subcommands (#7034)Erovia1-6/+8
2019-11-20Add flake8 to our test suite and fix all errors (#7379)skullydazed11-83/+80
2019-11-18Improve a number of things about how MILC operates (#7344)skullydazed1-85/+82
2019-11-16format code according to conventions [skip ci]QMK Bot4-4/+8
2019-11-15Add CLI command for flashing a keyboardjorgemanzo5-5/+157
2019-11-13format code according to conventions [skip ci]QMK Bot3-19/+10
2019-11-12Add cli convert subcommand, from raw KLE to JSON (#6898)Cody Bender6-0/+275
2019-11-12Make generating keymap.c from JSON more reliableskullY1-1/+3
2019-11-12Small CLI cleanupsskullY6-5/+4
2019-11-12When checking program returncodes treat both 0 and 1 as installedskullY1-5/+4
2019-11-12Add support for newer versions of clang-format, if installedskullY1-1/+10
2019-10-29Fix the CLI docs (#6979)St. John Johnson1-1/+1
2019-10-23MILC: Use dashes instead of underscores for subcommandsErovia2-4/+5
2019-10-20Fix detection of ModemManager (#7076)Harry Wada1-2/+2
2019-10-11[CLI] `qmk docs` graceful shutdown on Ctrl+C (#6989)fauxpark1-1/+6
2019-10-08[Docs] CLI command to serve docs locally (#6956)fauxpark2-0/+23
2019-10-07[CLI] Add `qmk list_keyboards` (#6927)Dan McClain4-0/+36
2019-10-05Use `keymap` instead of `username` variable for `qmk new_keymap` (#6885)St. John Johnson1-4/+4
2019-10-03Fix qmk doctor 'bytes-like object is required' on linuxAyman Bagabas1-1/+1
2019-09-22Configuration system for CLI (#6708)skullydazed15-80/+265