0.9.5 • Published 4 years ago

tatatap.com-cli v0.9.5

Weekly downloads
1
License
Apache 2.0
Repository
github
Last release
4 years ago

/tap

Command line interface to save and retrieve notes from the tatatap.com note-taking service.

See here for an in-depth guide on the /tap system

oclif Version Downloads/week License

Usage

$ npm install -g tatatap.com-cli
$ ttt COMMAND
running command...
$ ttt (-v|--version|version)
tatatap.com-cli/0.9.4 linux-x64 node-v12.16.3
$ ttt --help [COMMAND]
USAGE
  $ ttt COMMAND
...

Commands

ttt help [COMMAND]

display help for ttt

USAGE
  $ ttt help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

ttt login

Log in to your /tap account.

USAGE
  $ ttt login

See code: src/commands/login.js

ttt logout

Log out of your /tap account.

USAGE
  $ ttt logout

See code: src/commands/logout.js

ttt note [NOTE]

Make a new note

USAGE
  $ ttt note [NOTE]

See code: src/commands/note.js

ttt read

View your notes

USAGE
  $ ttt read

OPTIONS
  -a, --all
  -f, --folder=folder

See code: src/commands/read.js

0.9.4

4 years ago

0.9.3

4 years ago

0.9.5

4 years ago

0.9.2

4 years ago

0.9.1

4 years ago

0.9.0

4 years ago