Bump github.com/junegunn/fzf from 0.65.2 to 0.67.0
Bumps github.com/junegunn/fzf from 0.65.2 to 0.67.0.
Release notes
Sourced from github.com/junegunn/fzf's releases.
0.67.0
- Added
--freeze-left=Noption to keep the leftmost N columns always visible.# Keep the file name column fixed and always visible git grep --line-number --color=always -- '' | fzf --ansi --delimiter : --freeze-left 1Can be used with --keep-right
git grep --line-number --color=always -- '' |
fzf --ansi --delimiter : --freeze-left 1 --keep-right
- Also added
--freeze-right=Noption to keep the rightmost N columns always visible.# Stronger version of --keep-right that always keeps the right-end visible fd | fzf --freeze-right 1Keep the base name always visible
fd | fzf --freeze-right 1 --delimiter /
Keep both leftmost and rightmost components visible
fd | fzf --freeze-left 1 --freeze-right 1 --delimiter /
- Updated
--info=inlineto print the spinner (load indicator).- Bug fixes
0.66.1
- Bug fixes
0.66.0
Quick summary
This version introduces many new features centered around the new "raw" mode.
Type Class Name Description New Option --rawEnable raw mode by default New Option --gutter CHARSet the gutter column character New Option --gutter-raw CHARSet the gutter column character in raw mode Enhancement Option --listen SOCKETAdded support for Unix domain sockets New Action toggle-rawToggle raw mode New Action enable-rawEnable raw mode New Action disable-rawDisable raw mode New Action up-matchMove up to the matching item New Action down-matchMove down to the matching item New Action bestMove to the matching item with the best score
... (truncated)
Changelog
Sourced from github.com/junegunn/fzf's changelog.
0.67.0
- Added
--freeze-left=Noption to keep the leftmost N columns always visible.# Keep the file name column fixed and always visible git grep --line-number --color=always -- '' | fzf --ansi --delimiter : --freeze-left 1Can be used with --keep-right
git grep --line-number --color=always -- '' |
fzf --ansi --delimiter : --freeze-left 1 --keep-right
- Also added
--freeze-right=Noption to keep the rightmost N columns always visible.# Stronger version of --keep-right that always keeps the right-end visible fd | fzf --freeze-right 1Keep the base name always visible
fd | fzf --freeze-right 1 --delimiter /
Keep both leftmost and rightmost components visible
fd | fzf --freeze-left 1 --freeze-right 1 --delimiter /
- Updated
--info=inlineto print the spinner (load indicator).- Bug fixes
0.66.1
- Bug fixes
0.66.0
Quick summary
This version introduces many new features centered around the new "raw" mode.
Type Class Name Description New Option --rawEnable raw mode by default New Option --gutter CHARSet the gutter column character New Option --gutter-raw CHARSet the gutter column character in raw mode Enhancement Option --listen SOCKETAdded support for Unix domain sockets New Action toggle-rawToggle raw mode New Action enable-rawEnable raw mode New Action disable-rawDisable raw mode New Action up-matchMove up to the matching item New Action down-matchMove down to the matching item
... (truncated)
Commits
2ab923f0.67.0c3e6d9aDistinguish between Ctrl-H and Ctrl-Backspace in Windows (#4590)2471edfMake ctrl-alt-h a synonym of ctrl-alt-backspace on non-Windows environment (#...53a8aeeDeploying to master from @ junegunn/fzf@60b35e748be4da4e3761f30081afd347d0592...60b35e7Header and footer should not be wider than the list3f499f0Avoid truncating ellipsis to avoid confusion1df99dbKeep the previous delimiter before frozen columns535b610Bump github/codeql-action from 3 to 4 (#4554)91fab3bFix lint warnings (#4586)b9f2bf6Add --freeze-right=N option to keep the rightmost N fields visible- Additional commits viewable in compare view
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.