summaryrefslogtreecommitdiffstats
path: root/lib/python/qmk/cli/list
Commit message (Expand)AuthorAgeFilesLines
* Add support for tab completion (#12411)Zach White2021-04-141-2/+2
* Add support for qmk_configurator style aliases (#11954)Zach White2021-03-241-6/+2
* Generate api data on each push (#10609)Zach White2020-10-251-17/+2
* CLI: update subcommands to use return instead of exit() (#10323)Ryan2020-10-061-1/+1
* [CLI] Add a subcommand for getting information about a keyboard (#8666)Zach White2020-05-261-11/+7
* Add decorators for determining keyboard and keymap based on current directory...skullydazed2020-03-131-0/+3
* Use pathlib everywhere we can (#7872)skullydazed2020-02-171-0/+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
* Add flake8 to our test suite and fix all errors (#7379)skullydazed2019-11-201-13/+13
* Small CLI cleanupsskullY2019-11-121-0/+1
* [CLI] Add `qmk list_keyboards` (#6927)Dan McClain2019-10-072-0/+27