Windows下的命令行增强工具与替代品
1.增强工具:
Clink
Clink,将Bash强大的命令行编辑功能带到了Cmd.exe,
支持路径补充(TAB)、粘贴(Ctrl-V)
支持命令完成(Command-line completion)和环境变量
撤消/重做(CTRL-_或CTRL-X、CTRL-U),改进命令历史和脚本完成。
Gow
Gow 是Windows 上轻量级的Cygwin 替代品,包含了130多个*nix 命令行工具,整个包大概10MB,安装时会自动加到PATH中去,其exe包含:
- agrep 3.37
- ansi2knr
- basename 1.9.4
- bash 2.03
- bc 1.05
- bison 1.28
- bunzip2 1.0.1
- bzip2 1.0.1
- bzip2recover 1.0
- cat 2.0
- chgrp 3.16
- chmod 3.16
- chown 3.16
- cksum 2.0
- cmp 2.7
- comm 2.0
- compress 2.0
- cp 3.16
- csplit 2.0
- curl 7.15.0
- cut 2.0
- cvs 2.0.41a
- dc 1.2
- dd 3.16
- df 3.16
- diff 2.7
- diff3 2.7
- dircolors 3.16
- dirname 1.13
- dos2unix
- du 3.16
- egrep 2.4.2
- env 1.9.4
- expand 5.1.2600.0
- expr 1.9.4
- factor 1.13
- find 4.1 (called as gfind to not overwrite the Windows find.exe)
- fgrep 2.4.2
- flex 2.5.4
- fmt 2.0
- fold 2.0
- fsplit
- gawk 3.1.0
- gclip 1.0
- gow
- gplay
- grep 2.4.2
- gsar 1.12
- gunzip 1.2.4
- gzip 1.2.4
- head 2.0
- id 1.9.4
- indent 2.2.6
- install 3.16
- join 2.0
- jwhois 2.4.1
- less 340
- lesskey 340
- ln 3.16
- logname 1.9.4
- ls 3.16
- m4 1.4
- make 3.78.1
- md5sum 2.0
- mkdir
- mkfifo
- mknod 3.16
- mv 3.16
- mvdir 3.16
- ncftp 3.1.8
- nl 2.0
- od 2.0
- pageant 0.60
- paste 2.5
- patch 2.0
- pathchk 1.9.4
- pclip 1.0
- plink 0.60
- pr 2.0
- printenv 1.9.4
- printf 1.9.4
- pscp 0.60
- psftp 0.60
- putty 0.60
- puttygen 0.57
- pwd
- recode 3.6
- rm 3.16
- rman 3.0.7
- rmdir
- rsync 2.6.3
- scp
- sdiff 2.7
- sed 3.02
- seq 1.13
- sftp
- sh
- shar 4.1
- sleep 1.9.4
- sort 2.0
- split 2.0
- stego
- su 1.9.4
- sum 2.0
- sync 3.16
- tac 2.0
- tail 2.0
- tar 1.12
- tee 1.9.4
- test 1.9.4
- touch 3.16
- tr 2.0
- type
- uname 1.9.4
- unexpand 2.0
- uniq 2.0
- unix2dos
- unrar 3.4.3
- unshar 4.1
- unzip 2.3
- uudecode 4.1
- vim 6.3
- wc 2.0
- wget 1.8.1
- whereis
- which 2.4
- whoami 1.9.4
- xargs 4.1
- yes 1.9.4
- zcat 1.2.4
- zip 3.0
PowerCmd是一款增强版本的CMD工具,具有Windows操作风格,能帮您快速组织命令提示行窗口。
CMD是Windows平台下的DOS命令行环境,这个程序为CMD提供了图形化的工作界面。可以比普通CMD工具提供更多选项。
2.替代品:
powershell
MinGW
Cygwin
GitBash
ConEmu-Maximus5 is a Windows console emulator with tabs, which represents multiple consoles as one customizable GUI window with various features.
Initially, the program was created as a companion to Far Manager, my favorite shell replacement - file and archive management, command history and completion, powerful editor.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~