/README.md

https://github.com/Manishearth/oreutils · Markdown · 36 lines · 25 code · 11 blank · 0 comment · 0 complexity · fd005af13c166771c2515f3a27cf56d3 MD5 · raw file

  1. ## oreutils
  2. [![Build Status](https://travis-ci.org/Manishearth/oreutils.svg?branch=master)](https://travis-ci.org/Manishearth/oreutils)
  3. [![Current Version](https://meritbadge.herokuapp.com/oreutils)](https://crates.io/crates/oreutils)
  4. [![License: MIT/Apache-2.0](https://img.shields.io/crates/l/oreutils.svg)](#license)
  5. Currently a WIP
  6. Oxidized coreutils, i.e. "coreutils without the C".
  7. This project installs Rust CLI utilities that are reimaginations of various `coreutils` utilities. These are not drop-in replacements, however they typically cover most of the same functionality, and have often modernized various parts of the tool.
  8. To get started:
  9. ```
  10. cargo install oreutils
  11. oreutils install
  12. ```
  13. To upgrade your installed `oreutils`, run `oreutils upgrade`;
  14. This tool currently installs:
  15. - [`ripgrep`], a `grep` replacement
  16. - [`exa`], an `ls` replacement
  17. - [`fd`], a `find` replacement
  18. - [`bat`], a `cat` replacement
  19. - [`sd`], a `sed` replacement
  20. More tools may be added. Please file an issue!
  21. [`ripgrep`]: http://github.com/burntsushi/ripgrep
  22. [`exa`]: https://the.exa.website/
  23. [`bat`]: https://github.com/sharkdp/bat
  24. [`fd`]: https://github.com/sharkdp/fd
  25. [`sd`]: https://github.com/chmln/sd