From 47a38b57b48d0127030e2c7e2f1fc855d74fd87a Mon Sep 17 00:00:00 2001 From: William Casarin Date: Mon, 9 Jul 2018 16:32:18 -0700 Subject: wip --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..e11da60 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ + +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 (this format is still WIP): + +`~/.cmdtreerc` or `~/.config/cmdtree/cmdtreerc`: + + (a application + (b chrome --force-device-scale-factor=1.25) + (e emacs) + ) -- cgit v1.2.3