summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorWilliam Casarin <jb55@jb55.com>2018-07-09 10:43:34 -0700
committerWilliam Casarin <jb55@jb55.com>2018-07-09 10:43:34 -0700
commita9f7c9b29fc54ca1ffa98c670491cd3c9e507f90 (patch)
tree5493279b7ba68c32ea664bfba2f9c508f597f24b /README
parent55ae285ef587942dc34c5f95b7f97037deb791a2 (diff)
initial readme
Diffstat (limited to 'README')
-rw-r--r--README15
1 files changed, 15 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..05942ab
--- /dev/null
+++ b/README
@@ -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