Skip to content

Commit 7fc8a88

Browse files
authored
Update README.md
1 parent 58a99f5 commit 7fc8a88

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -29,26 +29,26 @@ A collection of modern/faster/saner alternatives or complements to common unix c
2929
* [`tldr`](https://github.com/tldr-pages/tldr) — A community effort to simplify man pages with practical examples.
3030
* [`tealdeer`](https://github.com/dbrgn/tealdeer) — A very fast implementation of `tldr` in Rust.
3131

32-
## `cat`
33-
34-
* [`bat`](https://github.com/sharkdp/bat) — A `cat` clone with wings.
35-
36-
## `cd`
37-
38-
* [`zoxide`](https://github.com/ajeetdsouza/zoxide) — A blazing fast alternative to `cd`
39-
4032
## System Info
4133

4234
* [`bottom`](https://github.com/ClementTsang/bottom) — Yet another cross-platform graphical process/system monitor.
4335
* [`glances`](https://github.com/nicolargo/glances) — Glances an Eye on your system. A `top` and `htop` alternative.
4436
* [`gtop`](https://github.com/aksakalli/gtop) — System monitoring dashboard for terminal.
4537
* [`procs`](https://github.com/dalance/procs) — A modern replacement for `ps`.
4638

47-
## `curl`
39+
## HTTP Clients
4840

49-
* [`curlie`](https://github.com/rs/curlie) — The power of curl, the ease of use of httpie.
41+
* [`curlie`](https://github.com/rs/curlie) — The power of `curl`, the ease of use of `httpie`.
5042
* [`httpie`](https://github.com/httpie/httpie) — A modern, user-friendly command-line HTTP client for the API era.
5143

52-
## Other
44+
## `cat`
45+
46+
* [`bat`](https://github.com/sharkdp/bat) — A `cat` clone with wings.
47+
48+
## `cd`
49+
50+
* [`zoxide`](https://github.com/ajeetdsouza/zoxide) — A blazing fast alternative to `cd`
51+
52+
## Core Utils
5353

5454
* [`coreutils`](https://github.com/uutils/coreutils) — Cross-platform Rust rewrite of the GNU `coreutils`.

0 commit comments

Comments
 (0)