nb
note-taking and knowledge base CLI
TLDR
Create new note
$ nb add
Create note with content$ nb add "[Note content here]"
List notes$ nb ls
Search notes$ nb search "[query]"
Edit note$ nb edit [1]
Delete note$ nb delete [1]
Create bookmark$ nb bookmark "[https://example.com]"
Show note$ nb show [1]
SYNOPSIS
nb [command] [options]
DESCRIPTION
nb is a note-taking and knowledge base CLI. It manages notes, bookmarks, and tasks.
The tool uses plain text files. Git-backed with encryption support.
PARAMETERS
COMMAND
Action to perform.add
Create new note.ls
List notes.search QUERY
Search notes.edit ID
Edit note.delete ID
Delete note.bookmark URL
Save bookmark.--help
Display help information.
CAVEATS
Shell script based. Git for sync. Markdown format default.
HISTORY
nb was created as a comprehensive command-line note-taking and bookmarking application.
SEE ALSO
jrnl(1), notes(1), taskwarrior(1)
