blob: e11da609906e14351c19d43a785f8bbcc12f6b8c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
cmdtree
=======

cmdtree is a command launcher in the form of a trie. Commands are launched by a
sequence of keys that form a path in this trie.
Configuring cmdtree is easy (this format is still WIP):
`~/.cmdtreerc` or `~/.config/cmdtree/cmdtreerc`:
(a application
(b chrome --force-device-scale-factor=1.25)
(e emacs)
)
|