zoukankan      html  css  js  c++  java
  • 命令行工具cmder

    1、下载地址

    http://bliker.github.io/cmder/ 分为两个版本:mini版和Full版

    2、快捷命令配置:

    比如,快速启动canssandra/redis数据库服务和查询工具

    启动设置如下图:

    3、快速启动

     4、其他

    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

    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 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:

    • Console emulator ~ Conemu
    • Cmd.exe enhancements ~ clink
    • Unix tools on windows ~ msysgit
  • 相关阅读:
    (04)-Python3之--字典(dict)操作
    word2vec简单介绍
    基于websocket爬虫
    Python数据结构之链表(1)-->单链表
    词云wordcloud
    Neo4j--第一章
    AHP(层次分析法) 附Python示例代码(觉得还可以的,帮忙点个赞,谢谢)
    几种归一化方法(Normalization Method)python实现
    EM算法之Python
    通俗易懂的EM
  • 原文地址:https://www.cnblogs.com/piaolingzxh/p/4200552.html
Copyright © 2011-2022 走看看