Update README-zh.md

Add cmder tool
pull/601/head
FatTiger 2019-05-25 21:38:01 +08:00 committed by GitHub
parent 0aff3aeef7
commit c193d6e824
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -564,6 +564,8 @@ mkdir empty && rsync -r --delete empty/ some-dir && rmdir some-dir
- 另一个在 Windows 下实现接近 Unix 环境外观效果的选项是 [Cash](https://github.com/dthree/cash)。注意在此环境下只有很少的 Unix 命令和命令行可用。
- Cmder以强大的[ConEmu](https://conemu.github.io)终端仿真器为基础,通过[Maximus5](https://github.com/Maximus5)的出色工作在Windows上提供最佳终端体验它使用[Clink](https://mridgers.github.io/clink)和GNU的[Readline](https://en.wikipedia.org/wiki/GNU_Readline)提供类似bash的提示且提供语法的别名支持并在完整版上附带Git。
### 实用 Windows 命令行工具
- 可以使用 `wmic` 在命令行环境下给大部分 Windows 系统管理任务编写脚本以及执行这些任务。