Fzy Versions Save

:mag: A simple, fast fuzzy finder for the terminal

1.0

5 years ago

Version 1.0! There were some big changes in this release. Bumping to 1.0 because fzy is now feature complete. Thanks everyone for the help!

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

Some packaging changes in this release. I'm no longer building a deb or rpm package, and will leave that to individual distributions to package as many now do :grinning: !

I'm also including an uploaded tarball and signature, to ensure checksums won't change.

0.9

7 years ago

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

0.8

7 years ago

Bugfixes:

  • Fix cursor position shifing upwards when input has less than 2 items.

0.7

7 years ago

Bugfixes:

  • Fixed a segfault when encountering non-ascii characters
  • Fixed building against musl libc

0.6

7 years ago

Performance:

  • Use threads to parallelize searching and scoring
  • Read all pending input from tty before searching
  • Use a lookup table for computing bonuses

Bugfixes:

  • Fixed command line parsing on ARM
  • Fix error when autocompleting and there are no matches

0.5

7 years ago

Bugfixes:

  • Made sorting stable on all platforms

0.4

7 years ago

Features:

  • Add -q/--query for specifying initial query

Bugfixes:

  • Fixed last line of results not being cleared on exit
  • Check errors when opening the TTY device

0.3

8 years ago

Bugfixes:

  • Runs properly in a terminal with -icrnl

0.1

9 years ago

Initial release

0.2

9 years ago

Features:

  • Reduced memory usage on large sets
  • Allow specifying custom prompt

Bugfixes:

  • Terminal is properly reset on exit
  • Fixed make install on OS X