From 02e48bf611c1d6f906c12cf780f84c6f95754078 Mon Sep 17 00:00:00 2001 From: ADoyle Date: Sat, 7 Sep 2024 13:07:39 +0800 Subject: [PATCH] Add adoyle-h/lobash --- README.md | 1 + README_ZH-CN.md | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index 75f75693..90474ede 100644 --- a/README.md +++ b/README.md @@ -419,6 +419,7 @@ A curated list of awesome command-line frameworks, toolkits, guides and gizmos. * [getoptions](https://github.com/ko1nksm/getoptions) - An elegant option parser for shell scripts (sh, bash and all POSIX shells) * [getopts.fish](https://github.com/jorgebucaran/getopts.fish) - CLI parser for fish * [is.sh](https://github.com/qzb/is.sh) - An alternative for builtin test command, it will make your "if" statements pretty +* [lobash](https://github.com/adoyle-h/lobash): A modern, safe, powerful utility/library for Bash script development. * [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. diff --git a/README_ZH-CN.md b/README_ZH-CN.md index 7f4db078..c4a993c7 100644 --- a/README_ZH-CN.md +++ b/README_ZH-CN.md @@ -242,6 +242,7 @@ * [composure](https://github.com/erichs/composure) - 撰写、文档、版本、及组织你的 shell 函数 * [dispatch](https://github.com/Mosai/workshop/blob/master/doc/dispatch.md) - 使用 50 行可移植 shell 脚本写成的命令行参数解析器 * [is.sh](https://github.com/qzb/is.sh) - 内置 test 命令的替代品,使 "if" 语句更漂亮 +* [lobash](https://github.com/adoyle-h/lobash): 现代、安全、强大的 Bash 脚本开发工具库。 * [mo](https://github.com/tests-always-included/mo) - 使用纯 Bash 实现的 Mustache 模板 * [optparse](https://github.com/nk412/optparse) - 针对 getopts 的 BASH wrapper,用于简单的命令行参数 * [rerun](https://github.com/rerun/rerun) - 用来管理保留脚本的模块化 shell 自动化框架