Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-01-12 | Brute force update CLI tools | Drashna Jael're | |
2021-01-12 | `qmk info`: Add `--ascii` flag (#10793) | Ryan | |
* `qmk info`: Add `--ascii` flag * Fix typo * Force ASCII for Windows/MSYS2 * Make it gooder * Remove redundant windows check * ...And this too * Make pytest work on Windows | |||
2021-01-12 | CLI: update subcommands to use return instead of exit() (#10323) | Ryan | |
2020-08-08 | Fix running qmk info without any arguments (#9218) | Zach White | |
2020-08-08 | [CLI] Add a subcommand for getting information about a keyboard (#8666) | Zach White | |
You can now use `qmk info` to get information about keyboards and keymaps. Co-authored-by: Erovia <Erovia@users.noreply.github.com> |