A CLI for the Bear notes app
A CLI for the Bear notes app.
Usage: cub <action> [option …]
Currently supported actions:
Use ‘cub help <action>’ to get action specific help.
Create a new note.
Example:
cub create
Edit an existing note. Requires a title or identifier.
Examples:
cub edit My Note Title
cub edit title=My Note Title
cub edit id=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Show help information for the given action.
Examples:
cub help create
cub help edit
cub help search
cub help show
cub help token
Search your Bear notes. Requires a term or tag. By default search will return exact matches from the note title. To include all matching notes use the –all option.
Examples:
cub search Some search terms
cub search term=Some search terms
cub search tag=someTag
cub search tag=someTag term=Some search terms
cub search --all Some search terms
Show an existing note. Requires a title or identifier.
Examples:
cub show My Note Title
cub show title=My Note Title
cub show id=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX
Set or display a token for accessing protected Bear information. Once a token has been set, calling this without specifying a token will display the currently set token.
Examples:
cub token
cub token XXXXXX-XXXXXX-XXXXXX