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.56.3
->0.58.0
4.2.0
->4.3.0
1.21.1
->1.22.1
4.44.6
->4.45.1
Release Notes
junegunn/fzf (fzf)
v0.58.0
: 0.58.0Compare Source
Release highlights: https://junegunn.github.io/fzf/releases/0.58.0/
This version introduces three new border types,
--list-border
,--input-border
, and--header-border
, offering much greater flexibility for customizing the user interface.Also, fzf now offers "style presets" for quick customization, which can be activated using the
--style
option.default
full
minimal
--style=full[:BORDER_STYLE]
--style=default
--style=minimal
--list-border[=STYLE]
--list-label=LABEL
--list-label-pos=COL[:bottom]
list-fg
list-bg
list-border
list-label
change-list-label
transform-list-label
--input-border[=STYLE]
--input-label=LABEL
--input-label-pos=COL[:bottom]
input-fg
(query
)input-bg
input-border
input-label
change-input-label
transform-input-label
--header-border[=STYLE]
--header-label=LABEL
--header-label-pos=COL[:bottom]
header-fg
(header
)header-bg
header-border
header-label
change-header-label
transform-header-label
--preview-border[=STYLE]
as short for--preview-window=border[-STYLE]
line
which draws a single separator line between the preview window and the rest of the interface┈┈
) in each--gap
for better visual separation.All bash/zsh functions, highlighted
declare -f |
perl -0 -pe 's/^}\n/}\0/gm' |
bat --plain --language bash --color always |
fzf --read0 --ansi --layout reverse --multi --highlight-line --gap
toggle-multi-line
actiontoggle-hscroll
actionchange-nth
action for dynamically changing the value of the--nth
optionStart with --nth 1, then 2, then 3, then back to the default, 1
echo 'foo foobar foobarbaz' | fzf --bind 'space:change-nth(2|3|)' --nth 1 -q foo
--delimiter '|'
instead of escaping it as--delimiter '\|'
v0.57.0
: 0.57.0Compare Source
--walker-root
can take multiple directory arguments. e.g.--walker-root include src lib
--walker-skip
can handle multi-component patterns. e.g.--walker-skip target/build
FZF_PREVIEW_*
environment variables are exported to all child processes (#4098)hairyhenderson/gomplate (gomplate)
v4.3.0
Compare Source
Features
Bug Fixes
Documentation
Dependencies
starship/starship (starship)
v1.22.1
Compare Source
Bug Fixes
v1.22.0
Compare Source
Features
battery.display
threshold (#6442) (2690a32){success,failure}_style
options (#6269) (e21775c)Bug Fixes
pipestatus_format
(#6404) (8a38b8f)whoami
on android (#6342) (af5d139), closes #6340mikefarah/yq (yq)
v4.45.1
: - Create parent directories when --split-exp is used!Compare Source
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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.