From d2f6ea804cc5e0d03e9aa07ce0fb2f057ed4cab3 Mon Sep 17 00:00:00 2001 From: Sylvester Chin Date: Tue, 28 Apr 2020 20:12:13 +0800 Subject: [PATCH 1/2] Add goto-rs to list of system-tools --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2e4a21a..cf693c7 100644 --- a/README.md +++ b/README.md @@ -312,6 +312,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [sharkdp/bat](https://github.com/sharkdp/bat) — A cat(1) clone with wings. [](https://travis-ci.org/sharkdp/bat) * [sharkdp/fd](https://github.com/sharkdp/fd) — A simple, fast and user-friendly alternative to find. [![Build Status](https://api.travis-ci.org/sharkdp/fd.svg?branch=master)](https://travis-ci.org/sharkdp/fd) * [sitkevij/hex](https://github.com/sitkevij/hex) — A colorized hexdump terminal utility. [](https://travis-ci.org/sitkevij/hex) +* [slai11/goto](https://github.com/slai11/goto) — A simple and user-friendly way to jump to your indexed directories. ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/slai11/goto/release) * [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) From b93228748bd61fea2eac5693c0e6260773f1e8eb Mon Sep 17 00:00:00 2001 From: Sylvester Chin Date: Tue, 28 Apr 2020 22:59:45 +0800 Subject: [PATCH 2/2] Add links to github workflow --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf693c7..3629be9 100644 --- a/README.md +++ b/README.md @@ -312,7 +312,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [sharkdp/bat](https://github.com/sharkdp/bat) — A cat(1) clone with wings. [](https://travis-ci.org/sharkdp/bat) * [sharkdp/fd](https://github.com/sharkdp/fd) — A simple, fast and user-friendly alternative to find. [![Build Status](https://api.travis-ci.org/sharkdp/fd.svg?branch=master)](https://travis-ci.org/sharkdp/fd) * [sitkevij/hex](https://github.com/sitkevij/hex) — A colorized hexdump terminal utility. [](https://travis-ci.org/sitkevij/hex) -* [slai11/goto](https://github.com/slai11/goto) — A simple and user-friendly way to jump to your indexed directories. ![GitHub Workflow Status](https://img.shields.io/github/workflow/status/slai11/goto/release) +* [slai11/goto](https://github.com/slai11/goto) — A simple and user-friendly way to jump to your indexed directories. [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/slai11/goto/release)](https://github.com/slai11/goto/actions) * [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)