Skip to content
/ cheat Public
forked from cheat/cheat

cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember.

License

Notifications You must be signed in to change notification settings

grov/cheat

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

769 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPI

cheat

cheat allows you to create and view interactive cheatsheets on the command-line. A simple and personal --help.

The obligatory xkcd

To see what cheatsheets are available, run cheat -l.

Installing

apt-get install python-pip
pip install --upgrade pip
pip install docopt pygments appdirs
git clone https://github.com/grov/cheat.git
chmod +x setup.sh
python setup.py install

Dernière MAJ

  • nmap
  • hashcat

Source

About

cheat allows you to create and view interactive cheatsheets on the command-line. It was designed to help remind *nix system administrators of options for commands that they use frequently, but not frequently enough to remember.

Resources

License

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 85.6%
  • Shell 14.4%