From 65145d1bc15856b01ca7b28db471413466158185 Mon Sep 17 00:00:00 2001 From: Jonathan Lai Date: Tue, 28 Oct 2014 18:42:46 -0700 Subject: [PATCH] Add rerun: a modular shell automation framework to organize your keeper scripts --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 808c917..b3fc96c 100644 --- a/README.md +++ b/README.md @@ -118,6 +118,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [mr](https://github.com/joeyh/myrepos) - Multiple Respository management tool * [percol](https://github.com/mooz/percol) - Adds flavor of interactive filtering to the traditional pipe concept of UNIX shell * [pretty-time-zsh](https://github.com/sindresorhus/pretty-time-zsh) - Convert seconds to a human readable string: `165392` → `1d 21h 56m 32s` +* [rerun](https://github.com/rerun/rerun) - A modular shell automation framework to organize your keeper scripts * [sejda](https://github.com/torakiki/sejda/) - Command line manipulation of PDF documents (split, merge, rotate, convert to jpg, extract text, etc) * [semver_bash](https://github.com/cloudflare/semver_bash) - Semantic Versioning in Bash * [shellcheck](https://github.com/koalaman/shellcheck) - Static analysis tool for shell scripts