Bookmarks
Bookmarks in your terminal.
Install
Recommended:
|
uv:
cargo:
You can use uvx to run it without installing:
Usage
dkdc-links [OPTIONS] [LINKS]...
Configuration lives at $HOME/.config/dkdc/links/config.toml. Example:
[]
= "github"
= "linkedin"
[]
= "https://github.com"
= "https://linkedin.com"
[]
= ["github", "linkedin"]
Open links by name or alias:
# Open a link
# Open multiple links
# Open a group
Options
| Flag | Short | Description |
|---|---|---|
--config |
-c |
Open configuration file in $EDITOR |
--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 |
Configuration
Aliases map to links, links map to URLs, and groups expand to multiple aliases or links.