summaryrefslogtreecommitdiff
path: root/misc/fzy/patches
AgeCommit message (Collapse)AuthorFilesLines
2018-09-24fzy: Update misc/fzy to 1.0leot1-3/+3
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
2017-04-17Update misc/fzy to 0.9.leot1-5/+5
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
2017-01-01Update misc/fzy to fzy-0.8leot1-3/+3
Changes: ## 0.8 (2017-01-01) Bugfixes: - Fix cursor position shifing upwards when input has less than 2 items.
2016-11-16Import fzy-0.7 as misc/fzyleot1-0/+16
A fast, simple fuzzy text selector for the terminal with an advanced scoring algorithm.