0.47.0
版本发布时间: 2024-03-10 20:47:04
junegunn/fzf最新发布版本:v0.55.0(2024-08-29 16:13:56)
- Replaced "the default find command" with a built-in directory walker to simplify the code and to achieve better performance and consistent behavior across platforms. This doesn't affect you if you have
$FZF_DEFAULT_COMMAND
set.- Breaking changes:
- Unlike the previous "find" command, the new traversal code will list hidden files, but hidden directories will still be ignored
- No filtering of
devtmpfs
orproc
types - Traversal is parallelized, so the order of the entries will be different each time
- You may wonder why fzf implements directory walker anyway when it's a filter program following the Unix philosophy. But fzf has had the walker code for years to tackle the performance problem on Windows. And I decided to use the same approach on different platforms as well for the benefits listed above.
- Built-in walker is using the excellent charlievieth/fastwalk library, which easily outperforms its competitors and supports safely following symlinks.
- Breaking changes:
- Added
$FZF_DEFAULT_OPTS_FILE
to allow managing default options in a file- See #3618
- Option precedence from lower to higher
- Options read from
$FZF_DEFAULT_OPTS_FILE
- Options from
$FZF_DEFAULT_OPTS
- Options from command-line arguments
- Options read from
- Bug fixes and improvements
1、 fzf-0.47.0-darwin_amd64.zip 1.47MB
2、 fzf-0.47.0-darwin_arm64.zip 1.39MB
3、 fzf-0.47.0-freebsd_amd64.tar.gz 1.4MB
4、 fzf-0.47.0-linux_amd64.tar.gz 1.4MB
5、 fzf-0.47.0-linux_arm64.tar.gz 1.3MB
6、 fzf-0.47.0-linux_armv5.tar.gz 1.37MB
7、 fzf-0.47.0-linux_armv6.tar.gz 1.36MB
8、 fzf-0.47.0-linux_armv7.tar.gz 1.36MB
9、 fzf-0.47.0-linux_loong64.tar.gz 1.36MB
10、 fzf-0.47.0-linux_ppc64le.tar.gz 1.29MB
11、 fzf-0.47.0-linux_s390x.tar.gz 1.37MB
12、 fzf-0.47.0-openbsd_amd64.tar.gz 1.4MB
13、 fzf-0.47.0-windows_amd64.zip 1.62MB
14、 fzf-0.47.0-windows_arm64.zip 1.51MB
15、 fzf-0.47.0-windows_armv5.zip 1.6MB
16、 fzf-0.47.0-windows_armv6.zip 1.59MB
17、 fzf-0.47.0-windows_armv7.zip 1.58MB
18、 fzf_0.47.0_checksums.txt 1.59KB