内容简介:Have your favorite one-liners allways at your fingertips.
icl - interactive command library
icl is a user-friendly, interactive cheat sheet for your UNIX terminal.
Have your favorite one-liners allways at your fingertips.
Installation
One line installation is provided for convenience, but you are encouraged to read the installation scripts.
Fish shell
curl -sSL https://raw.githubusercontent.com/plainas/icl/master/install_fish.sh | /bin/sh
Reload your fish config or start a new shell.
Note: Iy you are still using fish 2, yon need to define the keybinding to ''f_run_icl'' yourself.
Z shell
curl -sSL https://raw.githubusercontent.com/plainas/icl/master/install_zsh.sh | /bin/sh
reload zsh config or relaunch zsh.
Bash
curl -sSL https://raw.githubusercontent.com/plainas/icl/master/install_bash.sh | /bin/sh
Bash doesn't lend itself to the same level of interactivity and configurability as fish or zsh.
The command below will install a function to launch icl by pressing Ctrl+t , on your .bashrc . The chosen command is placed in your input bugger but it is also printed to stdout. This works but it is somewhat anoying. If you are bash user, this is good time to switch to fish.
Manual Installation
icl command is just a single python script with no dependencies on third party modules. By itself, it just launches the interactive search UI and, once you pick a command by pressing enter, will send it to SDOUT. This is not too useful. For a streamlined experience, install the helper functions for your shell and bind them to shortcut. They will launch icl on a keybind and, once you pick the command, place it in your input buffer. Check icl.fish , icl.bash.sh and icl.zsh.sh for ready to use helper functions and keybinding definitions.
-
Download
icl.py, set the execution bit and place it somewhere on your$PATH. -
Install the helper functions and keybinds for your shell.
Usage
Just press Ctrl+t and start typing.
Pick the command you want by pressing enter. To abort press Ctrl+C
A commands to your cheat sheet
Commmands are stored in ~/.config/icl/commands.txt
You can edit that file and add your favorite oneliners.
The format is self explanatory:
# description lines starts with '#', the command follows in the next line fortune # This line is here just to hold a brief command description echo "This sample command echoes this!" # List all processes ps aux
Bonus: icl as a TLDR client
The file tldr.txt includes all commands scrapped from tldr repository. If you want to be able to access them using icl, simply place them in your ''commands.txt''. You can do so by running the following command.
curl https://raw.githubusercontent.com/plainas/icl/master/tldr.txt >> ~/.config/icl/commands.txt
TODO: mention how to install on fish 2
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
大数据技术原理与应用
林子雨 / 人民邮电出版社 / 2015-8-1 / 45.00
大数据作为继云计算、物联网之后IT行业又一颠覆性的技术,备受关注。大数据处不在,包括金融、汽车、零售、餐饮、电信、能源、政务、医疗、体育、娱乐等在内的社会各行各业,都融入了大数据的印迹,大数据对人类的社会生产和生活必将产生重大而深远的影响。 大数据时代的到来,迫切需要高校及时建立大数据技术课程体系,为社会培养和输送一大批具备大数据专业素养的高级人才,满足社会对大数据人才日益旺盛的需求。本书定......一起来看看 《大数据技术原理与应用》 这本书的介绍吧!