keychron_qmk_firmware/lib/python/qmk
Erovia c8b09d0d4a
CLI: Add 'cd' subcommand (#12584)
* CLI: Add 'cd' subcommand

Go to your qmk_firmware dir with ease.

* Fix for Windows and do not run if already under QMK Home

* Make flake8 happy

* Fix prompt for Windows

* Make flake8 happy once again

* I'll get it right eventually

* Apply suggestions from code review

Co-authored-by: Ryan <fauxpark@gmail.com>

* Add subcommand to __init__.py and fixup after rebase

* Update Windows code to use milc's run

* Unify the subshell starting with os.execl

* Exit with error msg when output is redirected to non-TTY.

* Revert Windows-specific code

Co-authored-by: Ryan <fauxpark@gmail.com>
2021-11-05 08:21:09 +11:00
..
cli CLI: Add 'cd' subcommand (#12584) 2021-11-05 08:21:09 +11:00
tests Remove references to info.json width and height in CLI (#13728) 2021-07-29 22:37:18 -07:00
__init__.py
c_parse.py Remove width, height and key_count from info.json (#14274) 2021-09-12 14:04:56 +10:00
commands.py --parallel improvements (#13800) 2021-08-18 08:46:59 +10:00
comment_remover.py
constants.py Add support for STM32F407x MCUs. (#13718) 2021-08-09 06:52:13 +10:00
converter.py
datetime.py
decorators.py CLI: Fix automagic (#13046) 2021-05-30 16:17:40 +01:00
errors.py
info.py [CLI] Fix broken layout rendering in qmk info by '\n' (#14970) 2021-10-31 01:21:20 -07:00
json_encoders.py Remove references to info.json width and height in CLI (#13728) 2021-07-29 22:37:18 -07:00
json_schema.py Add a lot more data to info.json (#13366) 2021-08-16 23:33:30 +01:00
keyboard.py expand the size of the textpad to allow for taller keyboards (#13319) 2021-06-23 20:35:36 -07:00
keymap.py Cleanup issues identified by lgtm (#14459) 2021-09-27 10:02:54 -07:00
makefile.py
math.py
path.py
submodules.py