MyGit

14.0.0

BurntSushi/ripgrep

版本发布时间: 2023-11-27 03:28:03

BurntSushi/ripgrep最新发布版本:14.1.0(2024-01-07 03:41:59)

Sponsorship is appreciated!

ripgrep 14 is a new major version release of ripgrep that has some new features, performance improvements and a lot of bug fixes.

In case you haven't heard of it before, ripgrep is a line-oriented search tool that recursively searches the current directory for a regex pattern. By default, ripgrep will respect gitignore rules and automatically skip hidden files/directories and binary files.

The headlining feature in this release is hyperlink support. In this release, they are an opt-in feature but may change to an opt-out feature in the future. To enable them, try passing --hyperlink-format default. If you use VS Code, then try passing --hyperlink-format vscode. Please report your experience with hyperlinks, positive or negative.

Another headlining development in this release is that it contains a rewrite of its regex engine. You generally shouldn't notice any changes, except for some searches may get faster. You can read more about the regex engine rewrite on my blog. Please report your performance improvements or regressions that you notice.

Finally, ripgrep switched the library it uses for argument parsing. Users should not notice a difference in most cases (error messages have changed somewhat), but flag overrides should generally be more consistent. For example, things like --no-ignore --ignore-vcs work as one would expect (disables all filtering related to ignore rules except for rules found in version control systems such as git).

BREAKING CHANGES:

Build process changes:

Performance improvements:

Feature enhancements:

Bug fixes:

相关地址:原始地址 下载(tar) 下载(zip)

1、 ripgrep-14.0.0-aarch64-apple-darwin.tar.gz 1.69MB

2、 ripgrep-14.0.0-aarch64-apple-darwin.tar.gz.sha256 123B

3、 ripgrep-14.0.0-aarch64-unknown-linux-gnu.tar.gz 1.96MB

4、 ripgrep-14.0.0-aarch64-unknown-linux-gnu.tar.gz.sha256 114B

5、 ripgrep-14.0.0-i686-pc-windows-msvc.zip 1.8MB

6、 ripgrep-14.0.0-i686-pc-windows-msvc.zip.sha256 176B

7、 ripgrep-14.0.0-i686-unknown-linux-gnu.tar.gz 2.21MB

8、 ripgrep-14.0.0-i686-unknown-linux-gnu.tar.gz.sha256 111B

9、 ripgrep-14.0.0-powerpc64-unknown-linux-gnu.tar.gz 2.43MB

10、 ripgrep-14.0.0-powerpc64-unknown-linux-gnu.tar.gz.sha256 116B

11、 ripgrep-14.0.0-s390x-unknown-linux-gnu.tar.gz 2.53MB

12、 ripgrep-14.0.0-s390x-unknown-linux-gnu.tar.gz.sha256 112B

13、 ripgrep-14.0.0-x86_64-apple-darwin.tar.gz 1.98MB

14、 ripgrep-14.0.0-x86_64-apple-darwin.tar.gz.sha256 108B

15、 ripgrep-14.0.0-x86_64-pc-windows-gnu.zip 9.94MB

16、 ripgrep-14.0.0-x86_64-pc-windows-gnu.zip.sha256 177B

17、 ripgrep-14.0.0-x86_64-pc-windows-msvc.zip 1.95MB

18、 ripgrep-14.0.0-x86_64-pc-windows-msvc.zip.sha256 178B

19、 ripgrep-14.0.0-x86_64-unknown-linux-musl.tar.gz 2.33MB

20、 ripgrep-14.0.0-x86_64-unknown-linux-musl.tar.gz.sha256 114B

21、 ripgrep_14.0.0-1_amd64.deb 1.75MB

22、 ripgrep_14.0.0-1_amd64.deb.sha256 133B

查看:2023-11-27发行的版本