Accepting request 990676 from utilities

OBS-URL: https://build.opensuse.org/request/show/990676
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=23
This commit is contained in:
Richard Brown 2022-07-22 17:21:35 +00:00 committed by Git OBS Bridge
commit 12bb5297f4
5 changed files with 32 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a3428f510b7136e39104a002f19b2e563090496cb5205fa2e4c5967d34a20124
size 209750

3
fzf-0.31.0.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:df4edee32cb214018ed40160ced968d4cc3b63bba5b0571487011ee7099faa76
size 210779

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Thu Jul 21 16:17:24 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to 0.31.0:
- Added support for an alternative preview window layout that
is activated when the size of the preview window is smaller
than a certain threshold.
# If the width of the preview window is smaller than 50 columns,
# it will be displayed above the search window.
fzf --preview 'cat {}' --preview-window 'right,50%,border-left,<50(up,30%,border-bottom)'
# Or you can just hide it like so
fzf --preview 'cat {}' --preview-window '<50(hidden)'
- fzf now uses SGR mouse mode to properly support mouse on
larger terminals
- You can now use characters that do not satisfy
unicode.IsGraphic constraint for --marker, --pointer, and
--ellipsis. Allows Nerd Fonts and stuff.
Use at your own risk.
- Bug fixes and improvements
- Shell extension
kill completion now requires trigger sequence (**) for
consistency
-------------------------------------------------------------------
Wed Jun 22 11:08:05 UTC 2022 - Dominique Leuenberger <dimstar@opensuse.org>

View File

@ -17,7 +17,7 @@
Name: fzf
Version: 0.30.0
Version: 0.31.0
Release: 0
Summary: A command-line fuzzy finder
License: MIT

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b4009f7b427ad4a242f2e4437b773699ac98d3a6424d8c71ad10277d5a906912
size 2759819
oid sha256:23c06e9e68baf8774cfe96b58d66811684fe7b6352ae610e41ef48c269827ad1
size 2590604