起因
上次安装了体验了Ninjutsu-OS
忍术渗透测试系统,我下载的是v1,现在好像已经更新到v3了。
体验了一下果然不一样,连cmd都比我的秀,显示了一堆加载信息,没想到cmd还能这么玩,因此关注到了clink
简介
clink官方描述如下
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.
clink是一个非常好的强化工具,让cmd也能拥有readline
的能力,还有emacs、vi快捷键绑定,让cmd用着感觉像是在用linux shell一样,而且它本身是可扩展的。我就看中它的emacs快捷键绑定了,在不同平台使用同一种快捷键绑定,那是极好的
安装
官网链接:https://mridgers.github.io/clink/
安装时记得勾选Autorun,忘记选了也没事,后面手动改也行
配置
其实就可以直接用了,打开cmd会看到clink的加载信息。