diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ + +cmdtree +======= + +cmdtree is a command launcher in the form of a trie. Commands are launch 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) +)
\ No newline at end of file |
