PageRenderTime 114ms CodeModel.GetById 30ms RepoModel.GetById 0ms app.codeStats 0ms

/README.md

https://gitlab.com/rm3l/asdf-ripgrep
Markdown | 18 lines | 13 code | 5 blank | 0 comment | 0 complexity | c202f3f315375d0fecfa304160c9d820 MD5 | raw file
  1. # ripgrep asdf Plugin
  2. ![Build Status](https://gitlab.com/wt0f/asdf-ripgrep/badges/master/pipeline.svg)
  3. This is the plugin repo for [asdf-vm/asdf](https://github.com/asdf-vm/asdf.git)
  4. to manage [BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep.git).
  5. ## Install
  6. After installing [asdf](https://github.com/asdf-vm/asdf),
  7. you can add this plugin like this:
  8. ```bash
  9. asdf plugin add ripgrep
  10. asdf install ripgrep 11.0.2
  11. asdf global ripgrep 11.0.2
  12. rg
  13. `````