2016-02-14 22:54:01 -06:00
2016-02-11 00:22:34 -06:00
2016-02-11 00:22:34 -06:00
2016-02-11 00:22:34 -06:00
2016-02-11 00:22:34 -06:00
2016-02-11 00:22:34 -06:00
2016-02-09 20:36:44 -06:00
2016-02-09 20:36:44 -06:00
2015-05-07 22:11:13 -05:00
2016-02-11 00:22:34 -06:00

Simple Note System

The Simple Note System is a shell script enabling easy management of plain-text notes. SNS depends on GPG for encryption and uses the vim editor by default.

    usage: sns [-ce] NAME NOTEBOOK SECTION"
        sns [-d ] NAME NOTEBOOK SECTION"
        sns [-lp] NOTEBOOK"
        sns [-w ]"
        sns [-h ]"

    -c | --create : Create note"
    -d | --delete : Delete note"
    -e | --edit   : Open note for editing"
    -h | --help   : Display this message"
    -p | --print  : Print note to console"
    -l | --list   : List all notes in NOTEBOOK"
    -i | --init   : Write default config and initalize SNS store"
Description
Shell script for managing a store of encrypted plain-text notes
Readme 256 KiB
Languages
Shell 100%