From e955dc3730cfe8ad788b187d8a285b17bc33adea Mon Sep 17 00:00:00 2001 From: Open Aphid Date: Wed, 18 Mar 2020 11:23:53 +0800 Subject: [PATCH 1/3] Add ytop --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 63e756c..e49a691 100644 --- a/README.md +++ b/README.md @@ -311,6 +311,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [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) * [XAMPPRocky/tokei](https://github.com/XAMPPRocky/tokei) — counts the lines of code [](https://travis-ci.org/XAMPPRocky/tokei) +* [ytop](https://github.com/cjbassi/ytop) - A TUI system monitor written in Rust ### Text editors From 3b88a1a008405fe2b89ce5e75387685fe224f63d Mon Sep 17 00:00:00 2001 From: Open Aphid Date: Wed, 18 Mar 2020 20:25:55 +0800 Subject: [PATCH 2/3] Add the link to `Rust CI` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e49a691..5e80ef6 100644 --- a/README.md +++ b/README.md @@ -311,7 +311,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [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) * [XAMPPRocky/tokei](https://github.com/XAMPPRocky/tokei) — counts the lines of code [](https://travis-ci.org/XAMPPRocky/tokei) -* [ytop](https://github.com/cjbassi/ytop) - A TUI system monitor written in Rust +* [ytop](https://github.com/cjbassi/ytop) - A TUI system monitor written in Rust ![Rust CI](https://github.com/cjbassi/ytop/workflows/Rust%20CI/badge.svg) ### Text editors From 9a8f29ae1ca46e550be5e61ea5aba168a24bf434 Mon Sep 17 00:00:00 2001 From: Open Aphid Date: Fri, 20 Mar 2020 11:37:06 +0800 Subject: [PATCH 3/3] Make the badge refer to the master branch --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5e80ef6..47010b3 100644 --- a/README.md +++ b/README.md @@ -311,7 +311,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [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) * [XAMPPRocky/tokei](https://github.com/XAMPPRocky/tokei) — counts the lines of code [](https://travis-ci.org/XAMPPRocky/tokei) -* [ytop](https://github.com/cjbassi/ytop) - A TUI system monitor written in Rust ![Rust CI](https://github.com/cjbassi/ytop/workflows/Rust%20CI/badge.svg) +* [ytop](https://github.com/cjbassi/ytop) - A TUI system monitor written in Rust [![Build status](https://github.com/cjbassi/ytop/workflows/Rust%20CI/badge.svg?branch=master)](https://github.com/cjbassi/ytop/actions?query=workflow%3A%22Rust+CI%22) ### Text editors