LinuxCommandLibrary

nb

note-taking and knowledge base CLI

TLDR

Create new note

$ nb add
copy
Create note with content
$ nb add "[Note content here]"
copy
List notes
$ nb ls
copy
Search notes
$ nb search "[query]"
copy
Edit note
$ nb edit [1]
copy
Delete note
$ nb delete [1]
copy
Create bookmark
$ nb bookmark "[https://example.com]"
copy
Show note
$ nb show [1]
copy

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)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community