cheat
cheat copied to clipboard
Cheatsheets for command line, because, you know, life is too short to read manpages.
thanks!
Depends on #7. Once docopt is in place, try to have cli commands that match the python version of cheat. Since a lot of the people use that and will...
docopt is the new cool thing! https://github.com/docopt/docopt.go/
`cheat show git > output.txt` or `cheat show git | xclip` These commands pretty-print the output so escape sequences are printed too. Which just messes up the output. This is...