0.39.0
版本发布时间: 2023-04-02 22:37:51
junegunn/fzf最新发布版本:v0.55.0(2024-08-29 16:13:56)
- Added
one
event that is triggered when there's only one match# Automatically select the only match seq 10 | fzf --bind one:accept
- Added
--track
option that makes fzf track the current selection when the result list is updated. This can be useful when browsing logs using fzf with sorting disabled.git log --oneline --graph --color=always | nl | fzf --ansi --track --no-sort --layout=reverse-list
- If you use
--listen
option without a port number fzf will automatically allocate an available port and export it as$FZF_PORT
environment variable.# Automatic port assignment fzf --listen --bind 'start:execute-silent:echo $FZF_PORT > /tmp/fzf-port' # Say hello curl "localhost:$(cat /tmp/fzf-port)" -d 'preview:echo Hello, fzf is listening on $FZF_PORT.'
- A carriage return and a line feed character will be rendered as dim ␍ and
␊ respectively.
printf "foo\rbar\nbaz" | fzf --read0 --preview 'echo {}'
- fzf will stop rendering a non-displayable character as a space. This will
likely cause less glitches in the preview window.
fzf --preview 'head -1000 /dev/random'
- Bug fixes and improvements
1、 fzf-0.39.0-darwin_amd64.zip 1.37MB
2、 fzf-0.39.0-darwin_arm64.zip 1.29MB
3、 fzf-0.39.0-freebsd_amd64.tar.gz 1.3MB
4、 fzf-0.39.0-linux_amd64.tar.gz 1.31MB
5、 fzf-0.39.0-linux_arm64.tar.gz 1.22MB
6、 fzf-0.39.0-linux_armv5.tar.gz 1.28MB
7、 fzf-0.39.0-linux_armv6.tar.gz 1.27MB
8、 fzf-0.39.0-linux_armv7.tar.gz 1.27MB
9、 fzf-0.39.0-linux_loong64.tar.gz 1.27MB
10、 fzf-0.39.0-linux_ppc64le.tar.gz 1.21MB
11、 fzf-0.39.0-linux_s390x.tar.gz 1.28MB
12、 fzf-0.39.0-openbsd_amd64.tar.gz 1.3MB
13、 fzf-0.39.0-windows_amd64.zip 1.51MB
14、 fzf-0.39.0-windows_arm64.zip 1.41MB
15、 fzf-0.39.0-windows_armv5.zip 1.49MB
16、 fzf-0.39.0-windows_armv6.zip 1.48MB
17、 fzf-0.39.0-windows_armv7.zip 1.48MB
18、 fzf_0.39.0_checksums.txt 1.59KB