summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorWilliam Casarin <jb55@jb55.com>2018-07-19 22:33:25 -0700
committerWilliam Casarin <jb55@jb55.com>2018-07-19 22:33:56 -0700
commit5654304f9f961211b58cb2a7daf3ac7cca392984 (patch)
treef7195e2f42d9e900a851a8a068f00639c78103c9 /README.md
parent62a9e6b170d9c7474e77de31c46d5d35f0cda0ba (diff)
readme: hide misleading config
probably won't get to this anytime soon
Diffstat (limited to 'README.md')
-rw-r--r--README.md15
1 files changed, 2 insertions, 13 deletions
diff --git a/README.md b/README.md
index 3da6ce1..83ade44 100644
--- a/README.md
+++ b/README.md
@@ -9,21 +9,10 @@ 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 currently requires you to edit a C header file, similar to
dmenu. You will need to tweak [cfg.def.h](cfg.def.h) to your liking before
-building. This is temporary until the configuration file format is complete, but
-it has the benefit of being quite fast to launch!
+building. This is temporary until the configuration file format is complete,
+but it has the benefit of being quite fast to launch!
If you're curious, you can check out [my config here](https://github.com/jb55/cmdtree/blob/my-config/cfg.def.h)