fzy

A simple, fast fuzzy finder for the terminal

MIT License

Downloads
132
Stars
2.9K
Committers
35

Bot releases are visible (Hide)

fzy - Latest Release

Published by jhawthorn about 6 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 😀 !

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

fzy - 0.9

Published by jhawthorn over 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
fzy - 0.8

Published by jhawthorn almost 8 years ago

Bugfixes:

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

Published by jhawthorn about 8 years ago

Bugfixes:

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

Published by jhawthorn about 8 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
fzy - 0.5

Published by jhawthorn over 8 years ago

Bugfixes:

  • Made sorting stable on all platforms
fzy -

Published by jhawthorn over 8 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
fzy -

Published by jhawthorn over 8 years ago

Bugfixes:

  • Runs properly in a terminal with -icrnl
fzy -

Published by jhawthorn almost 10 years ago

Initial release

fzy -

Published by jhawthorn almost 10 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