Skip to content

Instantly share code, notes, and snippets.

@garrilla
Created April 6, 2014 13:13
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 garrilla/10005831 to your computer and use it in GitHub Desktop.
Save garrilla/10005831 to your computer and use it in GitHub Desktop.
a notelet app with markdown, CLI (inc History)
I want a notelet app that has the following features
- web front-end
- CLI integration
- uses Markdown
The web fe should be a simple page display
- linear
- metro
with ability to sort
- tag
- date
- recent edits
- volume of edits
and to search by tags
The CLI integration should allow for command line notelets
- $ notelet create --title "my note" --tags note,example,cli --content "one liner command examples with markdown `sudo notelet newuser dev@sandbox`@
- use an editor like nano or vim from the command line
- - $ notelet create --title "my note" -e
- have access to the cli history:
- ! ! usecase - for example I might work througha a number of commands and then want to note them,
- ! ! in my notelet I might want access to the cli-history so i can look back through the commands I issued
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment