From 1e539e6b114d9872ad3a0e4e4747ea6b2b0ee9f3 Mon Sep 17 00:00:00 2001 From: mhoye Date: Sat, 13 Jan 2024 15:26:03 -0500 Subject: [PATCH] correction --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 44dce70..d446598 100644 --- a/README.md +++ b/README.md @@ -11,10 +11,10 @@ Additions and corrections via raised issue or pull requests are welcome. ## System use and management * 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." + * [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.