一、简介

cheat是在GNU通用公共许可证下,为Linux命令行用户发行的交互式备忘单应用程序。它提供显示Linux命令使用案例,包括该命令所有的选项和简短但尚可理解的功能。

 

二、安装配置

1) CentOS

安装步骤如下:

yum install python-pip
pip install docopt pygments
git clone https://github.com/chrisallenlane/cheat.git
cd cheat
python setup.py install

配置

export EDITOR=/usr/bin/vim
export CHEATCOLOR=true

2) Ubuntu

 

三、选项

cheat <cheatsheet>
cheat -e <cheatsheet>
cheat -s <keyword>
cheat -l
cheat -d
cheat -v

 

相关文章:

  • 2021-06-10
  • 2022-12-23
  • 2021-10-19
  • 2021-12-17
  • 2021-08-07
  • 2022-12-23
  • 2021-12-23
猜你喜欢
  • 2021-07-13
  • 2021-11-08
  • 2021-08-23
  • 2021-12-23
  • 2021-10-25
相关资源
相似解决方案