snippetbashTip
nb — Note-taking, bookmarking, and archiving tool. Supports encryption, tagging, wiki-style links, Git sy
Viewed 0 times
commandnoteandarchivingnbbookmarkingclitaking
Problem
How to use the
nb command: Note-taking, bookmarking, and archiving tool. Supports encryption, tagging, wiki-style links, Git syncing, Pandoc conversion, and more. More information: <https://github.com/xwmx/nb#-help>.Solution
nb — Note-taking, bookmarking, and archiving tool. Supports encryption, tagging, wiki-style links, Git syncing, Pandoc conversion, and more. More information: <https://github.com/xwmx/nb#-help>.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 listAdd 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:
nb syncDisplay help:
nb helpCode Snippets
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 listAdd a todo
nb {{[to|todos]}} {{[a|add]}} {{title}}Import a file
nb import ({{path/to/file|url}})Context
tldr-pages: common/nb
Revisions (0)
No revisions yet.