This project is mirrored from https://github.com/junegunn/fzf.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
-
-
-
-
0.11.268c84264 · ·
0.11.2 - `--tiebreak` now accepts comma-separated list of sort criteria - Each criterion should appear only once in the list - `index` is only allowed at the end of the list - `index` is implicitly appended to the list when not specified - Default is `length` (or equivalently `length,index`) - `begin` criterion will ignore leading whitespaces when calculating the index - Added `toggle-in` and `toggle-out` actions - Switch direction depending on `--reverse`-ness - `export FZF_DEFAULT_OPTS="--bind tab:toggle-out,shift-tab:toggle-in"` - Reduced the initial delay when `--tac` is not given - fzf defers the initial rendering of the screen up to 100ms if the input stream is ongoing to prevent unnecessary redraw during the initial phase. However, 100ms delay is quite noticeable and might give the impression that fzf is not snappy enough. This commit reduces the maximum delay down to 20ms when `--tac` is not specified, in which case the input list quickly fills the entire screen.
-
-
-
-
-
-
-
-
-
-
-
-
0.10.0355d0048 · ·
0.10.0 - More actions for --bind; select-all, deselect-all, toggle-all, ignore - execute(...) action for running arbitrary command without leaving fzf - Added support for optional search history - Cyclic scrolling with --cycle - Fixed the bug where the spinner was not spinning on idle input stream
-
-
0.9.12b68e59a2 · ·
- Added --bind option for custom key bindings - Fixed to update "inline-info" immediately after terminal resize
-
0.9.11305ec3b3 · ·
- Added `--inline-info` option for saving screen estate (#202) - Invalid mutation of input on case conversion (#209) - Smart-case for each term in extended-search mode (#208) - Fixed double-click result when scroll offset is positive