summaryrefslogtreecommitdiff
path: root/lib/python/qmk/path.py
AgeCommit message (Expand)Author
2023-11-01Improve argument handling of c2json (#22170)Joel Challis
2023-05-19CLI: Improve keymap folder resolution (#20981)Ryan
2022-03-19qmk.path.FileType: fix argument handling (#16693)Ryan
2022-02-28CLI: Validate JSON keymap input (#16261)Erovia
2022-02-09Initial pass at data driven new-keyboard subcommand (#12795)Joel Challis
2021-03-24Add support for qmk_configurator style aliases (#11954)Zach White
2021-02-07Allow flash/compile to accept relative json paths (#11767)Joel Challis
2020-11-07New command: qmk lint (#10761)Zach White
2020-05-27Fix running qmk info without any arguments (#9218)Zach White
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-22New functionality for cformat (#7893)Akaash Suresh
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
2019-11-20Add flake8 to our test suite and fix all errors (#7379)skullydazed
2019-09-22Configuration system for CLI (#6708)skullydazed
2019-09-10Created new_keymap.py, python version of new_keymap.sh (#6066)Kenny Hoang
2019-07-15QMK CLI and JSON keymap support (#6176)skullydazed