Skip to content

Instantly share code, notes, and snippets.

@simos
Created February 20, 2017 17:04
Show Gist options
  • Save simos/4d498bf773ab23827901c7c9a8015517 to your computer and use it in GitHub Desktop.
Save simos/4d498bf773ab23827901c7c9a8015517 to your computer and use it in GitHub Desktop.
Snapcraft.yaml for howdoi
name: howdoi # you probably want to 'snapcraft register <name>'
version: '20170207' # just for humans, typically '1.2+git' or '1.3.2'
summary: instant coding answers via the command line # 79 char long summary
description: |
Are you a hack programmer? Do you find yourself constantly Googling
for how to do basic programing tasks?
Suppose you want to know how to format a date in bash. Why open your browser
and read through blogs (risking major distraction) when you can simply
stay in the console and ask howdoi.
grade: stable # must be 'stable' to release into candidate/stable channels
confinement: strict # use 'strict' once you have the right plugs and slots
apps:
howdoi:
command: howdoi
plugs: [network]
parts:
howdoi:
plugin: python
source: https://github.com/gleitz/howdoi.git
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment