Commit graph

4 commits

Author SHA1 Message Date
leot
c34a39b64c fzy: Update misc/fzy to 1.0
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
2018-09-24 13:59:56 +00:00
leot
89ff248a06 Update misc/fzy to 0.9.
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-04-17 09:51:54 +00:00
leot
f59be885c5 Update misc/fzy to fzy-0.8
Changes:
## 0.8 (2017-01-01)
Bugfixes:
  - Fix cursor position shifing upwards when input has less than 2 items.
2017-01-01 16:03:37 +00:00
leot
dc3b59c537 Import fzy-0.7 as misc/fzy
A fast, simple fuzzy text selector for the terminal with an advanced scoring
algorithm.
2016-11-16 10:39:31 +00:00