Config.in 433 B

1234567891011121314
  1. config BR2_PACKAGE_RIPGREP
  2. bool "ripgrep"
  3. depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
  4. select BR2_PACKAGE_HOST_RUSTC
  5. help
  6. ripgrep is a line-oriented search tool that
  7. recursively searches your current directory
  8. for a regex pattern while respecting your gitignore
  9. rules.
  10. ripgrep is similar to other popular search tools like
  11. The Silver Searcher, ack and grep.
  12. https://github.com/BurntSushi/ripgrep