From 6afbe95a11a25b63ea2149eb96dce2d579b2f111 Mon Sep 17 00:00:00 2001 From: Tim Eggert Date: Sat, 25 Jul 2020 01:53:11 +0200 Subject: [PATCH] Add yake as a system tool. Yake is a task runner which runs on YAML files. It's a 100% rust CLI tool. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5521aea..266d5c8 100644 --- a/README.md +++ b/README.md @@ -327,6 +327,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) +* [yake](https://crates.io/crates/yake) — Yake is a task runner based on yaml files [](https://gitlab.com/elbartus/yake) * [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