From c0e0615336b54bf5adfb78a6e378c0e57d2317d4 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Fri, 1 Nov 2019 08:01:06 +1100 Subject: [PATCH] bb isn't Linux specific apparently --- content/technical/2019/10/useful-command-line-tools.md | 2 +- content/technical/2019/10/useful-command-line-tools.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/technical/2019/10/useful-command-line-tools.md b/content/technical/2019/10/useful-command-line-tools.md index 7574c6d..04b274f 100644 --- a/content/technical/2019/10/useful-command-line-tools.md +++ b/content/technical/2019/10/useful-command-line-tools.md @@ -81,7 +81,7 @@ terminal. It supports syntax highlighting and git integration. ### bb ![Language: Rust](https://img.shields.io/badge/language-rust-%23dea584) -`bb` is system monitor for Linux like `top`. It shows overall CPU and memory usage as well as +`bb` is system monitor like `top`. It shows overall CPU and memory usage as well as detailed information per process. ![bb screenshot](/images/cli/bb.png) diff --git a/content/technical/2019/10/useful-command-line-tools.yaml b/content/technical/2019/10/useful-command-line-tools.yaml index 86d21ea..0d7f5ad 100644 --- a/content/technical/2019/10/useful-command-line-tools.yaml +++ b/content/technical/2019/10/useful-command-line-tools.yaml @@ -4,7 +4,7 @@ extra: A short description and screenshot of some useful command line tools I us kind: article section: technical created_at: 2019-10-26T14:11:22+11:00 -updated_at: 2019-10-31T21:03:15+11:00 +updated_at: 2019-11-01T08:00:34+11:00 article_class: cli-tools keywords: - cli