Skip to content

oliverkwebb/cheat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

cheat - show use cases of a command

cheat is a POSIX shell script designed to replicate cheat.sh in a offline manner.


How to...

  • Install cheat
    git clone https://www.github.com/oliverkwebb/cheat && ./cheat/cheat -u
    
  • Update page database for cheat
    cheat -u
    
  • Show use cases of rsync
    cheat rsync
    
  • View guide on learning awk
    cheat learn-awk
    
  • Open page on cpio from source tldr
    cheat -d tldr cpio
    
  • Print use cases of cut to stdout, colorized
    cheat -c cut
    
  • Print use cases of tar, uncolorized
    cheat -tc tar
    

See Also:
Bash Oneliner
cheat.sh

Page Sources: (These account for 96.6% of the pages on cheat.sh)
Learn X in Y Minutes
tldr
cheat.sheets
cheat

About

Offline interface for cheat.sh

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages