dkdc 0.2.5

bookmarks for opening things from the terminal
# dkdc

***bookmarks for opening things from the terminal***

## installation

```bash
cargo install dkdc
```

## usage

### config

Open the config file with:

```bash
dkdc config
```

Or:

```bash
dkdc c
```

Copy/paste:

```toml
[open.aliases]
t = "thing"

[open.things]
thing = "https://github.com/dkdc-io/dkdc"
```

And save the file.

## open

Open something with:

```bash
dkdc open thing
```

Or:

```bash
dkdc o thing
```

Or:

```bash
dkdc o t
```