From 7537bb9f23a60f91145549411c5cb59577963c58 Mon Sep 17 00:00:00 2001 From: Trevor Ford Date: Sun, 3 Nov 2019 14:12:38 -0500 Subject: [PATCH] Add bmon (#350) * Add bmon * Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 74ec254..6ce2f4a 100644 --- a/README.md +++ b/README.md @@ -200,6 +200,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [atop](https://www.atoptool.nl) - ASCII full-screen performance monitor that is capable of reporting the activity of all processes * [bat](https://github.com/sharkdp/bat) - A `cat` clone with wings +* [bmon](https://github.com/tgraf/bmon) - Real-time network bandwidth monitor and rate estimator with human-friendly visual output * [catcli](https://github.com/deadc0de6/catcli) - The command line catalog tool for your offline data * [ccat](https://github.com/jingweno/ccat) - ccat is the colorizing cat. It works similar to cat but displays content with syntax highlighting. * [exa](https://github.com/ogham/exa) - A modern version of `ls`.