mirror of
https://github.com/TaKO8Ki/awesome-alternatives-in-rust
synced 2024-11-10 06:04:13 +00:00
No description
.github | ||
results | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
CONTRIBUTING.md | ||
README.md |
Awesome Rewrite It In Rust (RIIR)
A curated list of replacements for existing software written in Rust.
If you want to contribute, please read CONTRIBUTING.md.
Table of contents
Applications
System tools
cat
- bat - A cat(1) clone with wings.
du
- dust - A more intuitive version of du in rust
find
- fd - A simple, fast and user-friendly alternative to 'find'
hexdump
- hexyl - A command-line hex viewer
ls
nvm
- fnm - 🚀 Fast and simple Node.js version manager, built in Rust
ps
- procs - A modern replacement for ps written in Rust
rm
- nivekuil/rip - A safe and ergonomic alternative to rm
sed
- sd - Intuitive find & replace CLI (sed alternative)
tldr
- tealdeer - A very fast implementation of tldr in Rust.
top
- bottom - Yet another cross-platform graphical process/system monitor.
- ytop - A TUI system monitor written in Rust
Text processing
grep
- ripgrep - ripgrep recursively searches directories for a regex pattern while respecting your gitignore