0.51.0
版本发布时间: 2024-05-01 13:37:01
junegunn/fzf最新发布版本:v0.55.0(2024-08-29 16:13:56)
- Added a new environment variable
$FZF_POS
exported to the child processes. It's the vertical position of the cursor in the list starting from 1.# Toggle selection to the top or to the bottom seq 30 | fzf --multi --bind 'load:pos(10)' \ --bind 'shift-up:transform:for _ in $(seq $FZF_POS $FZF_MATCH_COUNT); do echo -n +toggle+up; done' \ --bind 'shift-down:transform:for _ in $(seq 1 $FZF_POS); do echo -n +toggle+down; done'
- Added
--with-shell
option to start child processes with a custom shell command and flagsgem list | fzf --with-shell 'ruby -e' \ --preview 'pp Gem::Specification.find_by_name({1})' \ --bind 'ctrl-o:execute-silent: spec = Gem::Specification.find_by_name({1}) [spec.homepage, *spec.metadata.filter { _1.end_with?("uri") }.values].uniq.each do system "open", _1 end '
- Added
change-multi
action for dynamically changing--multi
option-
change-multi
- enable multi-select mode with no limit -
change-multi(NUM)
- enable multi-select mode with a limit -
change-multi(0)
- disable multi-select mode
-
- Windows improvements
-
become
action is now supported on Windows- Unlike in *nix, this does not use
execve(2)
. Instead it spawns a new process and waits for it to finish, so the exact behavior may differ.
- Unlike in *nix, this does not use
- Fixed argument escaping for Windows cmd.exe. No redundant escaping of backslashes.
-
- Bug fixes and improvements
1、 fzf-0.51.0-darwin_amd64.zip 1.49MB
2、 fzf-0.51.0-darwin_arm64.zip 1.41MB
3、 fzf-0.51.0-freebsd_amd64.tar.gz 1.42MB
4、 fzf-0.51.0-linux_amd64.tar.gz 1.43MB
5、 fzf-0.51.0-linux_arm64.tar.gz 1.32MB
6、 fzf-0.51.0-linux_armv5.tar.gz 1.39MB
7、 fzf-0.51.0-linux_armv6.tar.gz 1.38MB
8、 fzf-0.51.0-linux_armv7.tar.gz 1.38MB
9、 fzf-0.51.0-linux_loong64.tar.gz 1.38MB
10、 fzf-0.51.0-linux_ppc64le.tar.gz 1.32MB
11、 fzf-0.51.0-linux_s390x.tar.gz 1.4MB
12、 fzf-0.51.0-openbsd_amd64.tar.gz 1.42MB
13、 fzf-0.51.0-windows_amd64.zip 1.65MB
14、 fzf-0.51.0-windows_arm64.zip 1.53MB
15、 fzf-0.51.0-windows_armv5.zip 1.62MB
16、 fzf-0.51.0-windows_armv6.zip 1.61MB
17、 fzf-0.51.0-windows_armv7.zip 1.61MB
18、 fzf_0.51.0_checksums.txt 1.59KB