博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
clink 让cmd像ubuntu gnome-terminal一样
阅读量:7004 次
发布时间:2019-06-27

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

hot3.png

clink

先上图:

cmd

##Feature##

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

By default Clink binds Alt-H to display the current key bindings. More features can also be found in GNU's Readline and History libraries' manuals.

**推荐下载 ***setup.exe这个安装文件,安装时选择autorun when cmd ... (大概描述就是这样)

详细使用方法那网站上都有

上面的东西也都是从那边copy过来的

实际上还是赶不上ubuntu的terminal的

转载于:https://my.oschina.net/zjuysw/blog/192687

你可能感兴趣的文章