0.34.0
版本发布时间: 2022-09-28 22:30:15
junegunn/fzf最新发布版本:v0.55.0(2024-08-29 16:13:56)
- Added support for adaptive
--height
. If the--height
value is prefixed with~
, fzf will automatically determine the height in the range according to the input size.seq 1 | fzf --height ~70% --border --padding 1 --margin 1 seq 10 | fzf --height ~70% --border --padding 1 --margin 1 seq 100 | fzf --height ~70% --border --padding 1 --margin 1
- There are a few limitations
- Not compatible with percent top/bottom margin/padding
# This is not allowed (top/bottom margin in percent value) fzf --height ~50% --border --margin 5%,10% # This is allowed (top/bottom margin in fixed value) fzf --height ~50% --border --margin 2,10%
- fzf will not start until it can determine the right height for the input
# fzf will open immediately (sleep 2; seq 10) | fzf --height 50% # fzf will open after 2 seconds (sleep 2; seq 10) | fzf --height ~50% (sleep 2; seq 1000) | fzf --height ~50%
- Not compatible with percent top/bottom margin/padding
- There are a few limitations
- Fixed tcell renderer used to render full-screen fzf on Windows
-
--no-clear
is deprecated. Usereload
action instead.
1、 fzf-0.34.0-darwin_amd64.zip 1.15MB
2、 fzf-0.34.0-darwin_arm64.zip 1.08MB
3、 fzf-0.34.0-freebsd_amd64.tar.gz 1.09MB
4、 fzf-0.34.0-linux_amd64.tar.gz 1.1MB
5、 fzf-0.34.0-linux_arm64.tar.gz 1.02MB
6、 fzf-0.34.0-linux_armv5.tar.gz 1.06MB
7、 fzf-0.34.0-linux_armv6.tar.gz 1.06MB
8、 fzf-0.34.0-linux_armv7.tar.gz 1.05MB
9、 fzf-0.34.0-openbsd_amd64.tar.gz 1.09MB
10、 fzf-0.34.0-windows_amd64.zip 1.32MB
11、 fzf-0.34.0-windows_arm64.zip 1.24MB
12、 fzf-0.34.0-windows_armv5.zip 1.31MB
13、 fzf-0.34.0-windows_armv6.zip 1.29MB
14、 fzf-0.34.0-windows_armv7.zip 1.29MB
15、 fzf_0.34.0_checksums.txt 1.12KB