dkdc-links 0.1.0

links in your terminal
Documentation
# dkdc-links

***Links in your terminal.***

## Setup

### Prerequisites

[Install Rust and Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html):

```bash
curl https://sh.rustup.rs -sSf | sh
```

### Installation

Install `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 <link>
```

> [!TIP]
> You can open multiple links in one command.