From 3fbc06f1b6481d71b6a3abbf20e7de1aa1a01d64 Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Wed, 13 Nov 2019 16:35:47 +0100 Subject: [PATCH 1/3] Add what --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1e019da..087769a 100644 --- a/README.md +++ b/README.md @@ -296,6 +296,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [m4b/bingrep](https://github.com/m4b/bingrep) — Greps through binaries from various OSs and architectures, and colors them. [](https://travis-ci.org/m4b/bingrep) * [uutils/coreutils](https://github.com/uutils/coreutils) — A cross-platform Rust rewrite of the GNU coreutils [](https://travis-ci.org/uutils/coreutils) * [watchexec](https://github.com/watchexec/watchexec) — Executes commands in response to file modifications [](https://travis-ci.org/watchexec/watchexec) +* [what](https://crates.io/crates/what) — A command line network bandwidth monitor [](https://travis-ci.com/imsnif/what) * [XAMPPRocky/tokei](https://github.com/XAMPPRocky/tokei) — counts the lines of code [](https://travis-ci.org/XAMPPRocky/tokei) ### Text editors From 003cdd8fffacbccd17734249158a5076407375bb Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 6 Jan 2020 15:45:16 +0100 Subject: [PATCH 2/3] update name --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 087769a..26c393d 100644 --- a/README.md +++ b/README.md @@ -296,7 +296,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [m4b/bingrep](https://github.com/m4b/bingrep) — Greps through binaries from various OSs and architectures, and colors them. [](https://travis-ci.org/m4b/bingrep) * [uutils/coreutils](https://github.com/uutils/coreutils) — A cross-platform Rust rewrite of the GNU coreutils [](https://travis-ci.org/uutils/coreutils) * [watchexec](https://github.com/watchexec/watchexec) — Executes commands in response to file modifications [](https://travis-ci.org/watchexec/watchexec) -* [what](https://crates.io/crates/what) — A command line network bandwidth monitor [](https://travis-ci.com/imsnif/what) +* [bandwhich](https://github.com/imsnif/bandwhich) — Terminal bandwidth utilization tool [](https://travis-ci.com/imsnif/bandwhich) * [XAMPPRocky/tokei](https://github.com/XAMPPRocky/tokei) — counts the lines of code [](https://travis-ci.org/XAMPPRocky/tokei) ### Text editors From 4047f1d2b3e68ab75047bc19813a7612e02cf84e Mon Sep 17 00:00:00 2001 From: Aram Drevekenin Date: Mon, 6 Jan 2020 15:46:34 +0100 Subject: [PATCH 3/3] update alphabetical sorting --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26c393d..4fc9d8c 100644 --- a/README.md +++ b/README.md @@ -268,6 +268,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ ### System tools +* [bandwhich](https://github.com/imsnif/bandwhich) — Terminal bandwidth utilization tool [](https://travis-ci.com/imsnif/bandwhich) * [brocode/fblog](https://github.com/brocode/fblog) — Small command-line JSON Log viewer [](https://travis-ci.org/brocode/fblog) * [buster/rrun](https://github.com/buster/rrun) — A command launcher for Linux, similar to gmrun [](https://travis-ci.org/buster/rrun) * [cristianoliveira/funzzy](https://github.com/cristianoliveira/funzzy) — A configurable filesystem watcher inspired by [entr](http://entrproject.org/) [](https://travis-ci.org/cristianoliveira/funzzy) @@ -296,7 +297,6 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [m4b/bingrep](https://github.com/m4b/bingrep) — Greps through binaries from various OSs and architectures, and colors them. [](https://travis-ci.org/m4b/bingrep) * [uutils/coreutils](https://github.com/uutils/coreutils) — A cross-platform Rust rewrite of the GNU coreutils [](https://travis-ci.org/uutils/coreutils) * [watchexec](https://github.com/watchexec/watchexec) — Executes commands in response to file modifications [](https://travis-ci.org/watchexec/watchexec) -* [bandwhich](https://github.com/imsnif/bandwhich) — Terminal bandwidth utilization tool [](https://travis-ci.com/imsnif/bandwhich) * [XAMPPRocky/tokei](https://github.com/XAMPPRocky/tokei) — counts the lines of code [](https://travis-ci.org/XAMPPRocky/tokei) ### Text editors