# dkdc-links
***Bookmarks in your terminal.***
## Setup
### Prerequisites
[Install Rust and Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html):
```bash
### Installation
Install [`dkdc-links`](https://crates.io/crates/dkdc-links):
```bash
cargo install dkdc-links
```
> [!TIP]
> You may want to alias `dkdc-links` to `links` or similar.
## Usage
Use `dkdc-links --help` for more information.
To edit your links:
```bash
dkdc-links --config
```
To view your links:
```bash
dkdc-links
```
To open a links:
```bash
dkdc-links [aliases and/or links to open]
```
> [!TIP]
> You can open multiple links in one command.