From 178213c374fdad237cf1740d2d5efc6629e18478 Mon Sep 17 00:00:00 2001 From: Jake Deichert Date: Thu, 30 Jan 2020 21:27:12 -0500 Subject: [PATCH] Add mask task runner --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 70d48d5..7d14ad7 100644 --- a/README.md +++ b/README.md @@ -387,6 +387,7 @@ See also [A comparison of operating systems written in Rust](https://github.com/ * [gstats](https://github.com/boonshift/gstats/) - command line tool to print a developer handy summary of all git repositories below current directory * [rust-lang/rustfix](https://github.com/rust-lang/rustfix) — automatically applies the suggestions made by rustc * [just](https://github.com/casey/just) — A handy command runner for project-specific tasks [](https://travis-ci.org/casey/just) +* [mask](https://github.com/jakedeichert/mask) — A CLI task runner defined by a simple markdown file [](https://github.com/jakedeichert/mask/actions?query=workflow%3ACI) * [Module Linker](https://github.com/fiatjaf/module-linker) — Extension that adds `` links to references in `mod`, `use` and `extern crate` statements at GitHub. * [ptags](https://github.com/dalance/ptags) — A parallel universal-ctags wrapper for git repository [![Build Status](https://api.travis-ci.org/dalance/ptags.svg?branch=master)](https://travis-ci.org/dalance/ptags) * [Racer](https://github.com/racer-rust/racer) — code completion for Rust [](https://travis-ci.org/racer-rust/racer) @@ -1461,4 +1462,4 @@ A registry allows you to publish your Rust libraries as crate packages, to share ## License -[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/) \ No newline at end of file +[![CC0](https://licensebuttons.net/p/zero/1.0/88x31.png)](https://creativecommons.org/publicdomain/zero/1.0/)