You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Erovia b75f6691a1
CLI: Fix 'cd' subcommand on Windows (#16610)
The 'cd' subcommand was failing as the current shell's Windows path was
mangled while milc processed it.
Using 'subprocess' directly avoids this issue and an extra layer of
subshell.
4 years ago
..
chibios Ensure that safe_commands always run (#13199) 5 years ago
doctor `qmk doctor`: display qmk_firmware version tag (#16155) 4 years ago
format Refix "No C files in filelist: None" (#15728) 4 years ago
generate Fix issues with data driven split keyboards (#16457) 4 years ago
list [CLI] `list-keymaps`/`list-layouts`: Check keyboard passed in (#15204) 4 years ago
new Various fixes for new-keyboard (#16358) 4 years ago
__init__.py [cli] Export list of `develop` PRs to be merged into `master` (#13944) 4 years ago
bux.py World domination (#13021) 5 years ago
c2json.py CLI/c2json: Print 'cpp' error when executed in verbose mode (#12869) 5 years ago
cd.py CLI: Fix 'cd' subcommand on Windows (#16610) 4 years ago
cformat.py Move all our CLI file formatters to the format dir (#13296) 4 years ago
clean.py Align our subprocess usage with current best practices. (#12940) 5 years ago
compile.py `--parallel` improvements (#13800) 4 years ago
docs.py `qmk docs`: Run `docsify serve` if available (#15056) 4 years ago
fileformat.py Move all our CLI file formatters to the format dir (#13296) 4 years ago
flash.py Enable CLI flashing via mdloader (#14729) 4 years ago
hello.py CLI: Add development mode support 6 years ago
info.py Add a lot more data to info.json (#13366) 4 years ago
json2c.py CLI: Validate JSON keymap input (#16261) 4 years ago
kle2json.py Remove references to info.json `width` and `height` in CLI (#13728) 4 years ago
lint.py fix automatic directory for qmk lint (#14215) 4 years ago
multibuild.py Migrate more makefile utilities to builddefs sub-directory (#16002) 4 years ago
pyformat.py Move all our CLI file formatters to the format dir (#13296) 4 years ago
pytest.py Format code according to conventions (#16435) 4 years ago