Revisions of fzf

Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1170041 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 50)
- 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.
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1167679 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 49)
- 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
Ana Guerrero's avatar Ana Guerrero (anag+factory) accepted request 1117899 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 37)
- 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
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1091832 from smolsheep's avatar smolsheep (revision 35)
- Update to version 0.41.1:
  * Fixed a bug where preview window is not updated when
    --disabled is set and a reload is triggered by change:reload
    binding
  * Added fix-go-test.patch to make test cases work on 0.41.1
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1089242 from Avindra Goolcharan's avatar Avindra Goolcharan (avindra) (revision 34)
- Update to version 0.41.0:
  * Added color name preview-border and preview-scrollbar
  * Added new border style block which uses block elements
  * --scrollbar can take two characters, one for the main window,
   the other for the preview window
  * Bug fixes and improvements
- require golang >= 1.19 instead of "="
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1083792 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 33)
- Update to version 0.40.0:
  - Added `zero` event that is triggered when there's no match
    ```sh
    # Reload the candidate list when there's no match
    echo $RANDOM | fzf --bind 'zero:reload(echo $RANDOM)+clear-query' --height 3
    ```
  - New actions
      - Added `track` action which makes fzf track the current item when the
        search result is updated. If the user manually moves the cursor, or the
        item is not in the updated search result, tracking is automatically
        disabled. Tracking is useful when you want to see the surrounding items
        by deleting the query string.
        ```sh
        # Narrow down the list with a query, point to a command,
        # and hit CTRL-T to see its surrounding commands.
        export FZF_CTRL_R_OPTS="
          --preview 'echo {}' --preview-window up:3:hidden:wrap
          --bind 'ctrl-/:toggle-preview'
          --bind 'ctrl-t:track+clear-query'
          --bind 'ctrl-y:execute-silent(echo -n {2..} | pbcopy)+abort'
          --color header:italic
          --header 'Press CTRL-Y to copy command into clipboard'"
        ```
      - Added `change-header(...)`
      - Added `transform-header(...)`
      - Added `toggle-track` action
  - Fixed `--track` behavior when used with `--tac`
      - However, using `--track` with `--tac` is not recommended. The resulting
        behavior can be very confusing.
  - Bug fixes and improvements
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1080294 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 32)
Update to version 0.39.0 major upstream release. (forwarded request 1080214 from luc14n0)
Dominique Leuenberger's avatar Dominique Leuenberger (dimstar_suse) accepted request 1078867 from Matej Cepl's avatar Matej Cepl (mcepl) (revision 31)
- All those completion scripts not requiring their respective
  shells is a bit ridiculous.
Displaying revisions 1 - 20 of 50
openSUSE Build Service is sponsored by