GNU Readline's powerful line editing brought natively to cmd.exe.
Clink injects itself into a running cmd.exe process and replaces its line editing with the GNU Readline library — the same engine that powers Bash on Linux. The result is a dramatically smarter, faster command line without changing your shell or your habits.
Cmder ships with Clink built-in, so you get all of this automatically. You can also install it standalone into any cmd.exe via winget install chrisant996.clink.
dirname\ to cd into it, .. / ... for parent dirs, and - to jump back to the previous directory.git lists all its valid sub-commands (e.g. add, commit, push…) directly in the terminal, so you never need to leave the prompt to look up syntax.
Comments
Sign in with GitHub to leave a comment or reaction.