This repository has been archived by the owner on Oct 27, 2020. It is now read-only.
Releases: junegunn/fzf-bin
Releases · junegunn/fzf-bin
0.15.4
- Added support for range expression in preview and execute action
- e.g.
ls -l | fzf --preview="echo user={3} when={-4..-2}; cat {-1}" --header-lines=1
{q}
will be replaced to the single-quoted string of the current query
- e.g.
- Fixed to properly handle unicode whitespace characters
- Display scroll indicator in preview window
- Inverse search term will use exact matcher by default
- This is a breaking change, but I believe it makes much more sense. It is
almost impossible to predict which entries will be filtered out due to
a fuzzy inverse term. You can still perform inverse-fuzzy-match by
prepending!'
to the term.
- This is a breaking change, but I believe it makes much more sense. It is
0.15.3
0.15.2
0.15.1
0.15.0
- Improved fuzzy search algorithm
- Added
--algo=[v1|v2]
option so one can still choose the old algorithm
which values the search performance over the quality of the result
- Added
- Advanced scoring criteria
--read0
to read input delimited by ASCII NUL character--print0
to print output delimited by ASCII NUL character
Alpha releases (unstable)
alpha 0.15.0-alpha
0.13.5
Memory and performance optimization.
See junegunn/fzf#637 for the details.
0.13.4
CHANGELOG
- Performance optimization
- Memory footprint for ascii string is reduced by 60%
- 15 to 20% improvement of query performance
- Up to 45% better performance of
--nth
with non-regex delimiters
- Fixed invalid handling of
hidden
property of--preview-window