博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
工具推荐cmder
阅读量:6670 次
发布时间:2019-06-25

本文共 2422 字,大约阅读时间需要 8 分钟。

hot3.png

Mmmm Monokai.

Cmder is a software package created out of pure frustration over the absence of nice console emulators on Windows. It is based on amazing software, and spiced up with the Monokai color scheme and a custom prompt layout, looking sexy from the start.

ConEmu, which is used in cmder.

With help of the best

Think about cmder more as a software package than a separate app. All the magic is happening through . With enhancements from.

Personally, I hate the absence of padding

Total portability

Carry it with you on a USB stick or in the Cloud, so your settings, aliases and history can go anywhere you go. You will not see that ugly Windows prompt ever again.

Look at all these neat binaries included.

Git and others

Oooh yes! If you decide to use theslightlybigger version, you will have all Unix commands ready in PATH so that you cangit init orcatinstantly on every machine.

Download

 (for issues/requests/source)

Download mini6MB

Download full(With git-for-windows) 84MB 

Installation

  1. Unzip (can take a while)
  2. (optional) Place your own executable files into the bin folder to be injected into your PATH.
  3. Run Cmder (Cmder.exe)

Keyboard shortcuts

Tab manipulation

  • Ctrl + ` : Global Summon from taskbar
  • Win + 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 tab
  • Shift + Alt + number : Fast new tab:
    1. 1. CMD
    2. 2. PowerShell
  • Alt + Enter : Fullscreen

Shell

  • Shift + Up : Traverse up in directory structure (lovely feature!)
  • End, Home, Ctrl : Traverse text as usual on Windows
  • Ctrl + r : History search
  • Shift + mouse : Select and copy text from buffer
  • Right click / Ctrl + Shift + v : Paste text

Notes / Docs

Aliases

There is simple support for aliases. They can be created by using the aliascommand 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 PowerShell >=3.0 and 7z. When you are set on that, just run scripts/build.ps1.

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:

  • Console emulator ~ 
  • Cmd.exe enhancements ~ 
  • Unix tools on windows ~ 

转载于:https://my.oschina.net/sfshine/blog/806988

你可能感兴趣的文章
手把手教你启用RemoteFX以及Hyper-V GPU卸载
查看>>
《交互式程序设计 第2版》一3.10 更进一步
查看>>
液晶拼接屏的专业术语有哪些
查看>>
微博悄然取消140字限制 面向全体用户
查看>>
OA系统软件怎么选型?
查看>>
英伟达发布Tesla P4&P40两款基于Pascal架构的深度学习芯片
查看>>
《Web应用漏洞侦测与防御:揭秘鲜为人知的攻击手段和防御技术》——1.5 Web Worker...
查看>>
《UNIX网络编程 卷1:套接字联网API(第3版)》——8.10 UDP程序例子小结
查看>>
拯救 Firefox !
查看>>
《人工智能:计算Agent基础》——2.2 Agent系统
查看>>
Firefox 53 Beta 引入两个新 “Compact” 主题
查看>>
英特尔增强 Android 安全 提高自家芯片吸引力
查看>>
《腾讯iOS测试实践》一一1.2 工程效率
查看>>
《Photoshop Lightroom4 经典教程》—第1课1.1节了解Lightroom的工作方式
查看>>
《数据科学:R语言实现》——第2章 数据抽取、转换和加载
查看>>
《深入理解Spark:核心思想与源码分析》——3.7节创建和启动DAGScheduler
查看>>
《ANSYS Workbench有限元分析实例详解(静力学)》——2.5 Windows界面相应操作
查看>>
《R与Hadoop大数据分析实战》一1.7 Hadoop的子项目
查看>>
Google Web Designer 开始支持 Linux
查看>>
《电路分析导论(原书第12版)》一第3章 电阻
查看>>