标签:
http://bliker.github.io/cmder/ 分为两个版本:mini版和Full版
比如,快速启动canssandra/redis数据库服务和查询工具
启动设置如下图:
4、其他
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.
PowerShellAlt + Enter
: FullscreenShift + 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 textThere 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.
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
.
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.
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:
标签:
原文地址:http://www.cnblogs.com/piaolingzxh/p/4200552.html