Go to file
Dominique Leuenberger c2de251e1a Accepting request 878879 from utilities
- 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

OBS-URL: https://build.opensuse.org/request/show/878879
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=15
2021-03-15 09:55:08 +00:00
.gitattributes Accepting request 595805 from home:avindra 2018-04-12 11:49:15 +00:00
.gitignore Accepting request 595805 from home:avindra 2018-04-12 11:49:15 +00:00
0.26.0.tar.gz - Update to 0.26.0: 2021-03-13 11:19:18 +00:00
fzf.changes - Update to 0.26.0: 2021-03-13 11:19:18 +00:00
fzf.spec - Update to 0.26.0: 2021-03-13 11:19:18 +00:00
vendor.tar.xz Update vendor tarball. 2021-03-13 17:29:59 +00:00