summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/list
Commit message (Expand)AuthorAge
* [CLI] `list-keymaps`/`list-layouts`: Check keyboard passed in (#15204)Ryan2021-11-18
* Allow community layouts to be specified in info.json (#14682)Zach White2021-10-04
* Ensure that safe_commands always run (#13199)Zach White2021-06-14
* Add support for tab completion (#12411)Zach White2021-04-14
* Add support for qmk_configurator style aliases (#11954)Zach White2021-03-24
* Generate api data on each push (#10609)Zach White2020-10-25
* CLI: update subcommands to use return instead of exit() (#10323)Ryan2020-10-06
* [CLI] Add a subcommand for getting information about a keyboard (#8666)Zach White2020-05-26
* Add decorators for determining keyboard and keymap based on current directory...skullydazed2020-03-13
* Use pathlib everywhere we can (#7872)skullydazed2020-02-17
* Code cleanup, use pathlib, use pytest keyboardErovia2020-02-15
* Fix commandline parsing and flake8 findings, rebaseErovia2020-02-15
* Drop bs4 dependency, update docs, minor improvementsErovia2020-02-15
* Another major refactoring, add documentationErovia2020-02-15
* Fix output formatErovia2020-02-15
* 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
* Add flake8 to our test suite and fix all errors (#7379)skullydazed2019-11-20
* Small CLI cleanupsskullY2019-11-12
* [CLI] Add `qmk list_keyboards` (#6927)Dan McClain2019-10-07