./misc/fzy, Fuzzy text selector for the terminal

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.1nb1, Package name: fzy-1.1nb1, Maintainer: leot

A fast, simple fuzzy text selector for the terminal with an advanced scoring
algorithm.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 47.92 KB

Version history: (Expand)


CVS history: (Expand)


   2025-08-31 12:44:08 by Leonardo Taccari | Files touched by this commit (3)
Log message: fzy: add reference to upstream PR 
   2025-08-31 12:19:45 by Leonardo Taccari | Files touched by this commit (4)
Log message: fzy: Fix ctype(3) abuse PKGREVISION++ 
   2025-08-09 21:23:52 by Leonardo Taccari | Files touched by this commit (3)
Log message: fzy: Update to 1.1 Changes: 1.1 --- Features: - Add `-i`/`--show-info` to display selection information - Add `-0` to use null as input delimiter - Support Ctrl-G to cancel/exit Bugfixes: - Avoid terminal flicker with large outputs 
   2021-10-26 12:59:39 by Nia Alarie | Files touched by this commit (378)
Log message: misc: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes The following distfiles could not be fetched (possibly fetched conditionally?): ./misc/libreoffice/distinfo libreoffice/harfbuzz-2.6.4.tar.xz 
   2021-10-07 16:35:55 by Nia Alarie | Files touched by this commit (378)
Log message: misc: Remove SHA1 hashes for distfiles 
   2018-09-24 15:59:56 by Leonardo Taccari | Files touched by this commit (3)
Log message: 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 
   2017-04-17 11:51:54 by Leonardo Taccari | Files touched by this commit (3)
Log message: 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-01-01 17:03:38 by Leonardo Taccari | Files touched by this commit (3)
Log message: 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.