Linux command
bmm 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch
bmm
Add
bmm add "[url]" --title "[title]" --tags "[tag1,tag2]"
Search
bmm search "[query]"
List
bmm list
Delete
bmm delete [id]
Import
bmm import [path/to/file]
说明
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.
参数
- 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.
FAQ
What is the bmm command used for?
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.
How do I run a basic bmm example?
Run `bmm` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does add _URL_ do in bmm?
Add a new bookmark with optional title and tags.