1、下载地址
http://bliker.github.io/cmder/ 分为两个版本:mini版和Full版
2、快捷命令配置:
比如,快速启动canssandra/redis数据库服务和查询工具
启动设置如下图:
3、快速启动
4、其他
Tab manipulation
Ctrl + `
: Global Summon from taskbarWin + Alt + p
: Preferences (Or right click on title bar)Ctrl + t
: New tab dialog (maybe you want to open cmd as admin?)Ctrl + w
: Close tabShift + Alt + number
: Fast new tab:1.
CMD2.
PowerShell
Alt + Enter
: Fullscreen
Shell
Shift + Up
: Traverse up in directory structure (lovely feature!)End, Home, Ctrl
: Traverse text as usual on WindowsCtrl + r
: History searchShift + mouse
: Select and copy text from bufferRight click / Ctrl + Shift + v
: Paste text
Aliases
There is simple support for aliases. They can be created by using the alias
command like this: alias ls=ls --color $*
. They are pretty much justdoskeys in /config/aliases
. One per line. And make sure to handle arguments by putting argument variables $*
somewhere.
Updating + Building
There is not much going on here. But if you want to get most recent updates for Conemu just tick auto-updating in preferences. If you want to clone the repo and build it yourself, you will need Ruby, wget and 7z. When you are set on that, just run build_cmder.rb
.
PowerShell
I have to admit here that I am not a PS guy. So do not expect any improvement or tips in that department. But if you are a PS geek, you really should start submitting some amazing tweaks.
Other documentations
If you have trouble with anything I am happy to help. But you will have much better chances to find solutions on the pages of the upstream projects. Those are: