mirror of
https://github.com/TaKO8Ki/awesome-alternatives-in-rust
synced 2024-11-10 14:14:17 +00:00
format repository names
This commit is contained in:
parent
1820aeb362
commit
cede8caf80
1 changed files with 13 additions and 13 deletions
26
README.md
26
README.md
|
@ -9,7 +9,6 @@ If you want to contribute, please read [CONTRIBUTING.md](CONTRIBUTING.md).
|
||||||
- [cat](#cat)
|
- [cat](#cat)
|
||||||
- [du](#du)
|
- [du](#du)
|
||||||
- [find](#find)
|
- [find](#find)
|
||||||
- [grep](#grep)
|
|
||||||
- [hexdump](#hexdump)
|
- [hexdump](#hexdump)
|
||||||
- [ls](#ls)
|
- [ls](#ls)
|
||||||
- [nvm](#nvm)
|
- [nvm](#nvm)
|
||||||
|
@ -19,6 +18,7 @@ If you want to contribute, please read [CONTRIBUTING.md](CONTRIBUTING.md).
|
||||||
- [tldr](#tldr)
|
- [tldr](#tldr)
|
||||||
- [top](#top)
|
- [top](#top)
|
||||||
- [Text processing](#text-processing)
|
- [Text processing](#text-processing)
|
||||||
|
- [grep](#grep)
|
||||||
|
|
||||||
## Applications
|
## Applications
|
||||||
|
|
||||||
|
@ -26,15 +26,15 @@ 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.
|
* [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
|
* [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'
|
* [fd](https://github.com/sharkdp/fd) - A simple, fast and user-friendly alternative to 'find'
|
||||||
|
|
||||||
#### hexdump
|
#### hexdump
|
||||||
|
|
||||||
|
@ -42,16 +42,16 @@ If you want to contribute, please read [CONTRIBUTING.md](CONTRIBUTING.md).
|
||||||
|
|
||||||
#### ls
|
#### ls
|
||||||
|
|
||||||
* [ogham/exa](https://github.com/ogham/exa) - A replacement for 'ls'
|
* [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
|
* [lsd](https://github.com/Peltoche/lsd) - An ls with a lot of pretty colors and awesome icons
|
||||||
|
|
||||||
#### [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
|
* [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
|
* [procs](https://github.com/dalance/procs) - A modern replacement for ps written in Rust
|
||||||
|
|
||||||
#### rm
|
#### rm
|
||||||
|
|
||||||
|
@ -59,19 +59,19 @@ If you want to contribute, please read [CONTRIBUTING.md](CONTRIBUTING.md).
|
||||||
|
|
||||||
#### sed
|
#### sed
|
||||||
|
|
||||||
* [chmln/sd](https://github.com/chmln/sd) - Intuitive find & replace CLI (sed alternative)
|
* [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.
|
* [tealdeer](https://github.com/dbrgn/tealdeer) - A very fast implementation of tldr in Rust.
|
||||||
|
|
||||||
#### top
|
#### top
|
||||||
|
|
||||||
* [ClementTsang/bottom](https://github.com/ClementTsang/bottom) - Yet another cross-platform graphical process/system monitor.
|
* [bottom](https://github.com/ClementTsang/bottom) - Yet another cross-platform graphical process/system monitor.
|
||||||
* [cjbassi/ytop](https://github.com/cjbassi/ytop) - A TUI system monitor written in Rust
|
* [ytop](https://github.com/cjbassi/ytop) - A TUI system monitor written in Rust
|
||||||
|
|
||||||
### Text processing
|
### Text processing
|
||||||
|
|
||||||
#### grep
|
#### grep
|
||||||
|
|
||||||
* [BurntSushi/ripgrep](https://github.com/BurntSushi/ripgrep) - ripgrep recursively searches directories for a regex pattern while respecting your gitignore
|
* [ripgrep](https://github.com/BurntSushi/ripgrep) - ripgrep recursively searches directories for a regex pattern while respecting your gitignore
|
||||||
|
|
Loading…
Reference in a new issue