From 5b32843dd3305288234b1a6fef18764a97d7a817 Mon Sep 17 00:00:00 2001 From: reuben olinsky Date: Thu, 26 Sep 2024 21:58:18 -0700 Subject: [PATCH] add brush shell Add brush to system tools list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3ca8542e5..e989314b8 100644 --- a/README.md +++ b/README.md @@ -452,6 +452,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [bandwhich](https://github.com/imsnif/bandwhich) - Terminal bandwidth utilization tool * [bottom](https://github.com/ClementTsang/bottom) - Yet another cross-platform graphical process/system monitor. [![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/ClementTsang/bottom/ci/master)](https://github.com/ClementTsang/bottom/actions?query=branch%3Amaster) * [brocode/fblog](https://github.com/brocode/fblog) - Small command-line JSON Log viewer +* [brush-shell](https://github.com/reubeno/brush) - bash/POSIX-compatible shell [![CICD](https://github.com/reubeno/brush/actions/workflows/ci.yaml/badge.svg)](https://github.com/reubeno/brush/actions/workflows/ci.yaml)[![Crate](https://img.shields.io/crates/v/brush-shell.svg?logo=rust)](https://crates.io/crates/brush-shell) * [bustd](https://github.com/vrmiguel/bustd) - Lightweight process killer daemon to handle out-of-memory scenarios on Linux. [![GitHub Workflow Status (branch)](https://img.shields.io/github/workflow/status/vrmiguel/bustd/build-and-test)](https://github.com/vrmiguel/bustd/actions?query=branch%3Amaster) * [buster/rrun](https://github.com/buster/rrun) - A command launcher for Linux, similar to gmrun * [cantino/mcfly](https://github.com/cantino/mcfly) - Fly through your shell history. Great Scott!