Go to file
Matej Cepl cffc16882f Accepting request 1066389 from home:uncomfyhalomacro:branches:utilities
- Disable LTO
- Replace unused RPM_OPT_FLAGS
- Update to version 0.38.0:
  * New actions
    - become(...) - Replace the current fzf process with the specified command using execve(2) system call.
      See https://github.com/junegunn/fzf#turning-into-a-different-process for more information.
        # Open selected files in Vim
        fzf --multi --bind 'enter:become(vim {+})'
        # Open the file in Vim and go to the line
        git grep --line-number . |
        fzf --delimiter : --nth 3.. --bind 'enter:become(vim {1} +{2})'
      >> this action is not supported on Windows
    - show-preview
    - hide-preview
  * Bug fixes
    - --preview-window 0,hidden should not execute the preview command until toggle-preview action is triggered

OBS-URL: https://build.opensuse.org/request/show/1066389
OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=66
2023-02-17 16:58:21 +00:00
_service Accepting request 1043648 from home:dirkmueller:Factory 2022-12-18 21:27:52 +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
fzf-0.38.0.tar.gz Accepting request 1066389 from home:uncomfyhalomacro:branches:utilities 2023-02-17 16:58:21 +00:00
fzf.changes Accepting request 1066389 from home:uncomfyhalomacro:branches:utilities 2023-02-17 16:58:21 +00:00
fzf.spec Accepting request 1066389 from home:uncomfyhalomacro:branches:utilities 2023-02-17 16:58:21 +00:00
vendor.tar.zst Accepting request 1066389 from home:uncomfyhalomacro:branches:utilities 2023-02-17 16:58:21 +00:00