0.49.0
版本发布时间: 2024-04-04 23:23:06
junegunn/fzf最新发布版本:v0.55.0(2024-08-29 16:13:56)
- Ingestion performance improved by around 40% (more or less depending on options)
$ time wc data 5513620 37997130 547840920 data real 0m0.822s user 0m0.764s sys 0m0.052s $ hyperfine -L bin fzf-0.48.1,fzf '{bin} --sync --bind load:accept < data' Benchmark 1: fzf-0.48.1 --sync --bind load:accept < data Time (mean ± σ): 440.3 ms ± 4.9 ms [User: 501.8 ms, System: 117.0 ms] Range (min … max): 432.8 ms … 446.1 ms 10 runs Benchmark 2: fzf --sync --bind load:accept < data Time (mean ± σ): 303.3 ms ± 4.5 ms [User: 320.1 ms, System: 108.6 ms] Range (min … max): 296.6 ms … 311.4 ms 10 runs Summary fzf --sync --bind load:accept < data ran 1.45 ± 0.03 times faster than fzf-0.48.1 --sync --bind load:accept < data
-
--info=hidden
and--info=inline-right
will no longer hide the horizontal separator by default. This gives you more flexibility in customizing the layout.fzf --border --info=inline-right fzf --border --info=inline-right --separator ═ fzf --border --info=inline-right --no-separator fzf --border --info=hidden fzf --border --info=hidden --separator ━ fzf --border --info=hidden --no-separator
- Added two environment variables exported to the child processes
-
FZF_PREVIEW_LABEL
-
FZF_BORDER_LABEL
# Use the current value of $FZF_PREVIEW_LABEL to determine which actions to perform git ls-files | fzf --header 'Press CTRL-P to change preview mode' \ --bind='ctrl-p:transform:[[ $FZF_PREVIEW_LABEL =~ cat ]] \ && echo "change-preview(git log --color=always \{})+change-preview-label([[ log ]])" \ || echo "change-preview(bat --color=always \{})+change-preview-label([[ cat ]])"'
-
- Renamed
track
action totrack-current
to highlight the difference between the global tracking state set by--track
and a one-off tracking action-
track
is still available as an alias
-
- Added
untrack-current
andtoggle-track-current
actions-
*-current
actions are no-op when the global tracking state is set
-
- Bug fixes and minor improvements
1、 fzf-0.49.0-darwin_amd64.zip 1.49MB
2、 fzf-0.49.0-darwin_arm64.zip 1.41MB
3、 fzf-0.49.0-freebsd_amd64.tar.gz 1.42MB
4、 fzf-0.49.0-linux_amd64.tar.gz 1.42MB
5、 fzf-0.49.0-linux_arm64.tar.gz 1.32MB
6、 fzf-0.49.0-linux_armv5.tar.gz 1.39MB
7、 fzf-0.49.0-linux_armv6.tar.gz 1.38MB
8、 fzf-0.49.0-linux_armv7.tar.gz 1.38MB
9、 fzf-0.49.0-linux_loong64.tar.gz 1.38MB
10、 fzf-0.49.0-linux_ppc64le.tar.gz 1.31MB
11、 fzf-0.49.0-linux_s390x.tar.gz 1.39MB
12、 fzf-0.49.0-openbsd_amd64.tar.gz 1.42MB
13、 fzf-0.49.0-windows_amd64.zip 1.64MB
14、 fzf-0.49.0-windows_arm64.zip 1.53MB
15、 fzf-0.49.0-windows_armv5.zip 1.62MB
16、 fzf-0.49.0-windows_armv6.zip 1.61MB
17、 fzf-0.49.0-windows_armv7.zip 1.6MB
18、 fzf_0.49.0_checksums.txt 1.59KB