commands.sh

nb

all

Note-taking, bookmarking, and archiving tool. Supports encryption, tagging, wiki-style links, Git syncing, Pandoc conversion, and more.

More info →

Options (4)

boolean

Create a new note in your `$EDITOR`

Example: nb {{[a|add]}} "{{note_title}}"
boolean

Edit a note in your `$EDITOR`

Example: nb {{[e|edit]}} {{note_id}}
boolean

Add a todo

Example: nb {{[to|todos]}} {{[a|add]}} {{title}}
boolean

Search for notes containing a keyword

Example: nb {{[q|search]}} "{{keyword}}"

Examples (8)

Create a new note in your `$EDITOR`

nb [a|add] "note_title"

Edit a note in your `$EDITOR`

nb [e|edit] note_id

List all notes in the current notebook

nb list

Add a todo

nb [to|todos] [a|add] title

Import a file

nb import (path/to/file|url)

Search for notes containing a keyword

nb [q|search] "keyword"

Sync notes via Git

Display help

made by @shridhargupta | data from tldr-pages