summaryrefslogtreecommitdiff
path: root/lib/python/qmk/cli/list
AgeCommit message (Expand)Author
2023-01-03Replace list_keyboards.sh with CLI calls (#19485)Joel Challis
2021-11-18[CLI] `list-keymaps`/`list-layouts`: Check keyboard passed in (#15204)Ryan
2021-10-04Allow community layouts to be specified in info.json (#14682)Zach White
2021-06-14Ensure that safe_commands always run (#13199)Zach White
2021-04-14Add support for tab completion (#12411)Zach White
2021-03-24Add support for qmk_configurator style aliases (#11954)Zach White
2020-10-25Generate api data on each push (#10609)Zach White
2020-10-06CLI: update subcommands to use return instead of exit() (#10323)Ryan
2020-05-26[CLI] Add a subcommand for getting information about a keyboard (#8666)Zach White
2020-03-13Add decorators for determining keyboard and keymap based on current directory...skullydazed
2020-02-17Use pathlib everywhere we can (#7872)skullydazed
2020-02-15Code cleanup, use pathlib, use pytest keyboardErovia
2020-02-15Fix commandline parsing and flake8 findings, rebaseErovia
2020-02-15Drop bs4 dependency, update docs, minor improvementsErovia
2020-02-15Another major refactoring, add documentationErovia
2020-02-15Fix output formatErovia
2020-02-15Try to figure out revision, drop -rv/--revision argumentErovia
2020-02-15Fix help message.Erovia
2020-02-15Get all buildable keymaps for each revisionErovia
2020-02-15Major update to work better with revisionsErovia
2020-02-15CLI: add support for list_keymapsErovia
2019-11-20Add flake8 to our test suite and fix all errors (#7379)skullydazed
2019-11-12Small CLI cleanupsskullY
2019-10-07[CLI] Add `qmk list_keyboards` (#6927)Dan McClain