From 0d83fb6e9b5bfd3789094f13f9ea278ec56fd2ca Mon Sep 17 00:00:00 2001 From: tzarc Date: Thu, 4 Nov 2021 21:22:38 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20master=20@?= =?UTF-8?q?=20c8b09d0d4ab73c88c6ae84718f0c890640dfbece=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cli_commands.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/cli_commands.md b/cli_commands.md index e498f3b22e..8f5117633f 100644 --- a/cli_commands.md +++ b/cli_commands.md @@ -118,6 +118,20 @@ This command lets you configure the behavior of QMK. For the full `qmk config` d qmk config [-ro] [config_token1] [config_token2] [...] [config_tokenN] ``` +## `qmk cd` + +This command opens a new shell in your `qmk_firmware` directory. + +Note that if you are already somewhere within `QMK_HOME` (for example, the `keyboards/` folder), nothing will happen. + +To exit out into the parent shell, simply type `exit`. + +**Usage**: + +``` +qmk cd +``` + ## `qmk console` This command lets you connect to keyboard consoles to get debugging messages. It only works if your keyboard firmware has been compiled with `CONSOLE_ENABLE=yes`.