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.27.1.tar.gz 0000191586 187 KB
fzf.changes 0000014718 14.4 KB
fzf.spec 0000005223 5.1 KB
vendor.tar.xz 0001270536 1.21 MB
Revision 17 (latest revision is 52)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 894915 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 17)
- Update to 0.27.1:
  - Added unbind action. In the following Ripgrep launcher
    example, you can use unbind(reload) to switch to fzf-only
    filtering mode.
    See https://github.com/junegunn/fzf/blob/master/ADVANCED.md#switching-to-fzf-only-search-mode
  - Vim plugin will stop immediately even when the source command hasn't finished
    " fzf will read the stream file while allowing other processes to append to it
    call fzf#run(fzf#wrap({'source': 'cat /dev/null > /tmp/stream; tail -f /tmp/stream'}))
  - It is now possible to open popup window relative to the currrent window
    let g:fzf_layout = { 'window': { 'width': 0.9, 'height': 0.6, 'relative': v:true, 'yoffset': 1.0 } }
Comments 0
openSUSE Build Service is sponsored by