summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli
AgeCommit message (Expand)AuthorFilesLines
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-08Update the flash cli command to use the user config (#8125)Erovia1-2/+2
2020-02-07Add QMK Compile Context Sensitivity (#6884)Cody Bender1-3/+72
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)skullydazed1-63/+176
2020-01-21Align cformat rules with current CI implementation (#7936)Joel Challis1-3/+4
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 White1-1/+1
2019-12-01Add pep8-naming to our python lintingskullY1-1/+1
2019-11-29Use os.chdir for `qmk docs` instead of a custom HTTP request handler (#7493)fauxpark1-6/+4
2019-11-20Add flake8 to our test suite and fix all errors (#7379)skullydazed8-77/+79
2019-11-16format code according to conventions [skip ci]QMK Bot2-3/+3
2019-11-15Add CLI command for flashing a keyboardjorgemanzo3-5/+97
2019-11-13format code according to conventions [skip ci]QMK Bot1-6/+4
2019-11-12Add cli convert subcommand, from raw KLE to JSON (#6898)Cody Bender2-0/+80
2019-11-12Make generating keymap.c from JSON more reliableskullY1-1/+3
2019-11-12Small CLI cleanupsskullY2-1/+2
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-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 McClain3-0/+28
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)skullydazed12-37/+155
2019-09-10Created new_keymap.py, python version of new_keymap.sh (#6066)Kenny Hoang3-0/+41
2019-09-07Add a command to format python codeskullY1-0/+16
2019-09-07Make the modem manager check more pythonicskullY1-10/+26
2019-09-07Setup a python test frameworkskullY2-8/+40
2019-08-31readability enhancementsskullY1-0/+5
2019-08-31Add support for passing files at the command lineskullY1-9/+11
2019-08-31CLI command to format C codeskullY1-0/+27
2019-08-25Refactor `qmk compile-json` to `qmk compile` (#6592)skullydazed3-44/+53
2019-07-15Fix compiling json files. (#6340)skullydazed1-6/+6
2019-07-15QMK CLI and JSON keymap support (#6176)skullydazed6-0/+158