Add pipe.sh

pull/335/head
Kenneth Ho 2019-07-10 08:53:48 +08:00
parent b35035d666
commit 3561a1b524
2 changed files with 2 additions and 0 deletions

View File

@ -331,6 +331,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos.
* [lumberjack](https://github.com/molovo/lumberjack) - A logging interface for shell scripts
* [mo](https://github.com/tests-always-included/mo) - Mustache templates in pure bash
* [optparse](https://github.com/nk412/optparse) - A BASH wrapper for getopts, for simple command line arguments.
* [pipe.sh](https://github.com/kennethho/pipe.sh) - <strong>``pipe``</strong>(2) for <strong>``bash``</strong>(1)
* [rerun](https://github.com/rerun/rerun) - A modular shell automation framework to organize your keeper scripts
* [revolver](https://github.com/molovo/revolver) - A reusable progress spinner for shell scripts
* [phases](https://github.com/sorokine/phases) - Minimally invasive bash preprocessor, select sections of your script to run

View File

@ -241,6 +241,7 @@
* [is.sh](https://github.com/qzb/is.sh) - 内置 test 命令的替代品,使 "if" 语句更漂亮
* [mo](https://github.com/tests-always-included/mo) - 使用纯 Bash 实现的 Mustache 模板
* [optparse](https://github.com/nk412/optparse) - 针对 getopts 的 BASH wrapper用于简单的命令行参数
* [pipe.sh](https://github.com/kennethho/pipe.sh) - 给 <strong>``bash``</strong>(1) 用的 <strong>``pipe``</strong>(2)
* [rerun](https://github.com/rerun/rerun) - 用来管理保留脚本的模块化 shell 自动化框架
* [semver_bash](https://github.com/cloudflare/semver_bash) - 使用 Bash 实现的语义化版本
* [sh-semver](https://github.com/qzb/sh-semver) - 适用于 bash 的 Semver 工具,匹配指定规则来查找版本