blob: aa62444b95f93234613ce57a2990bc56b46e8d6d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
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 will be easy (not yet implemented, still WIP):
`~/.cmdtreerc` or `~/.config/cmdtree/cmdtreerc`:
(commands
(a application
(b chrome)
(e emacs))
(e email
(f fetch-email)))
Configuring cmdtree is currently not so easy, but you just need to tweak
[cfg.def.h](cfg.def.h) to your liking before building.
|