Created
December 12, 2017 13:12
-
-
Save jake-walker/bc3b803fe1f43fbf61d6f64e9dea7fef to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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