SHA256
1
0
forked from pool/fzf

Accepting request 1179024 from utilities

OBS-URL: https://build.opensuse.org/request/show/1179024
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=53
This commit is contained in:
Ana Guerrero 2024-06-07 13:03:27 +00:00 committed by Git OBS Bridge
commit 8bb892da66
5 changed files with 38 additions and 6 deletions

View File

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

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

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

View File

@ -1,3 +1,35 @@
-------------------------------------------------------------------
Thu Jun 6 13:47:28 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>
- Update to 0.53.0:
* fzf can now display multi-line items. To disable multi-line
display, use --no-multi-line
* CTRL-R bindings of bash, zsh, and fish have been updated to
leverage multi-line display
* The default --pointer and --marker have been changed from > to
Unicode bar characters as they look better with multi-line
items
* Added --marker-multi-line to customize the select marker for
multi-line entries with the default set to ╻┃╹
* Added --tmux option to replace fzf-tmux script and simplify
distribution
* Added support for endless input streams. Added --tail=NUM
option to limit the number of items to keep in memory. This is
useful when you want to browse an endless stream of data (e.g.
log stream) with fzf while limiting memory usage.
* man page is now embedded in the binary; fzf --man to see it
* Changed the default --scroll-off to 3, as we think it's a
better default
* Process started by execute action now directly writes to and
reads from /dev/tty. Manual /dev/tty redirection for
interactive programs is no longer required.
* Added print(...) action to queue an arbitrary string to be
printed on exit. This was mainly added to work around the
limitation of --expect where it's not compatible with --bind on
the same key and it would ignore other actions bound to it.
* NO_COLOR environment variable is now respected. If the variable
is set, fzf defaults to --no-color unless otherwise specified.
------------------------------------------------------------------- -------------------------------------------------------------------
Tue May 7 15:55:13 UTC 2024 - Joshua Smith <smolsheep@opensuse.org> Tue May 7 15:55:13 UTC 2024 - Joshua Smith <smolsheep@opensuse.org>

View File

@ -18,7 +18,7 @@
%global _lto_cflags %{nil} %global _lto_cflags %{nil}
Name: fzf Name: fzf
Version: 0.52.0 Version: 0.53.0
Release: 0 Release: 0
Summary: A command-line fuzzy finder Summary: A command-line fuzzy finder
License: MIT License: MIT

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1 version https://git-lfs.github.com/spec/v1
oid sha256:2dbd56c2498bd95e3854d99f7691bf8fb5287d3b41d4d85d0ddef3ee59a65d17 oid sha256:355dbca277f6f3639915db5b8ca75d81d6676bc6ae78077be598137446d1f7a8
size 1260554 size 1261342