0.50.0
版本发布时间: 2024-04-14 23:06:31
junegunn/fzf最新发布版本:v0.55.0(2024-08-29 16:13:56)
- Search performance optimization. You can observe 50%+ improvement in some scenarios.
$ rg --line-number --no-heading --smart-case . > $DATA $ wc < $DATA 5520118 26862362 897487793 $ hyperfine -w 1 -L bin fzf-0.49.0,fzf-7ce6452,fzf-a5447b8,fzf '{bin} --filter "///" < $DATA | head -30' Summary fzf --filter "///" < $DATA | head -30 ran 1.16 ± 0.03 times faster than fzf-a5447b8 --filter "///" < $DATA | head -30 1.23 ± 0.03 times faster than fzf-7ce6452 --filter "///" < $DATA | head -30 1.52 ± 0.03 times faster than fzf-0.49.0 --filter "///" < $DATA | head -30
- Added
jump
andjump-cancel
events that are triggered when leavingjump
mode# Default behavior fzf --bind space:jump # Same as jump-accept action fzf --bind space:jump,jump:accept # Accept on jump, abort on cancel fzf --bind space:jump,jump:accept,jump-cancel:abort # Change header on jump-cancel fzf --bind 'space:change-header(Type jump label)+jump,jump-cancel:change-header:Jump cancelled'
- Added a new environment variable
$FZF_KEY
exported to the child processes. It's the name of the last key pressed.fzf --bind 'space:jump,jump:accept,jump-cancel:transform:[[ $FZF_KEY =~ ctrl-c ]] && echo abort'
- fzf can be built with profiling options. See BUILD.md for more information.
- Bug fixes
1、 fzf-0.50.0-darwin_amd64.zip 1.49MB
2、 fzf-0.50.0-darwin_arm64.zip 1.41MB
3、 fzf-0.50.0-freebsd_amd64.tar.gz 1.42MB
4、 fzf-0.50.0-linux_amd64.tar.gz 1.43MB
5、 fzf-0.50.0-linux_arm64.tar.gz 1.32MB
6、 fzf-0.50.0-linux_armv5.tar.gz 1.39MB
7、 fzf-0.50.0-linux_armv6.tar.gz 1.38MB
8、 fzf-0.50.0-linux_armv7.tar.gz 1.38MB
9、 fzf-0.50.0-linux_loong64.tar.gz 1.38MB
10、 fzf-0.50.0-linux_ppc64le.tar.gz 1.32MB
11、 fzf-0.50.0-linux_s390x.tar.gz 1.39MB
12、 fzf-0.50.0-openbsd_amd64.tar.gz 1.42MB
13、 fzf-0.50.0-windows_amd64.zip 1.64MB
14、 fzf-0.50.0-windows_arm64.zip 1.53MB
15、 fzf-0.50.0-windows_armv5.zip 1.62MB
16、 fzf-0.50.0-windows_armv6.zip 1.61MB
17、 fzf-0.50.0-windows_armv7.zip 1.6MB
18、 fzf_0.50.0_checksums.txt 1.59KB