PageRenderTime 23ms CodeModel.GetById 22ms RepoModel.GetById 0ms app.codeStats 0ms

/README.md

https://gitlab.com/mkjeldsen/msys2-ripgrep
Markdown | 25 lines | 17 code | 8 blank | 0 comment | 0 complexity | 88ba01e229591307d9288374cc41672d MD5 | raw file
  1. # Unmaintained
  2. This package is no longer maintained.
  3. # ripgrep (rg) MSYS2 package
  4. An MSYS2 package for the official prebuilt 64-bit MSVC [`ripgrep`][ripgrep]
  5. binary and its documentation.
  6. From the official description:
  7. > `ripgrep` is a command line search tool that combines the usability of The
  8. > Silver Searcher (an `ack` clone) with the raw speed of GNU grep. `ripgrep`
  9. > has first class support on Windows, Mac and Linux, with binary downloads
  10. > available for [every release][releases].
  11. The binary requires [the Visual C++ Redistributable][dll]. If `ripgrep` fails
  12. to execute due to a missing DLL, install that and try again.
  13. Parts of the `PKGBUILD` file are taken directly from the `PKGBUILD` distributed
  14. with the `ripgrep` source, released under the MIT/Expat license.
  15. [ripgrep]: https://github.com/BurntSushi/ripgrep
  16. [releases]: https://github.com/BurntSushi/ripgrep/releases
  17. [dll]: https://download.microsoft.com/download/9/3/F/93FCF1E7-E6A4-478B-96E7-D4B285925B00/vc_redist.x64.exe