mirror of
https://github.com/TaKO8Ki/awesome-alternatives-in-rust
synced 2024-11-10 06:04:13 +00:00
Update README.md
This commit is contained in:
parent
c9a68672de
commit
8c4cab6353
1 changed files with 25 additions and 24 deletions
49
README.md
49
README.md
|
@ -1,47 +1,48 @@
|
|||
# Awesome Rewrite It In Rust (RIIR)
|
||||
|
||||
## `ls`
|
||||
|
||||
* [ogham/exa](https://github.com/ogham/exa) - A replacement for 'ls'
|
||||
* [Peltoche/lsd](https://github.com/Peltoche/lsd) - An ls with a lot of pretty colors and awesome icons
|
||||
|
||||
## `cat`
|
||||
|
||||
* [sharkdp/bat](https://github.com/sharkdp/bat) - A cat(1) clone with wings.
|
||||
|
||||
## `find`
|
||||
|
||||
* [sharkdp/fd](https://github.com/sharkdp/fd) - A simple, fast and user-friendly alternative to 'find'
|
||||
|
||||
## `ps`
|
||||
|
||||
* [dalance/procs](https://github.com/dalance/procs) - A modern replacement for ps written in Rust
|
||||
|
||||
## `sed`
|
||||
|
||||
* [chmln/sd](https://github.com/chmln/sd) - Intuitive find & replace CLI (sed alternative)
|
||||
|
||||
## `du`
|
||||
|
||||
* [bootandy/dust](https://github.com/bootandy/dust) - A more intuitive version of du in rust
|
||||
|
||||
## `find`
|
||||
|
||||
* [sharkdp/fd](https://github.com/sharkdp/fd) - A simple, fast and user-friendly alternative to 'find'
|
||||
|
||||
## `grep`
|
||||
|
||||
* [BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep) - ripgrep recursively searches directories for a regex pattern while respecting your gitignore
|
||||
|
||||
## `top`
|
||||
## `ls`
|
||||
|
||||
* [cjbassi/ytop](https://github.com/cjbassi/ytop) - A TUI system monitor written in Rust
|
||||
* [ClementTsang/bottom](https://github.com/ClementTsang/bottom) - Yet another cross-platform graphical process/system monitor.
|
||||
|
||||
## [`tldr`](https://github.com/tldr-pages/tldr)
|
||||
|
||||
* [dbrgn/tealdeer](https://github.com/dbrgn/tealdeer) - A very fast implementation of tldr in Rust.
|
||||
* [ogham/exa](https://github.com/ogham/exa) - A replacement for 'ls'
|
||||
* [Peltoche/lsd](https://github.com/Peltoche/lsd) - An ls with a lot of pretty colors and awesome icons
|
||||
j
|
||||
|
||||
## [`nvm`](https://github.com/nvm-sh/nvm)
|
||||
|
||||
* [Schniz/fnm](https://github.com/Schniz/fnm) - 🚀 Fast and simple Node.js version manager, built in Rust
|
||||
|
||||
## `ps`
|
||||
|
||||
* [dalance/procs](https://github.com/dalance/procs) - A modern replacement for ps written in Rust
|
||||
|
||||
## `rm`
|
||||
|
||||
* [nivekuil/rip](https://github.com/nivekuil/rip) - A safe and ergonomic alternative to rm
|
||||
|
||||
## `sed`
|
||||
|
||||
* [chmln/sd](https://github.com/chmln/sd) - Intuitive find & replace CLI (sed alternative)
|
||||
|
||||
## [`tldr`](https://github.com/tldr-pages/tldr)
|
||||
|
||||
* [dbrgn/tealdeer](https://github.com/dbrgn/tealdeer) - A very fast implementation of tldr in Rust.
|
||||
|
||||
## `top`
|
||||
|
||||
* [cjbassi/ytop](https://github.com/cjbassi/ytop) - A TUI system monitor written in Rust
|
||||
* [ClementTsang/bottom](https://github.com/ClementTsang/bottom) - Yet another cross-platform graphical process/system monitor.
|
||||
|
|
Loading…
Reference in a new issue