Bookmarks
Bookmarks in your filesystem.
Install
uv (recommended):
cargo:
You can use uvx to run it without installing:
Usage
Configuration
Bookmarks looks for a config file in this order:
--bookmarks-file/-fflag (explicit path)bookmarks.tomlin the current directory$HOME/.config/bookmarks/bookmarks.toml(global, auto-created)
Example:
[]
= "https://github.com"
= "https://linkedin.com"
[]
= "github"
= "linkedin"
[]
= ["gh", "linkedin"]
Links map to URLs, aliases map to links, and groups map to a list of aliases or links.
Use the --config or --app or --webapp option to edit the configuration file.
Open links
Open links by name or alias or group:
You can input multiple links, aliases, or groups at once. They will be opened in the order they are provided.
Options
Available options:
| Flag | Short | Description |
|---|---|---|
--bookmarks-file <PATH> |
-f |
Use a specific bookmarks file |
--global |
-g |
Use global config, ignore local bookmarks.toml |
--config |
-c |
Open active bookmarks file in $EDITOR (use -gc for global) |
--app |
-a |
Open desktop app (requires app feature) |
--webapp |
-w |
Open the web app in browser (requires webapp feature) |
--help |
-h |
Print help |
--version |
-V |
Print version |