The default console on Windows has many limitations!
- No tabs, no split screen support
- File and folder autocomplete doesn't stop when an ambiguity is reached
- It doesn't append slashes when completing folder names which makes writing paths unnecessarily cumbersome
- Download ConsoleZ (not Console2): https://github.com/cbucher/console/wiki/Downloads
- Download Clink: http://mridgers.github.io/clink/
ConsoleZ adds tabs and split screen (there are even keyboard shortcuts for those).
Clink replaces the autocomplete, adds the ability to go up one folder with Ctrl+Alt+U
and much more.
To use Clink with ConsoleZ, go to the settings (Ctrl+S
) et configure Shell
as follows: cmd.exe /k "C:\path\to\clink\clink_x64.exe inject"
.