PageRenderTime 65ms CodeModel.GetById 29ms RepoModel.GetById 1ms app.codeStats 0ms

/package/ripgrep/Config.in

https://gitlab.com/ymorin/buildroot
Autoconf | 14 lines | 12 code | 2 blank | 0 comment | 2 complexity | ac6f0f2f7935f0e2490bfce8d958b66e MD5 | raw file
  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