ripgrep

Rating: 
5
Your rating: None Average: 5 (1 vote)

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. (To disable all automatic filtering by default, use rg -uuu.) ripgrep has first class support on Windows, macOS and Linux, with binary downloads available for every release. ripgrep is similar to other popular search tools like The Silver Searcher, ack and grep.

And boy is it fast!

This is unmodified ripgrep, compiled and packaged for Sailfish OS.

Sailfish OS package source code: https://github.com/direc85/ripgrep

Original source code: https://github.com/BurntSushi/ripgrep

License: MIT or UNLICENSE

Application versions: 
AttachmentSizeDate
File ripgrep-13.0.0-1.aarch64.rpm1.18 MB29/12/2022 - 23:51
File ripgrep-13.0.0-1.armv7hl.rpm1.26 MB29/12/2022 - 23:51
File ripgrep-13.0.0-1.i486.rpm1.33 MB29/12/2022 - 23:51
Changelog: 

13.0.0-1

  • Initial release
  • Compiled for 4.4.0.58
  • Compiled with PCRE2 feature enabled
  • Compiled without debug info
  • Compiled with LTO