Go to file
Matej Cepl 199acd4649 - Update to 0.37.0:
- Added a way to customize the separator of inline info
    fzf --info 'inline: ╱ ' --prompt '╱ ' --color prompt:bright-yellow
  - New event
        focus - Triggered when the focus changes due to a vertical cursor
        movement or a search result update
        fzf --bind 'focus:transform-preview-label:echo [ {} ]' --preview 'cat {}'
        # Any action bound to the event runs synchronously and thus can make the interface sluggish
        # e.g. lolcat isn't one of the fastest programs, and every cursor movement in
        #      fzf will be noticeably affected by its execution time
        fzf --bind 'focus:transform-preview-label:echo [ {} ] | lolcat -f' --preview 'cat {}'
        # Beware not to introduce an infinite loop
        seq 10 | fzf --bind 'focus:up' --cycle
    - New actions
        change-border-label
        change-preview-label
        transform-border-label
        transform-preview-label
    - Bug fixes and improvements
- Update to 0.36.0:
  - Added --listen=HTTP_PORT option to start HTTP server. It allows external
    processes to send actions to perform via POST method.
    # Start HTTP server on port 6266
    fzf --listen 6266
    # Send actions to the server
    curl localhost:6266 -d 'reload(seq 100)+change-prompt(hundred> )'
  - Added draggable scrollbar to the main search window and the preview window
    # Hide scrollbar
    fzf --no-scrollbar
    # Customize scrollbar

OBS-URL: https://build.opensuse.org/package/show/utilities/fzf?expand=0&rev=64
2023-02-06 11:10:01 +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.37.0.tar.gz - Update to 0.37.0: 2023-02-06 11:10:01 +00:00
fzf.changes - Update to 0.37.0: 2023-02-06 11:10:01 +00:00
fzf.spec - Update to 0.37.0: 2023-02-06 11:10:01 +00:00
vendor.tar.zst - Update to 0.37.0: 2023-02-06 11:10:01 +00:00