Skip to content

Commit ed86d60

Browse files
ECG Bottmeijn
authored andcommitted
build(deps): update junegunn/fzf to v0.65.0
This MR contains the following updates: | Package | Update | Change | |---|---|---| | [junegunn/fzf](https://github.com/junegunn/fzf) | minor | `v0.64.0` -> `v0.65.0` | MR created with the help of [el-capitano/tools/renovate-bot](https://gitlab.com/el-capitano/tools/renovate-bot). **Proposed changes to behavior should be submitted there as MRs.** --- ### Release Notes <details> <summary>junegunn/fzf (junegunn/fzf)</summary> ### [`v0.65.0`](https://github.com/junegunn/fzf/releases/tag/v0.65.0): 0.65.0 [Compare Source](junegunn/fzf@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 ``` ### You can click on each key name to trigger the actions bound to that key fzf --footer 'Ctrl-E: Edit / Ctrl-V: View / Ctrl-Y: Copy to clipboard' \ \--with-shell 'bash -c' \ \--bind 'ctrl-e:execute:vim {}' \ \--bind 'ctrl-v:execute:view {}' \ \--bind 'ctrl-y:execute-silent(echo -n {} | pbcopy)+bell' \ \--bind 'click-footer:transform: \[\[ $FZF\_CLICK\_FOOTER\_WORD =~ Ctrl ]] && echo "trigger(${FZF\_CLICK\_FOOTER\_WORD%:})" ' ```` - You can specify a series of keys and events ```sh fzf --bind 'a:up,b:trigger(a,a,a)' ``` - Added support for `{*n}` and `{*nf}` placeholder. - `{*n}` evaluates to the zero-based ordinal index of all matched items. - `{*nf}` evaluates to the temporary file containing that. - Bug fixes and improvements - [neovim] Fixed margin background color when `&winborder` is used (#&#8203;4453) - Fixed rendering error when hiding a preview window without border (#&#8203;4465) - fix(shell): check for mawk existence before version check (#&#8203;4468) - Thanks to @&#8203;LangLangBart and @&#8203;akinomyoga - Fixed `--no-header-lines-border` behavior (08027e7a) ```` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this MR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this MR, check this box --- This MR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MC42Mi4xIiwidXBkYXRlZEluVmVyIjoiNDAuNjIuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiUmVub3ZhdGUgQm90Il19-->
1 parent f2bb183 commit ed86d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chezmoi/dot_config/aquaproj-aqua/aqua.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ packages:
152152
- name: blacknon/[email protected]
153153
description: A modern alternative to the watch command, records the differences in execution results and can check this differences at after
154154
link: https://github.com/blacknon/hwatch
155-
- name: junegunn/fzf@v0.64.0
155+
- name: junegunn/fzf@v0.65.0
156156
description: A command-line fuzzy finder
157157
link: https://github.com/junegunn/fzf
158158
- name: ajeetdsouza/[email protected]

0 commit comments

Comments
 (0)