Commit Graph

2 Commits

Author SHA1 Message Date
Russell Kennington
753cb4cc3b
Update github.com/derekparker/trie dependency (#3219) 2022-12-14 07:36:07 +01:00
Derek Parker
43d50202f3
pkg/terminal: Allow fuzzy searching tab completions (#2633)
This patch implements fuzzy searching for tab completions in the
terminal client. Under the hood it is using a trie data structure
(https://en.wikipedia.org/wiki/Trie) to perform very fast prefix / fuzzy
searches.
2021-08-05 19:55:27 +02:00