From e2cc8934e0f272eeba3c8cb109dc9028ef03dee1 Mon Sep 17 00:00:00 2001 From: mhoye Date: Sat, 13 Jan 2024 15:25:26 -0500 Subject: [PATCH] Added glances and reorganized. --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b9e3fda..44dce70 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,11 @@ Additions and corrections via raised issue or pull requests are welcome. ## System use and management -* [htop](https://htop.dev/), "a cross-platform interactive process viewer". -* [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. +* There are enough new takes on the venerable top command that they're probably going to need their own category soon. + * [htop](https://htop.dev/), "a cross-platform interactive process viewer". + * [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. * [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.