From 861834598fe66e268117be14e9ff2b4f2ec9b89b Mon Sep 17 00:00:00 2001 From: William Casarin Date: Thu, 23 Apr 2020 12:23:30 -0700 Subject: readme: trie -> tree A bit more clear --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 6e6d011..9f82d95 100644 --- a/README.md +++ b/README.md @@ -6,8 +6,8 @@ cmdtree ![cmdtree2](https://jb55.com/s/cmdtree2.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. +cmdtree is a command launcher in the form of a tree. Commands are launched by a +sequence of keys that form a path in this tree. 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 -- cgit v1.2.3