Age | Commit message (Collapse) | Author | Files | Lines |
|
Changes:
1.0 (2018-09-23)
----------------
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
|
|
Changes:
## 0.9 (2017-04-17)
Features:
- Support Ctrl-k and Ctrl-j for movement
Performance:
- Use threads to parallelize sorting
- Improve parallelism of searching and scoring
Internal:
- Fix test suite on i386
- Replace test suite with greatest
- Add property tests
- Add acceptance tests
|
|
Changes:
## 0.8 (2017-01-01)
Bugfixes:
- Fix cursor position shifing upwards when input has less than 2 items.
|
|
A fast, simple fuzzy text selector for the terminal with an advanced scoring
algorithm.
|