0.26.0
版本发布时间: 2021-03-13 14:17:10
junegunn/fzf最新发布版本:v0.55.0(2024-08-29 16:13:56)
- Added support for fixed header in preview window
# Display top 3 lines as the fixed header fzf --preview 'bat --style=full --color=always {}' --preview-window '~3' # Works well with the streaming preview fzf --preview-window 'follow:~2' --preview 'for i in $(seq 100000); do # Clear preview content every 300 lines and print header (( i % 300 == 1 )) && echo -e "\x1b[2J$i ~ $((i + 300))" && echo '---' echo "$i" sleep 0.01 done'
- More advanced preview offset expression to better support the fixed header
# Preview with bat, matching line in the middle of the window below # the fixed header of the top 3 lines # # ~3 Top 3 lines as the fixed header # +{2} Base scroll offset extracted from the second field # +3 Extra offset to compensate for the 3-line header # /2 Put in the middle of the preview area # git grep --line-number '' | fzf --layout reverse --delimiter : \ --preview 'bat --style=full --color=always --highlight-line {2} {1}' \ --preview-window '~3:+{2}+3/2'
- Added
select
anddeselect
action for unconditionally selecting or deselecting a single item in--multi
mode. Complementstoggle
action. - Sigificant performance improvement in ANSI code processing
- Bug fixes and improvements
- Built with Go 1.16
1、 fzf-0.26.0-darwin_amd64.tar.gz 1.09MB
2、 fzf-0.26.0-darwin_arm64.tar.gz 1.06MB
3、 fzf-0.26.0-freebsd_amd64.tar.gz 1.01MB
4、 fzf-0.26.0-linux_amd64.tar.gz 1.02MB
5、 fzf-0.26.0-linux_arm64.tar.gz 967KB
6、 fzf-0.26.0-linux_armv5.tar.gz 992.61KB
7、 fzf-0.26.0-linux_armv6.tar.gz 983.83KB
8、 fzf-0.26.0-linux_armv7.tar.gz 982.14KB
9、 fzf-0.26.0-openbsd_amd64.tar.gz 1.02MB
10、 fzf-0.26.0-windows_amd64.zip 1.59MB
11、 fzf_0.26.0_checksums.txt 965B