1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
bookmarks for opening things from the terminal.
```bash
cargo install dkdc
```
Open the config file:
```bash
dkdc c
```
Copy/paste:
```toml
[open.aliases]
s = "search"
[open.things]
search = "https://duckduckgo.com"
```
And save the file. Now you can open the search page by running:
```bash
dkdc search
```
Or:
```bash
dkdc s
```