1
0
mirror of https://github.com/namibia/awesome-shell.git synced 2024-06-13 00:52:19 +00:00

Merge pull request #54 from myfavouritekk/parallel

Add GNU Parallel.
This commit is contained in:
Caleb Xu 2015-03-31 16:50:22 -04:00
commit f568dfa9a9

View File

@ -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