Skip to content

Instantly share code, notes, and snippets.

@jake-walker
Created December 12, 2017 13:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jake-walker/bc3b803fe1f43fbf61d6f64e9dea7fef to your computer and use it in GitHub Desktop.
Save jake-walker/bc3b803fe1f43fbf61d6f64e9dea7fef to your computer and use it in GitHub Desktop.
name: cheat # you probably want to 'snapcraft register <name>'
version: '2.2.2' # just for humans, typically '1.2+git' or '1.3.2'
summary: cheat lets you to create and view interactive cheatsheets on the command-line. # 79 char long summary
description: |
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.
grade: stable # must be 'stable' to release into candidate/stable channels
confinement: devmode # use 'strict' once you have the right plugs and slots
apps:
cheat:
command: cheat
parts:
cheat:
source: https://github.com/chrisallenlane/cheat.git
source-tag: 2.2.2
plugin: python
python-packages:
- docopt
- pygments
- appdirs
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment