Added glances and reorganized.

This commit is contained in:
mhoye 2024-01-13 15:25:26 -05:00 committed by GitHub
parent 67bcd964d4
commit e2cc8934e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,9 +10,11 @@ Additions and corrections via raised issue or pull requests are welcome.
## System use and management ## System use and management
* [htop](https://htop.dev/), "a cross-platform interactive process viewer". * There are enough new takes on the venerable top command that they're probably going to need their own category soon.
* [bottom](https://github.com/clementtsang/bottom), an htop-like utility that also got some votes. * [htop](https://htop.dev/), "a cross-platform interactive process viewer".
* [btop++](https://github.com/aristocratos/btop), another 'better top' variant. * [bottom](https://github.com/clementtsang/bottom), an htop-like utility that also got some votes.
* [btop++](https://github.com/aristocratos/btop), another 'better top' variant.
* [glances](https://github.com/nicolargo/glances), "An eye on your system."
* [ncdu](https://dev.yorhel.nl/ncdu), friend of htop and a nice disk usage display for the terminal. * [ncdu](https://dev.yorhel.nl/ncdu), friend of htop and a nice disk usage display for the terminal.
* [HTTPie](https://httpie.io/), a CURL-adjacentish command-line HTTP client for testing and debugging web APIs. * [HTTPie](https://httpie.io/), a CURL-adjacentish command-line HTTP client for testing and debugging web APIs.
* [Xh](https://github.com/ducaale/xh) is related, described as reimplementing a subset of HTTPie's interface with an emphasis on simplicity and speed. * [Xh](https://github.com/ducaale/xh) is related, described as reimplementing a subset of HTTPie's interface with an emphasis on simplicity and speed.