Crates.io | oreutils |
lib.rs | oreutils |
version | 0.0.3 |
source | src |
created_at | 2017-10-09 10:48:36.497605 |
updated_at | 2019-04-16 05:39:46.233077 |
description | Installer for various Rust reimaginations of coreutils. These are not drop-in replacements. |
homepage | |
repository | https://github.com/manishearth/oreutils |
max_upload_size | |
id | 34975 |
size | 22,687 |
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
replacementexa
, an ls
replacementfd
, a find
replacementbat
, a cat
replacementMore tools may be added. Please file an issue!