From 961de4b54a032e85e880df685fb88752beb5d230 Mon Sep 17 00:00:00 2001 From: Kai KANG Date: Tue, 31 Mar 2015 23:14:11 +0800 Subject: [PATCH] Add GNU Parallel. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 615aaa6..a13eb6c 100644 --- a/README.md +++ b/README.md @@ -122,6 +122,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [lsp](https://github.com/dborzov/lsp) - An improved `ls`, with file descriptions in plain language and intelligent file grouping * [mr](https://github.com/joeyh/myrepos) - Multiple Respository management tool * [ncdu](http://dev.yorhel.nl/ncdu) - NCurses Disk Usage +* [parallel](http://www.gnu.org/software/parallel) - Build and execute shell command lines from standard input in parallel * [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