summaryrefslogtreecommitdiff
path: root/README.md
blob: 122e718fc4be50ad8c22d50ad6b5c901d6f40932 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19

cmdtree
=======

![cmdtree](https://jb55.com/s/cmdtree.png)

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 (not yet implemented, still WIP):

`~/.cmdtreerc` or `~/.config/cmdtree/cmdtreerc`:

    (commands
     (a application
        (b chrome)
        (e emacs))
     (e email
        (f fetch-email)))