standard-notes-cli
TypeScript icon, indicating that this package has built-in type declarations

0.0.0-alpha3 • Public • Published

standard-notes-cli

CLI client for Standard Notes

oclif Version

CircleCI

Appveyor CI Codecov Downloads/week License

Usage

$ npm install -g standard-notes-cli
$ sn COMMAND
running 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

Readme

Keywords

Package Sidebar

Install

npm i standard-notes-cli

Weekly Downloads

1

Version

0.0.0-alpha3

License

GPL-3.0

Unpacked Size

179 kB

Total Files

33

Last publish

Collaborators

  • fahrradflucht