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.

MIT License

Downloads
155
Stars
12.3K
Committers
173

Bot releases are hidden (Show)

cheat - 3.1.0

Published by chrisallenlane almost 5 years ago

  • Resolves #483
  • Resolves #484
  • Fixes minor error logging issue in --search path
  • Makes trivial docopt copy changes
  • Bumps version to 3.1.0
cheat - 3.0.7

Published by chrisallenlane almost 5 years ago

  • Updates dependencies
  • Updates build scripts to keep vendor dir up-to-date
cheat - 3.0.6

Published by chrisallenlane almost 5 years ago

Resolves an issue whereby background colors were written to the terminal output when colorization was applied. (#498)

cheat - 3.0.5

Published by chrisallenlane almost 5 years ago

  • Deprecates the tj/front dependency due to licensing concerns
    upstream
  • Repairs previously broken config unit-tests
cheat - 3.0.4

Published by chrisallenlane almost 5 years ago

  • Resolves #474 (fails to resolve cheatpath symlinks)
  • Resolves #492 (fails to ignore dotfiles)
  • Corrects several typos in CLI interface and configs
  • Introduces fish autocompletion scripts
cheat - 3.0.3

Published by chrisallenlane almost 5 years ago

Bugfix: cheat no longer colorizes output when writing to a non-TTY.

cheat - 3.0.1

Published by chrisallenlane almost 5 years ago

  • Dependencies are now managed via Go modules
  • Executable sizes have shrunk as a side-effect of updating to Go 1.13
cheat - 3.0.0

Published by chrisallenlane almost 5 years ago

Re-implemented cheat from scratch in Go.