1. 安装clink插件使得windows cmd.exe更好用

   https://github.com/mridgers/clink/releases

Overview:

Clink combines the native Windows shell cmd.exe with the powerful command line editing features of the GNU Readline library, which provides rich completion, history, and line-editing capabilities. Readline is best known for its use in the well-known Unix shell Bash, the standard shell for Mac OS X and many Linux distributions.

Features

    • The same line editing as Bash (from GNU's Readline library).
    • History persistence between sessions.
    • Context sensitive completion;
      • Executables (and aliases).
      • Directory commands.
      • Environment variables
      • Thirdparty tools; Git, Mercurial, SVN, Go, and P4.
    • New keyboard shortcuts;
      • Paste from clipboard (Ctrl-V).
      • Incremental history search (Ctrl-R/Ctrl-S).
      • Powerful completion (TAB).
      • Undo (Ctrl-Z).
      • Automatic "cd .." (Ctrl-PgUp).
      • Environment variable expansion (Ctrl-Alt-E).
      • (press Alt-H for many more...)
    • Scriptable completion with Lua.
    • Coloured and scriptable prompt.
    • Auto-answering of the "Terminate batch job?" prompt.

Usage

There are a variety of ways to start Clink;

    1. If you installed the auto-run, just start cmd.exe. Run clink autorun --help for more info.
    2. To manually start, run the Clink shortcut from the Start menu (or the clink.bat located in the install directory).
    3. To establish Clink to an existing cmd.exe process, use "<install_dir>\clink.exe inject"

最新文章

  1. ADB server didn&#39;t ACK
  2. Tesseract API在VS 2013中的配置以及调用
  3. 安装dos2unix
  4. React入门 (1)—使用指南(包括ES5和ES6对比)
  5. 在Asp.Net MVC中实现RequiredIf标签对Model中的属性进行验证
  6. 学习Uml开始
  7. 彻底禁止QQ更新
  8. codefoces round193a
  9. 洛谷P1828 香甜的黄油 Sweet Butter
  10. css3- border
  11. ScrollView can host only one direct child 解决
  12. [一]JQueryMobile简介
  13. C# 批量插入表SQLSERVER SqlBulkCopy往数据库中批量插入数据
  14. 【转】git使用教程
  15. 菜鸟成长日记之新手备忘录-IOS开发第一个项目总结
  16. PureMVC 框架总结收录
  17. 在CentOS 7 上安装docker
  18. poj 1639 Picnic Planning 度限制mst
  19. 本机mysql 5.7服务启动后停止,某些服务在未有其他应用程序使用时停止
  20. XML 与 JSON大PK

热门文章

  1. NPO贴片电容容量范围对照表
  2. 终于懂了:两个UI组件同时在操作是不可能实现的
  3. file_get_contents post数据
  4. Netty那点事: 概述, Netty中的buffer, Channel与Pipeline
  5. linux线程间同步方式汇总
  6. iOS实践02
  7. Node.js、Ionic、Cordova、AngualrJS安装
  8. C/C++修改常量的值
  9. Java 日期字符串与日期类型转换
  10. poj 1041 John&#39;s trip 欧拉回路