We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f24884 commit 41e0bf6Copy full SHA for 41e0bf6
docs/details.md
@@ -1 +1,32 @@
1
# 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
14
+```
15
16
+For example...
17
18
19
20
+ - window-manager/
21
+ - _.current
22
+ - awesome/
23
24
+ - i3/
25
26
+ - menu-bar/
27
28
+ - lemonbar/
29
30
+ - xmobar/
31
32
0 commit comments