Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Manishearth/oreutils
Installer for various Rust reimaginations of coreutils. These are not drop-in replacements.
https://github.com/Manishearth/oreutils
Last synced: 7 days ago
JSON representation
Installer for various Rust reimaginations of coreutils. These are not drop-in replacements.
- Host: GitHub
- URL: https://github.com/Manishearth/oreutils
- Owner: Manishearth
- License: apache-2.0
- Created: 2017-10-09T11:06:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2023-06-21T22:54:18.000Z (over 1 year ago)
- Last Synced: 2024-10-26T19:33:26.095Z (16 days ago)
- Language: Rust
- Homepage:
- Size: 164 KB
- Stars: 93
- Watchers: 5
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-list - oreutils - in replacements. | Manishearth | 94 | (Rust)
README
## oreutils
[![Build Status](https://travis-ci.org/Manishearth/oreutils.svg?branch=master)](https://travis-ci.org/Manishearth/oreutils)
[![Current Version](https://meritbadge.herokuapp.com/oreutils)](https://crates.io/crates/oreutils)
[![License: MIT/Apache-2.0](https://img.shields.io/crates/l/oreutils.svg)](#license)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
- [`sd`], a `sed` replacementMore tools may be added. Please file an issue!
[`ripgrep`]: http://github.com/burntsushi/ripgrep
[`exa`]: https://the.exa.website/
[`bat`]: https://github.com/sharkdp/bat
[`fd`]: https://github.com/sharkdp/fd
[`sd`]: https://github.com/chmln/sd