Update README.md

This commit is contained in:
Takayuki Maeda 2021-05-27 14:45:14 +09:00 committed by GitHub
parent c9a68672de
commit 8c4cab6353
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.