A command-line fuzzy finder

Edit Package fzf

fzf is an interactive Unix filter for the CLI for any list; files, command history, processes, hostnames, bookmarks, git commits, etc.

Refresh
Refresh
Source Files
Filename Size Changed
0.26.0.tar.gz 0000182239 178 KB
fzf.changes 0000013066 12.8 KB
fzf.spec 0000005328 5.2 KB
vendor.tar.xz 0000735912 719 KB
Revision 15 (latest revision is 52)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 878879 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 15)
- Update to 0.26.0:
  - Added support for fixed header in preview window
    # Display top 3 lines as the fixed header
    fzf --preview 'bat --style=header,grid --color=always {}' --preview-window '~3'
    More advanced preview offset expression to better support the fixed header
    # Preview with bat, matching line in the middle of the window below
    # the fixed header of the top 3 lines
    #
    #   ~3    Top 3 lines as the fixed header
    #   +{2}  Base scroll offset extracted from the second field
    #   +3    Extra offset to compensate for the 3-line header
    #   /2    Put in the middle of the preview area
    #
    git grep --line-number '' |
      fzf --delimiter : \
          --preview 'bat --style=full --color=always --highlight-line {2} {1}' \
          --preview-window '~3:+{2}+3/2'
  - Added select and deselect action for unconditionally selecting or
    deselecting a single item in --multi mode. Complements toggle action.
  - Sigificant performance improvement in ANSI code processing
  - Bug fixes and improvements
Comments 0
openSUSE Build Service is sponsored by