Create a gist now

Instantly share code, notes, and snippets.

What would you like to do?
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