Bookmarks
Bookmarks in your terminal.
Install
Recommended:
|
uv:
cargo:
You can use uvx to run it without installing:
Usage
dkdc-links [OPTIONS] [LINKS]...
Open links by name or alias:
# Open a link
# Open multiple links
# Open a group
Options
| Flag | Short | Description |
|---|---|---|
--config |
-c |
Open config file in editor |
--app |
-a |
Open desktop app (iced GUI, requires app feature) |
--webapp |
-w |
Open the webapp on localhost:1414 (requires webapp feature) |
--help |
-h |
Print help |
--version |
-V |
Print version |
Configuration
Config lives at ~/.config/dkdc/links/config.toml. Run dkdc-links -c to edit it.
[]
= "github"
= "linkedin"
[]
= "https://github.com/lostmygithubaccount"
= "https://linkedin.com/in/codydkdc"
[]
= ["github", "linkedin"]
Aliases map to links, links map to URLs, and groups expand to multiple aliases or links.