An extension of cheat Provide simple methodology to extends cheatsheets
pip install cheat-ext
This command will clone github respository to ~/.cheat/.ext/author_repository
and will also add symbolic link from ~/.cheat/cmd to ~/.cheat/.ext/author_repository/cmd
# installed cheatsheets from github repository
cheat-ext install chhsiao90/cheatsheets-java
# then use cheat to display the cheatsheet defined in the cheatsheets repository
cheat cmd
- chhsiao90/cheatsheets-java : Cheatsheets for Java