/buildroot/package/ripgrep/Config.in
https://github.com/home-assistant/hassos · Autoconf · 14 lines · 12 code · 2 blank · 0 comment · 2 complexity · 0bc32eda90542741993f20b17f407585 MD5 · raw file
- config BR2_PACKAGE_RIPGREP
- bool "ripgrep"
- depends on BR2_PACKAGE_HOST_RUSTC_TARGET_ARCH_SUPPORTS
- select BR2_PACKAGE_HOST_CARGO
- help
- ripgrep is a line-oriented search tool that
- recursively searches your current directory
- for a regex pattern while respecting your gitignore
- rules.
- ripgrep is similar to other popular search tools like
- The Silver Searcher, ack and grep.
- https://github.com/BurntSushi/ripgrep