LinuxCommandLibrary

bmm

Fast local bookmark manager with CLI and TUI

TLDR

Launch the interactive TUI
$ bmm
copy
Add a new bookmark
$ bmm add "[url]" --title "[title]" --tags "[tag1,tag2]"
copy
Search bookmarks by keyword
$ bmm search "[query]"
copy
List all bookmarks
$ bmm list
copy
Delete a bookmark by ID
$ bmm delete [id]
copy
Import bookmarks from a file
$ bmm import [path/to/file]
copy

SYNOPSIS

bmm [command] [options]

DESCRIPTION

bmm is a fast, local-first bookmark manager that provides both a command-line interface and an interactive terminal user interface. Bookmarks are stored locally, enabling quick searching, tagging, and organization without relying on cloud services or browsers.
The TUI mode provides an interactive fuzzy-search interface for browsing and managing bookmarks. Bookmarks can be tagged for categorization and exported for backup or sharing.

PARAMETERS

add URL

Add a new bookmark with optional title and tags.
search QUERY
Search bookmarks by title, URL, or tags.
list
List all saved bookmarks.
delete ID
Delete a bookmark by its ID.
import FILE
Import bookmarks from a file.
export FILE
Export bookmarks to a file.
--title TEXT
Set the title for a bookmark.
--tags TAGS
Comma-separated tags for a bookmark.

CAVEATS

Bookmarks are stored locally and not synced across devices by default. Import formats may be limited to specific file types.

SEE ALSO

buku(1), nb(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard