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.3.tar.gz 0000202761 198 KB
fzf.changes 0000015966 15.6 KB
fzf.spec 0000005274 5.15 KB
vendor.tar.xz 0001272940 1.21 MB
Revision 19 (latest revision is 52)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 925521 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 19)
- Update to 0.27.3:
  - Preview window is `hidden` by default when there are `preview` bindings but
    `--preview` command is not given
  - Fixed bug where `{n}` is not properly reset on `reload`
  - Fixed bug where spinner is not displayed on `reload`
  - Enhancements in tcell renderer for Windows (#2616)
  - Vim plugin
      - `sinklist` is added as a synonym to `sink*` so that it's
        easier to add a function to a spec dictionary
        ```vim
        let spec = { 'source': 'ls', 'options': ['--multi', '--preview', 'cat {}'] }
        function spec.sinklist(matches)
          echom string(a:matches)
        endfunction
  
        call fzf#run(fzf#wrap(spec))
        ```
  - Vim 7 compatibility
- Set FZF_VERSION and FZF_REVISION environment variables as well.
Comments 0
openSUSE Build Service is sponsored by