mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-19 00:53:42 -05:00
762 B
762 B
CHANGELOG
0.9.4
New features
- Added
--tacoption to reverse the order of the input.- One might argue that this option is unnecessary since we can already put
tacortail -rin the command pipeline to achieve the same result. However, the advantage of--tacis that it does not block until the input is complete.
- One might argue that this option is unnecessary since we can already put
Backward incompatible changes
--no-sortoption will no longer reverse the display order. You may want to use the new--tacoption with--no-sort.
history | fzf +s --tac
0.9.3
New features
- Added
--syncoption for multi-staged filtering
Improvements
--select-1and--exit-0will start finder immediately when the condition cannot be met