Skip to content
/ ripgrep Public

ripgrep recursively searches directories for a regex pattern while respecting your gitignore

License

Unlicense, MIT licenses found

Licenses found

Unlicense
UNLICENSE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

zydou/ripgrep

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Warning

This repository is no longer maintained and has been migrated to zydou/cli-tools.

ripgrep

This repository uses GitHub Actions to build the rg (ripgrep) tool.

The official repository lacks support for architectures such as aarch64-apple-darwin. This repository aims to build the following architectures:

  • aarch64-unknown-linux-musl
  • aarch64-unknown-linux-gnu
  • aarch64-apple-darwin
  • x86_64-unknown-linux-musl
  • x86_64-unknown-linux-gnu
  • x86_64-apple-darwin

About

ripgrep recursively searches directories for a regex pattern while respecting your gitignore

Topics

Resources

License

Unlicense, MIT licenses found

Licenses found

Unlicense
UNLICENSE
MIT
LICENSE-MIT

Stars

Watchers

Forks