#coreutils #replace #installer #drop-in #upgrade #install #reimaginations

app oreutils

Installer for various Rust reimaginations of coreutils. These are not drop-in replacements.

3 releases

0.0.3 Apr 16, 2019
0.0.2 Apr 16, 2019
0.0.1 Oct 9, 2017

#9 in #drop-in

Download history 23/week @ 2024-02-21 30/week @ 2024-02-28 1/week @ 2024-03-13

54 downloads per month

MIT/Apache

11KB
239 lines

oreutils

Build Status License: MIT/Apache-2.0

Currently a WIP

Oxidized coreutils, i.e. "coreutils without the C".

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.

To get started:

cargo install oreutils
oreutils install

To upgrade your installed oreutils, run oreutils upgrade;

This tool currently installs:

  • ripgrep, a grep replacement
  • exa, an ls replacement
  • fd, a find replacement
  • bat, a cat replacement

More tools may be added. Please file an issue!

Dependencies

~27MB
~572K SLoC