From 93398588026915f5faa5c98d7e7ae79fa81a33cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Hermann?= Date: Wed, 12 Feb 2020 19:12:59 +0100 Subject: [PATCH] Add Invoke --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9f883793..7ce8e82d 100644 --- a/README.md +++ b/README.md @@ -271,6 +271,7 @@ Inspired by [awesome-php](https://github.com/ziadoz/awesome-php). * [cookiecutter](https://github.com/audreyr/cookiecutter) - A command-line utility that creates projects from cookiecutters (project templates). * [doitlive](https://github.com/sloria/doitlive) - A tool for live presentations in the terminal. * [howdoi](https://github.com/gleitz/howdoi) - Instant coding answers via the command line. + * [Invoke](https://github.com/pyinvoke/invoke#readme) - A tool for managing shell-oriented subprocesses and organizing executable Python code into CLI-invokable tasks. * [PathPicker](https://github.com/facebook/PathPicker) - Select files out of bash output. * [percol](https://github.com/mooz/percol) - Adds flavor of interactive selection to the traditional pipe concept on UNIX. * [thefuck](https://github.com/nvbn/thefuck) - Correcting your previous console command.