winget install --id=johnlng.slickcmd -e
A utility that enhances Windows command prompt navigation and efficiency.
Slick Cmd is a lightweight utility designed to enhance your Windows command prompt experience by improving directory navigation, path completion, and command management. It runs quietly in the system tray and provides powerful features accessible via intuitive keyboard shortcuts.
Key Features:
cd
, helping you navigate faster.cd
: Automatically adds the /d
flag when switching drives, reducing manual effort.Audience & Benefit: Ideal for power users, developers, and system administrators who rely on the command prompt. Slick Cmd increases efficiency by minimizing repetitive tasks, reducing errors, and saving time through smarter navigation and command management.
Slick Cmd can be installed via winget using winget install "Slick Cmd"
.
Slick Cmd is a lightweight utility designed to supercharge your Windows Command Prompt experience by making directory navigation, path completion, and command management more efficient. Slick Cmd runs quietly in your system tray, enabling you to access its powerful features through intuitive keyboard shortcuts.
cd completion
console clock
direct calculation
Streamlined Directory Navigation:
Alt + Up
— Move to the parent directory.Alt + Down
— Display a popup with a list of subdirectories for quick access.Alt + Left
— Navigate backward to the previous directory.Alt + Right
— Navigate forward to the next directory.Alt + Home
— Jump to the home directory.Alt + End
— View and navigate to recent directories.Smart Path Completion:
cd
command, a path completion list appears, helping you quickly select from available directories.Esc
— Close the path completion list.Tab
— Accept the selected path without executing cd
.Enter
— Accept the selected path and cd
into it immediately.Command History Management:
Alt + F7
— Open the command history dialog to select from previously used commands.Enter
— Place the selected command in the command line for review or modification.Ctrl + Enter
— Execute the selected command immediately.Auto-Correct for cd
:
/d
flag when switching to a directory on another drive, eliminating the need to remember it manually.Quick Screen Clearing:
Ctrl + L
— Clear the screen with a single keystroke, running the cls
command automatically.Console clock
Command line calculator
Minimize to tray
> [!NOTE] > Before installation, please exit SlickCmd and close all running Command Prompts > to allow the application binaries to be overwritten.
slickcmd.exe
. A small icon will appear in your system tray, indicating it’s running.I've submitted SlickCmd to the Windows Package Manager Community Repository and it has passed validation. You can install SlickCmd using winget with the following command:
winget install "Slick Cmd"
After installation, you may encounter issues starting SlickCmd from the command line directly due to the Windows SmartScreen Filter, which can silently block unrecognized apps. To launch SlickCmd, follow these steps:
C:\Users\Your User Name\AppData\Local\Microsoft\WinGet\Links
slickcmd.exe
to run the application.Unfortunately, this means the winget installation is less convenient at this time.
git clone https://github.com/johnlng/slickcmd.git
cd slickcmd
cargo build
You can find the binaries in the target folder.
After starting SlickCmd, Open a command prompt window and press Alt + Up
to see if you can navigate to the parent directory.
if you can, things should be working fine.
Note that "a command prompt window" can refer to any of the following:
cmd.exe
),powershell.exe
)pwsh.exe
),Slick Cmd is distributed under the MIT License.
I’d love to hear your thoughts! If you have suggestions, feature requests, or find bugs, please open an issue on the GitHub repository.
If you like the project, please consider giving it a ⭐ and sharing it with others to show your support!