fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit 5dad5efe3120a507df1f08fc9c2fec6da2e6accc parent b9748ab7ab05f4c44bdd6484118101e767f7fa05 Author: John Hawthorn <john@hawthorn.email> Date: Thu, 13 Sep 2018 00:02:11 -0700 Prepare CHANGELOG for 1.0 Diffstat:
| M | CHANGELOG.md | | | 14 | ++++++++++++++ |
1 file changed, 14 insertions(+), 0 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 1.0 (Unreleased) + +Features: + + - Support UTF-8 + - Support readline-like editing + - Quit on Esc + - Redraw on terminal resize + - Bracketed paste escapes are ignored + +Performance: + + - Initialize tty interface before reading stdin + ## 0.9 (2017-04-17) Features: