Skip to content

Commit 41e0bf6

Browse files
committed
docs: Add basic docs
1 parent 6f24884 commit 41e0bf6

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

docs/details.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,32 @@
11
# Details
2+
3+
To use `choose`, you need a directory structure
4+
5+
Given a `CHOOSE_DB_DIR` variable of `~/db`, layout a structure like the following
6+
7+
```txt
8+
db
9+
- <category-name-1>
10+
- <application-name-1>
11+
- launch.sh
12+
- <application-name-2>
13+
- launch.sh
14+
```
15+
16+
For example...
17+
18+
```txt
19+
db
20+
- window-manager/
21+
- _.current
22+
- awesome/
23+
- launch.sh
24+
- i3/
25+
- launch.sh
26+
- menu-bar/
27+
- _.current
28+
- lemonbar/
29+
- launch.sh
30+
- xmobar/
31+
- launch.sh
32+
```

0 commit comments

Comments
 (0)