standard-notes-cli
CLI client for Standard Notes
Usage
$ npm install -g standard-notes-cli$ sn COMMANDrunning command...$ sn (-v|--version|version)standard-notes-cli/0.0.0-alpha3 darwin-x64 node-v8.11.3$ sn --help [COMMAND]USAGE $ sn COMMAND...
Commands
sn edit TITLE
Open a note in your editor
USAGE
$ sn edit TITLE
OPTIONS
-h, --help show CLI help
--create Create note with specified title if it doesn't exist
--endpoint=endpoint [default: https://sync.standardnotes.org/] StandardFile compatibile sync server domain
--extension=extension [default: md] Extension of the tmpfile. Useful for editor highlighting.
See code: src/commands/edit.ts
sn help [COMMAND]
display help for sn
USAGE
$ sn help [COMMAND]
ARGUMENTS
COMMAND command to show help for
OPTIONS
--all see all commands in CLI
See code: @oclif/plugin-help
sn login
Create and store authentication and encryption tokens.
USAGE
$ sn login
OPTIONS
-h, --help show CLI help
--endpoint=endpoint [default: https://sync.standardnotes.org/] StandardFile compatibile sync server domain
See code: src/commands/login.ts