gistnotes icon indicating copy to clipboard operation
gistnotes copied to clipboard

notes app which directly store data in github

GistNotes

A simple tool which stores text files in gist.github.com. Can be used for,

  1. writing notes
  2. writing snippets
  3. as a personal pastebin

GistBin:

A simple commandline tool which uses GistNotes modules to upload files to gist.github.com

howto use: set below alias (may be in your .bashrc) to make gistbin available. gistbin needs to be executed with full path in order to load other javascript modules, so don't export gistnotes extension directory into PATH variable.

alias gistbin="${HOME}/.local/share/gnome-shell/extensions/[email protected]/gistbin"

Download:

Gnome 3.16: https://extensions.gnome.org/review/download/8082.shell-extension.zip Gnome 3.14: https://extensions.gnome.org/review/download/8082.shell-extension.zip Gnome 3.18: https://extensions.gnome.org/review/download/8082.shell-extension.zip Gnome 3.20: https://extensions.gnome.org/review/download/8082.shell-extension.zip Gnome 3.22: https://extensions.gnome.org/review/download/8082.shell-extension.zip Gnome 3.24: https://extensions.gnome.org/review/download/8082.shell-extension.zip Gnome 3.26: https://extensions.gnome.org/review/download/8082.shell-extension.zip Gnome 3.28: https://extensions.gnome.org/review/download/8082.shell-extension.zip

Development:

Code is available at

https://www.github.com/mohan43u/gistnotes