chore(deps): update dependency aqua:junegunn/fzf to v0.65.0 #282

Merged
joao.dubas merged 1 commits from renovate/aqua-junegunn-fzf-0.x into main 2025-07-28 12:53:33 +00:00
Collaborator

This PR contains the following updates:

Package Update Change
aqua:junegunn/fzf minor 0.64.0 -> 0.65.0

Release Notes

junegunn/fzf (aqua:junegunn/fzf)

v0.65.0

Compare Source

  • Added click-footer event that is triggered when the footer section is clicked. When the event is triggered, the following environment variables are set:
    • $FZF_CLICK_FOOTER_COLUMN - clicked column (1-based)
    • $FZF_CLICK_FOOTER_LINE - clicked line (1-based)
    • $FZF_CLICK_FOOTER_WORD - the word under the cursor
    fzf --footer $'[Edit] [View]\n[Copy to clipboard]' \
        --with-shell 'bash -c' \
        --bind 'click-footer:transform:
          [[ $FZF_CLICK_FOOTER_WORD =~ Edit ]] && echo "execute:vim \{}"
          [[ $FZF_CLICK_FOOTER_WORD =~ View ]] && echo "execute:view \{}"
          (( FZF_CLICK_FOOTER_LINE == 2 )) && (( FZF_CLICK_FOOTER_COLUMN < 20 )) &&
              echo "execute-silent(echo -n \{} | pbcopy)+bell"
        '
    
  • Added trigger(...) action that triggers events bound to another key or event.

Configuration

📅 Schedule: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Update | Change | |---|---|---| | [aqua:junegunn/fzf](https://github.com/junegunn/fzf) | minor | `0.64.0` -> `0.65.0` | --- ### Release Notes <details> <summary>junegunn/fzf (aqua:junegunn/fzf)</summary> ### [`v0.65.0`](https://github.com/junegunn/fzf/blob/HEAD/CHANGELOG.md#0650) [Compare Source](https://github.com/junegunn/fzf/compare/v0.64.0...v0.65.0) - Added `click-footer` event that is triggered when the footer section is clicked. When the event is triggered, the following environment variables are set: - `$FZF_CLICK_FOOTER_COLUMN` - clicked column (1-based) - `$FZF_CLICK_FOOTER_LINE` - clicked line (1-based) - `$FZF_CLICK_FOOTER_WORD` - the word under the cursor ```sh fzf --footer $'[Edit] [View]\n[Copy to clipboard]' \ --with-shell 'bash -c' \ --bind 'click-footer:transform: [[ $FZF_CLICK_FOOTER_WORD =~ Edit ]] && echo "execute:vim \{}" [[ $FZF_CLICK_FOOTER_WORD =~ View ]] && echo "execute:view \{}" (( FZF_CLICK_FOOTER_LINE == 2 )) && (( FZF_CLICK_FOOTER_COLUMN < 20 )) && echo "execute-silent(echo -n \{} | pbcopy)+bell" ' ``` - Added `trigger(...)` action that triggers events bound to another key or event. ```sh ``` </details> --- ### Configuration 📅 **Schedule**: Branch creation - Between 12:00 AM and 03:59 AM, only on Monday ( * 0-3 * * 1 ) (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40Mi41IiwidXBkYXRlZEluVmVyIjoiNDEuNDIuNSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate-bot added 1 commit 2025-07-28 02:15:33 +00:00
joao.dubas force-pushed renovate/aqua-junegunn-fzf-0.x from 90cc5cbccb to 6f1e97ad04 2025-07-28 12:53:16 +00:00 Compare
joao.dubas merged commit 533282bfd9 into main 2025-07-28 12:53:33 +00:00
joao.dubas deleted branch renovate/aqua-junegunn-fzf-0.x 2025-07-28 12:53:33 +00:00
Sign in to join this conversation.
No Reviewers
No Label
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: joao.dubas/ide#282
No description provided.