summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the CLI docs (#6979)St. John Johnson2019-10-291-1/+1
* Fix detection of ModemManager (#7076)Harry Wada2019-10-201-2/+2
* [CLI] `qmk docs` graceful shutdown on Ctrl+C (#6989)fauxpark2019-10-111-1/+6
* [Docs] CLI command to serve docs locally (#6956)fauxpark2019-10-082-0/+23
* [CLI] Add `qmk list_keyboards` (#6927)Dan McClain2019-10-073-0/+28
* Use `keymap` instead of `username` variable for `qmk new_keymap` (#6885)St. John Johnson2019-10-051-4/+4
* Fix qmk doctor 'bytes-like object is required' on linuxAyman Bagabas2019-10-031-1/+1
* Configuration system for CLI (#6708)skullydazed2019-09-2212-37/+155
* Created new_keymap.py, python version of new_keymap.sh (#6066)Kenny Hoang2019-09-103-0/+41
* Add a command to format python codeskullY2019-09-071-0/+16
* Make the modem manager check more pythonicskullY2019-09-071-10/+26
* Setup a python test frameworkskullY2019-09-072-8/+40
* readability enhancementsskullY2019-08-311-0/+5
* Add support for passing files at the command lineskullY2019-08-311-9/+11
* CLI command to format C codeskullY2019-08-311-0/+27
* Refactor `qmk compile-json` to `qmk compile` (#6592)skullydazed2019-08-253-44/+53
* Fix compiling json files. (#6340)skullydazed2019-07-151-6/+6
* QMK CLI and JSON keymap support (#6176)skullydazed2019-07-156-0/+158