0.52.0
版本发布时间: 2024-05-07 23:17:02
junegunn/fzf最新发布版本:v0.55.0(2024-08-29 16:13:56)
- Added
--highlight-line
to highlight the whole current line (à laset cursorline
of Vim) - Added color names for selected lines:
selected-fg
,selected-bg
, andselected-hl
fzf --border --multi --info inline-right --layout reverse --marker ▏ --pointer ▌ --prompt '▌ ' \ --highlight-line --color gutter:-1,selected-bg:238,selected-fg:146,current-fg:189
- Added
click-header
event that is triggered when the header section is clicked. When the event is triggered,$FZF_CLICK_HEADER_COLUMN
and$FZF_CLICK_HEADER_LINE
are set.fd --type f | fzf --header $'[Files] [Directories]' --header-first \ --bind 'click-header:transform: (( FZF_CLICK_HEADER_COLUMN <= 7 )) && echo "reload(fd --type f)" (( FZF_CLICK_HEADER_COLUMN >= 9 )) && echo "reload(fd --type d)" '
- Added
$FZF_COMPLETION_{DIR,PATH}_OPTS
for separately customizing the behavior of directory and path completion# Set --walker options without 'follow' not to follow symbolic links FZF_COMPLETION_PATH_OPTS="--walker=file,dir,hidden" FZF_COMPLETION_DIR_OPTS="--walker=dir,hidden"
- Fixed Windows argument escaping
- Bug fixes and improvements
- The code was heavily refactored to allow using fzf as a library in Go programs. The API is still experimental and subject to change.
1、 fzf-0.52.0-darwin_amd64.zip 1.5MB
2、 fzf-0.52.0-darwin_arm64.zip 1.43MB
3、 fzf-0.52.0-freebsd_amd64.tar.gz 1.43MB
4、 fzf-0.52.0-linux_amd64.tar.gz 1.44MB
5、 fzf-0.52.0-linux_arm64.tar.gz 1.33MB
6、 fzf-0.52.0-linux_armv5.tar.gz 1.4MB
7、 fzf-0.52.0-linux_armv6.tar.gz 1.39MB
8、 fzf-0.52.0-linux_armv7.tar.gz 1.39MB
9、 fzf-0.52.0-linux_loong64.tar.gz 1.39MB
10、 fzf-0.52.0-linux_ppc64le.tar.gz 1.33MB
11、 fzf-0.52.0-linux_s390x.tar.gz 1.41MB
12、 fzf-0.52.0-openbsd_amd64.tar.gz 1.43MB
13、 fzf-0.52.0-windows_amd64.zip 1.64MB
14、 fzf-0.52.0-windows_arm64.zip 1.52MB
15、 fzf-0.52.0-windows_armv5.zip 1.61MB
16、 fzf-0.52.0-windows_armv6.zip 1.6MB
17、 fzf-0.52.0-windows_armv7.zip 1.59MB
18、 fzf_0.52.0_checksums.txt 1.59KB