Commit Graph

132 Commits

Author SHA256 Message Date
Ana Guerrero
df4917ba23 Accepting request 1199735 from utilities
OBS-URL: https://build.opensuse.org/request/show/1199735
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=58
2024-09-10 19:13:23 +00:00
OBS User smolsheep
ea6f82f746 - Update to 0.55.0:
* Added exact-boundary-match type to the search syntax. When a
    search term is single-quoted, fzf will search for the exact
    occurrences of the string with both ends at word boundaries.
  * [bash] Fuzzy path completion is enabled for all commands:
    a. If the default completion is not already set
    b. And if the current bash supports complete -D option
  * Comments are now allowed in $FZF_DEFAULT_OPTS and
    $FZF_DEFAULT_OPTS_FILE, e.g.
    --info=inline-right # Show info on the right of prompt line
  * Hyperlinks (OSC 8) are now supported in the preview window
    and in the main window
  * The default --ellipsis is now ·· instead of ...
  * [vim] A spec can have exit callback that is called with the
    exit status of fzf
  * This can be used to clean up temporary resources or restore the
    original state when fzf is closed without a selection
  * Fixed --tmux bottom when the status line is not at the bottom
  * Fixed extra scroll offset in multi-line mode (--read0 or
    --wrap)

OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=128
2024-09-09 19:41:11 +00:00
Dominique Leuenberger
70e41a18dc Accepting request 1190692 from utilities
OBS-URL: https://build.opensuse.org/request/show/1190692
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=57
2024-08-01 20:04:32 +00:00
OBS User smolsheep
dd7956bdf9 Accepting request 1190691 from home:smolsheep:upgrades
- Update to 0.54.3:
  * Fixed incompatibility of adaptive height specification and
    'start:reload'
  * Environment variables are now available to $FZF_DEFAULT_COMMAND

OBS-URL: https://build.opensuse.org/request/show/1190691
OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=126
2024-07-31 14:12:40 +00:00
Dominique Leuenberger
68f0d46887 Accepting request 1189776 from utilities
- Update to 0.54.2:
  * Fixed incorrect syntax highlighting of truncated multi-line entries

OBS-URL: https://build.opensuse.org/request/show/1189776
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=56
2024-07-26 14:16:24 +00:00
04064a9390 - Update to 0.54.2:
* Fixed incorrect syntax highlighting of truncated multi-line entries

OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=124
2024-07-26 10:31:33 +00:00
Ana Guerrero
f4b174c747 Accepting request 1188813 from utilities
OBS-URL: https://build.opensuse.org/request/show/1188813
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=55
2024-07-22 15:17:48 +00:00
OBS User smolsheep
e1bc264b93 - Update to 0.54.1:
* fastwalk: add optional sorting and improve documentation
  * Reverted ALT-C binding of fish to use cd instead of builtin
    cd. builtin cd was introduced to work around a bug of cd coming
    from zoxide init --cmd cd fish where it cannot handle --
    argument.

OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=122
2024-07-20 14:22:03 +00:00
Ana Guerrero
af49eb845b Accepting request 1186202 from utilities
OBS-URL: https://build.opensuse.org/request/show/1186202
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=54
2024-07-08 17:09:23 +00:00
OBS User smolsheep
173299be5e - Add new "v" prefix to tag in URL
- Update to 0.54.0:
  * Implemented line wrap of long items
  * Updated shell integration scripts to leverage line wrap
  * Added --info-command option for customizing the info line
  * Pointer and marker signs can be set to empty strings
  * Better cache management and improved rendering for --tail
  * Improved --sync behavior: When --sync is provided, fzf will not
    render the interface until the initial filtering and the
    associated actions (bound to any of start, load, result, or
    focus) are complete.
  * GET endpoint is now available from execute and transform
    actions (it used to timeout due to lock conflict)
  * Added offset-middle action to place the current item is in the
    middle of the screen
  * fzf will not start the initial reader when reload or
    reload-sync is bound to start event. fzf < /dev/null or : | fzf
    are no longer required and extraneous load event will not fire
    due to the empty list.
  * Fixed crash when using --tiebreak=end with very long items
  * zsh 5.0 compatibility
  * Fixed --walker-skip to also skip symlinks to directories
  * Fixed result event not fired when input stream is not complete
  * New tags will have v prefix

OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=120
2024-07-08 14:23:15 +00:00
Ana Guerrero
8bb892da66 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
2024-06-07 13:03:27 +00:00
OBS User smolsheep
1bbbcdb15c Accepting request 1179023 from home:smolsheep:upgrades
- 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.

OBS-URL: https://build.opensuse.org/request/show/1179023
OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=118
2024-06-06 13:52:30 +00:00
Dominique Leuenberger
fd33a64e31 Accepting request 1172487 from utilities
OBS-URL: https://build.opensuse.org/request/show/1172487
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=52
2024-05-08 09:39:11 +00:00
OBS User smolsheep
0b27f38e20 Accepting request 1172486 from home:smolsheep:upgrades
- Update to 0.52.0:
  * Added --highlight-line to highlight the whole current line (à
    la set cursorline of Vim)
  * Added color names for selected lines: selected-fg, selected-bg,
    and selected-hl
  * Added click-header event that is triggered when the header
    section is clicked. When the event is triggered,
    $FZF_CLICK_HEADER_COLUMN and $FZF_CLICK_HEADER_LINE are set.
  * Add $FZF_COMPLETION_{DIR,PATH}_OPTS for separately
    customizing the behavior of fuzzy completion
  * Bug fixes and improvements
  * The code was heavily refactored to allow using fzf as a library
    in Go programs. The API is still experimental and subject to
    change.

OBS-URL: https://build.opensuse.org/request/show/1172486
OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=116
2024-05-07 15:59:18 +00:00
Dominique Leuenberger
b4b39b5286 Accepting request 1171134 from utilities
- Update to 0.51.0:
  - Added a new environment variable $FZF_POS exported to the
    child processes. It's the vertical position of the cursor in
    the list starting from 1.
    # Toggle selection to the top or to the bottom
    seq 30 | fzf --multi --bind 'load:pos(10)' \
      --bind 'shift-up:transform:for _ in $(seq $FZF_POS $FZF_MATCH_COUNT); do echo -n +toggle+up; done' \
      --bind 'shift-down:transform:for _ in $(seq 1 $FZF_POS); do echo -n +toggle+down; done'
  - Added --with-shell option to start child processes with a
    custom shell command and flags
    gem list | fzf --with-shell 'ruby -e' \
      --preview 'pp Gem::Specification.find_by_name({1})' \
      --bind 'ctrl-o:execute-silent:
          spec = Gem::Specification.find_by_name({1})
          [spec.homepage, *spec.metadata.filter { _1.end_with?("uri") }.values].uniq.each do
            system "open", _1
          end
      '
  - Added change-multi action for dynamically changing --multi option
        change-multi - enable multi-select mode with no limit
        change-multi(NUM) - enable multi-select mode with a limit
        change-multi(0) - disable multi-select mode
  - Bug fixes and improvements

OBS-URL: https://build.opensuse.org/request/show/1171134
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=51
2024-05-01 12:58:06 +00:00
18d5812fc5 - Update to 0.51.0:
- Added a new environment variable $FZF_POS exported to the
    child processes. It's the vertical position of the cursor in
    the list starting from 1.
    # Toggle selection to the top or to the bottom
    seq 30 | fzf --multi --bind 'load:pos(10)' \
      --bind 'shift-up:transform:for _ in $(seq $FZF_POS $FZF_MATCH_COUNT); do echo -n +toggle+up; done' \
      --bind 'shift-down:transform:for _ in $(seq 1 $FZF_POS); do echo -n +toggle+down; done'
  - Added --with-shell option to start child processes with a
    custom shell command and flags
    gem list | fzf --with-shell 'ruby -e' \
      --preview 'pp Gem::Specification.find_by_name({1})' \
      --bind 'ctrl-o:execute-silent:
          spec = Gem::Specification.find_by_name({1})
          [spec.homepage, *spec.metadata.filter { _1.end_with?("uri") }.values].uniq.each do
            system "open", _1
          end
      '
  - Added change-multi action for dynamically changing --multi option
        change-multi - enable multi-select mode with no limit
        change-multi(NUM) - enable multi-select mode with a limit
        change-multi(0) - disable multi-select mode
  - Bug fixes and improvements

OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=114
2024-05-01 11:00:50 +00:00
Ana Guerrero
be0ad2d94f Accepting request 1170041 from utilities
- Rearranging and renaming shell-related subpackages (reaction to
  the discussion gh#akinomyoga/ble.sh$441 and
  https://github.com/junegunn/fzf?tab=readme-ov-file#setting-up-shell-integration).
- Shell subpackages should be Enahncing (not Supplementing) fzf.

OBS-URL: https://build.opensuse.org/request/show/1170041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=50
2024-04-25 18:48:45 +00:00
5f9a9adadd Fix the generation of /etc/profile.d/fzf-bash.sh
OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=112
2024-04-24 13:59:40 +00:00
5c1b1ece73 - Shell subpackages should be Enahncing (not Supplementing) fzf.
OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=111
2024-04-24 12:01:19 +00:00
6c353489f3 - Rearranging and renaming shell-related subpackages (reaction to
the discussion gh#akinomyoga/ble.sh$441 and
  https://github.com/junegunn/fzf?tab=readme-ov-file#setting-up-shell-integration).

OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=110
2024-04-24 10:26:11 +00:00
Ana Guerrero
4b9ad7038d Accepting request 1167679 from utilities
- Update to version 0.50.0:
  - Search performance optimization. You can observe 50%+
    improvement in some scenarios.
  - Added jump and jump-cancel events that are triggered when
    leaving jump mode
  - Added a new environment variable $FZF_KEY exported to the
    child processes. It's the name of the last key pressed.
  - fzf can be built with profiling options. See BUILD.md for
    more information.
  - Bug fixes

OBS-URL: https://build.opensuse.org/request/show/1167679
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=49
2024-04-15 18:17:41 +00:00
676db9efb7 - Update to version 0.50.0:
- Search performance optimization. You can observe 50%+
    improvement in some scenarios.
  - Added jump and jump-cancel events that are triggered when
    leaving jump mode
  - Added a new environment variable $FZF_KEY exported to the
    child processes. It's the name of the last key pressed.
  - fzf can be built with profiling options. See BUILD.md for
    more information.
  - Bug fixes

OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=108
2024-04-14 17:30:19 +00:00
Ana Guerrero
ead4f2effe Accepting request 1165093 from utilities
OBS-URL: https://build.opensuse.org/request/show/1165093
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=48
2024-04-04 20:27:22 +00:00
OBS User smolsheep
a52f0f3e06 Accepting request 1165092 from home:smolsheep:upgrades
- Update to version 0.49.0:
  * Ingestion performance improved by around 40% (more or less
    depending on options)
  * --info=hidden and --info=inline-right will no longer hide the
    horizontal separator by default. This gives you more
    flexibility in customizing the layout.
  * Added two environment variables exported to the child
    processes. FZF_PREVIEW_LABEL and FZF_BORDER_LABEL.
  * Renamed track action to track-current to highlight the
    difference between the global tracking state set by --track and
    a one-off tracking action. track is still available as an
    alias.
  * Added untrack-current and toggle-track-current actions
  * Bug fixes and minor improvements

OBS-URL: https://build.opensuse.org/request/show/1165092
OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=106
2024-04-04 19:33:19 +00:00
Ana Guerrero
267730d33e Accepting request 1163994 from utilities
- Revendor

OBS-URL: https://build.opensuse.org/request/show/1163994
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=47
2024-04-02 14:46:32 +00:00
c66fd0010b - Revendor
OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=104
2024-04-01 21:35:04 +00:00
Ana Guerrero
787d70f67e Accepting request 1158763 from utilities
OBS-URL: https://build.opensuse.org/request/show/1158763
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=46
2024-03-17 21:17:03 +00:00
OBS User smolsheep
3f734be09c Accepting request 1158762 from home:smolsheep:upgrades
- Update to version 0.48.1:
  * CTRL-T and ALT-C bindings can be disabled by setting
    FZF_CTRL_T_COMMAND and FZF_ALT_C_COMMAND to empty strings
    respectively when sourcing the script
  * Bug fixes

OBS-URL: https://build.opensuse.org/request/show/1158762
OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=102
2024-03-17 13:43:49 +00:00
Ana Guerrero
f07413896f Accepting request 1158062 from utilities
OBS-URL: https://build.opensuse.org/request/show/1158062
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=45
2024-03-15 19:30:31 +00:00
OBS User smolsheep
508a8082b8 Accepting request 1158061 from home:smolsheep:upgrades
- Switch to generated shell integration scripts

OBS-URL: https://build.opensuse.org/request/show/1158061
OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=100
2024-03-14 17:00:08 +00:00
OBS User smolsheep
f6f9771c94 Accepting request 1158056 from home:smolsheep:upgrades
Revert changes

OBS-URL: https://build.opensuse.org/request/show/1158056
OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=99
2024-03-14 16:24:10 +00:00
f85422a42b - Version 0.48.0 doesn't include shell completion scripts
anymore, shell integration scripts are now embedded in the
  fzf binary. This simplifies the distribution, and the users
  are less likely to have problems caused by using incompatible
  scripts and binaries.
    bash
    # Set up fzf key bindings and fuzzy completion
    eval "$(fzf --bash)"
    zsh
    
    # Set up fzf key bindings and fuzzy completion
    eval "$(fzf --zsh)"
    
    fish
    
    # Set up fzf key bindings
    fzf --fish | source

OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=98
2024-03-14 13:53:28 +00:00
Ana Guerrero
305aa56ed6 Accepting request 1157747 from utilities
OBS-URL: https://build.opensuse.org/request/show/1157747
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=44
2024-03-13 21:21:35 +00:00
OBS User smolsheep
2f1d946946 Accepting request 1157746 from home:smolsheep:upgrades
- Update to version 0.48.0:
  * Shell integration scripts are now embedded in the fzf binary.
    This simplifies the distribution, and the users are less likely
    to have problems caused by using incompatible scripts and
    binaries.
  * Added options for customizing the behavior of the built-in
    walker
  * Shell integration scripts have been updated to use the built-in
    walker with these new options and they are now much faster out
    of the box.

OBS-URL: https://build.opensuse.org/request/show/1157746
OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=96
2024-03-13 17:48:26 +00:00
Ana Guerrero
6e17cddb07 Accepting request 1156762 from utilities
OBS-URL: https://build.opensuse.org/request/show/1156762
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=43
2024-03-11 14:34:03 +00:00
OBS User smolsheep
62dbbbc35b Accepting request 1156761 from home:smolsheep:upgrades
- Update to version 0.47.0:
  * Replaced default find command with built-in directory walker
    to simplify the code and to achieve better performance. This
    doesn't affect you if you have $FZF_DEFAULT_COMMAND set.
  * Added $FZF_DEFAULT_OPTS_FILE to allow managing default options
    in a file
  * Bug fixes and improvements.

OBS-URL: https://build.opensuse.org/request/show/1156761
OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=94
2024-03-10 19:42:48 +00:00
Ana Guerrero
e61d83418d Accepting request 1143424 from utilities
OBS-URL: https://build.opensuse.org/request/show/1143424
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=42
2024-02-01 17:06:33 +00:00
OBS User smolsheep
cda0ce9986 Accepting request 1143421 from home:smolsheep:upgrades
- Update to version 0.46.1:
  * Bug fixes and improvements
  * Downgraded minimum go version to 1.20
  * Updated rivo/uniseg dependency

OBS-URL: https://build.opensuse.org/request/show/1143421
OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=92
2024-02-01 15:17:29 +00:00
Ana Guerrero
8268bd0e9b Accepting request 1141046 from utilities
OBS-URL: https://build.opensuse.org/request/show/1141046
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=41
2024-01-23 21:57:32 +00:00
OBS User smolsheep
a3c0b00446 Accepting request 1141045 from home:smolsheep:upgrades
- Update to version 0.46.0:
  * Added new events, result and resize
  * fzf now exports many new environment variables to the child
    processes.
  * fzf:prompt and fzf:action are being phased out
  * Changed mattn/go-runewidth dependency to rivo/uniseg for
    accurate results. Set --ambidouble if your terminal displays
    ambigous width characters
  * Bug fixes

OBS-URL: https://build.opensuse.org/request/show/1141045
OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=90
2024-01-23 19:55:46 +00:00
Dominique Leuenberger
a478b226ea Accepting request 1135957 from utilities
OBS-URL: https://build.opensuse.org/request/show/1135957
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=40
2024-01-03 11:27:33 +00:00
OBS User smolsheep
b4b252e88d Accepting request 1135956 from home:smolsheep:upgrades
- Update to version 0.45.0:
  * Added transform action to conditionally perform a set of
    actions
  * Added placeholder expressions like {fzf:query}
  * Added support for negative height
  * Added accept-or-print-query action that acts like accept but
    prints the current query when there's no match for the query
  * Added show-header and hide-header actions
  * Bug fixes

OBS-URL: https://build.opensuse.org/request/show/1135956
OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=88
2024-01-01 06:57:54 +00:00
Ana Guerrero
de64df1a44 Accepting request 1127403 from utilities
OBS-URL: https://build.opensuse.org/request/show/1127403
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=39
2023-11-19 19:15:46 +00:00
OBS User smolsheep
b224930885 Accepting request 1127402 from home:smolsheep:upgrades
- Update to version 0.44.1:
  * Fixed crash when preview window is hidden on focus event

OBS-URL: https://build.opensuse.org/request/show/1127402
OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=86
2023-11-18 06:42:18 +00:00
Ana Guerrero
642b5888d4 Accepting request 1125249 from utilities
OBS-URL: https://build.opensuse.org/request/show/1125249
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=38
2023-11-13 21:21:15 +00:00
OBS User smolsheep
faf232500a Accepting request 1125247 from home:uncomfyhalomacro
- Update to version 0.44.0:
  * experimental sixel support added in fzf-preview.sh script
  * HTTP server can be configured to accept remote connections
  * Bug fixes

OBS-URL: https://build.opensuse.org/request/show/1125247
OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=84
2023-11-12 14:35:38 +00:00
Ana Guerrero
85fd34b7d1 Accepting request 1117899 from utilities
- Update to version 0.43.0 (examples are in full release notes on
  https://github.com/junegunn/fzf/releases/tag/0.43.0):
  - (Experimental) Added support for Kitty image protocol in the
    preview window
  - (Experimental) --listen server can report program state in
    JSON format (GET /)
  - --listen server can be secured by setting $FZF_API_KEY
varienvironment able.
  - Added toggle-header action
  - Added mouse events for --bind
  - Added offset-up and offset-down actions
  - Shell extensions

OBS-URL: https://build.opensuse.org/request/show/1117899
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=37
2023-10-16 20:33:13 +00:00
43504fab74 Add missing vendor tarball
OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=82
2023-10-15 17:53:26 +00:00
e1a6e2144d - Update to version 0.43.0 (examples are in full release notes on
https://github.com/junegunn/fzf/releases/tag/0.43.0):
  - (Experimental) Added support for Kitty image protocol in the
    preview window
  - (Experimental) --listen server can report program state in
    JSON format (GET /)
  - --listen server can be secured by setting $FZF_API_KEY
varienvironment able.
  - Added toggle-header action
  - Added mouse events for --bind
  - Added offset-up and offset-down actions
  - Shell extensions

OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=81
2023-10-15 17:53:00 +00:00
Dominique Leuenberger
31d5e06a54 Accepting request 1093151 from utilities
OBS-URL: https://build.opensuse.org/request/show/1093151
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/fzf?expand=0&rev=36
2023-06-16 14:53:16 +00:00