Update README.md

This commit is contained in:
Takayuki Maeda 2021-05-27 22:03:33 +09:00 committed by GitHub
parent e02ff08341
commit 930ac96630
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,49 +2,49 @@
If you want to contribute, please read [CONTRIBUTING.md](CONTRIBUTING.md).
## `cat`
## cat
* [sharkdp/bat](https://github.com/sharkdp/bat) - A cat(1) clone with wings.
## `du`
## du
* [bootandy/dust](https://github.com/bootandy/dust) - A more intuitive version of du in rust
## `find`
## find
* [sharkdp/fd](https://github.com/sharkdp/fd) - A simple, fast and user-friendly alternative to 'find'
## `grep`
## grep
* [BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep) - ripgrep recursively searches directories for a regex pattern while respecting your gitignore
## `ls`
## 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
j
## [`nvm`](https://github.com/nvm-sh/nvm)
## [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`
## ps
* [dalance/procs](https://github.com/dalance/procs) - A modern replacement for ps written in Rust
## `rm`
## rm
* [nivekuil/rip](https://github.com/nivekuil/rip) - A safe and ergonomic alternative to rm
## `sed`
## sed
* [chmln/sd](https://github.com/chmln/sd) - Intuitive find & replace CLI (sed alternative)
## [`tldr`](https://github.com/tldr-pages/tldr)
## [tldr](https://github.com/tldr-pages/tldr)
* [dbrgn/tealdeer](https://github.com/dbrgn/tealdeer) - A very fast implementation of tldr in Rust.
## `top`
## 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.