Update dependency junegunn/fzf to v0.48.1 #40
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.43.0
->0.48.1
Release Notes
junegunn/fzf (junegunn/fzf)
v0.48.1
Compare Source
FZF_CTRL_T_COMMAND
andFZF_ALT_C_COMMAND
to empty strings respectively when sourcing the scriptbash
zsh
fish
v0.48.0
Compare Source
Set up fzf key bindings and fuzzy completion
Set up fzf key bindings and fuzzy completion
Set up fzf key bindings
--walker=OPTS
[file][,dir][,follow][,hidden]
)file,follow,hidden
--walker-root=DIR
.
--walker-skip=DIRS
.git,node_modules
Built-in walker is only used by standalone fzf when $FZF_DEFAULT_COMMAND is not set
Walker options in $FZF_DEFAULT_OPTS
Reading from STDIN; --walker is ignored
Reading from $FZF_DEFAULT_COMMAND; --walker is ignored
v0.47.0
Compare Source
This doesn't affect you if you have
$FZF_DEFAULT_COMMAND
set.devtmpfs
orproc
typesBut fzf has had the walker code for years to tackle the performance problem on Windows. And I decided to use the same approach on different platforms as well for the benefits listed above.
$FZF_DEFAULT_OPTS_FILE
to allow managing default options in a file$FZF_DEFAULT_OPTS_FILE
$FZF_DEFAULT_OPTS
v0.46.1
Compare Source
v0.46.0
Compare Source
result
- triggered when the filtering for the current query is complete and the result list is readyresize
- triggered when the terminal size is changedFZF_LINES
FZF_COLUMNS
FZF_TOTAL_COUNT
FZF_MATCH_COUNT
FZF_SELECT_COUNT
FZF_QUERY
FZF_PROMPT
FZF_ACTION
Script to dynamically resize the preview window
1 line for info, another for prompt, and 2 more lines for preview window border
{fzf:prompt}
and{fzf:action}
--ambidouble
if your terminal displays ambiguous width characters (e.g. box-drawing characters for borders) as 2 columnsRUNEWIDTH_EASTASIAN=1
is still respected for backward compatibility, but it's recommended that you use this new option insteadv0.45.0
Compare Source
transform
action to conditionally perform a series of actionsv0.44.1
Compare Source
focus
eventv0.44.0
Compare Source
display an image using Kitty image protocol or Sixel. You can use it
like so:
fzf --preview='fzf-preview.sh {}'
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 PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.