Fix bullet alignment and update repository names (#98)

This commit is contained in:
Edwin Kofler 2023-10-12 02:06:52 -07:00 committed by GitHub
parent 41cc9dde13
commit ad9d1e537c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -121,8 +121,7 @@ In addition to this list, you should read the list [awesome-shell](https://githu
- [argbash](https://github.com/matejak/argbash) - Bash argument parsing code generator - [argbash](https://github.com/matejak/argbash) - Bash argument parsing code generator
- [assert.sh](https://github.com/lehmannro/assert.sh) - Bash unit testing framework - [assert.sh](https://github.com/lehmannro/assert.sh) - Bash unit testing framework
- [async-bash](https://github.com/zombieleet/async-bash) - implementation of async functions in bash - [async-bash](https://github.com/zombieleet/async-bash) - implementation of async functions in bash
- [bashunit](https://github.com/TypedDevs/bashunit) - A simple but powerful testing library for bash scripts - [bats](https://github.com/bats-core/bats-core) - Bash Automated Testing System
- [bats](https://github.com/sstephenson/bats) - Bash Automated Testing System
- [bash3boilerplate](https://github.com/kvz/bash3boilerplate) - Templates to write better Bash scripts - [bash3boilerplate](https://github.com/kvz/bash3boilerplate) - Templates to write better Bash scripts
- [bashful](https://github.com/jmcantrell/bashful) - A collection of libraries to simplify writing Bash scripts - [bashful](https://github.com/jmcantrell/bashful) - A collection of libraries to simplify writing Bash scripts
- [bashify](https://github.com/zombieleet/bashify) - few helper functions in bash ( especially string manipulation functions) - [bashify](https://github.com/zombieleet/bashify) - few helper functions in bash ( especially string manipulation functions)
@ -130,7 +129,7 @@ In addition to this list, you should read the list [awesome-shell](https://githu
- [bashly](https://github.com/DannyBen/bashly) - Bash command line framework and CLI generator - [bashly](https://github.com/DannyBen/bashly) - Bash command line framework and CLI generator
- [bashmanager](https://github.com/lingtalfi/bashmanager) - mini bash framework for creating command line tools - [bashmanager](https://github.com/lingtalfi/bashmanager) - mini bash framework for creating command line tools
- [Bashmatic](https://github.com/kigster/bashmatic) - an easy to use DSL library for building BASH-based tooling & installers (900+ functions). - [Bashmatic](https://github.com/kigster/bashmatic) - an easy to use DSL library for building BASH-based tooling & installers (900+ functions).
- [BashScriptTestingLibrary](https://github.com/rafritts/BashScriptTestingLibrary) - A unit testing framework for Bash scripts - [bunit](https://github.com/rafritts/bunit) - A unit testing framework for Bash scripts
- [Bash Infinity](https://github.com/niieani/bash-oo-framework) - A modern boilerplate / framework / standard library for bash - [Bash Infinity](https://github.com/niieani/bash-oo-framework) - A modern boilerplate / framework / standard library for bash
- [bash-modules](https://github.com/vlisivka/bash-modules) - a collection of modules for [unofficial strict mode](http://redsymbol.net/articles/unofficial-bash-strict-mode/) - [bash-modules](https://github.com/vlisivka/bash-modules) - a collection of modules for [unofficial strict mode](http://redsymbol.net/articles/unofficial-bash-strict-mode/)
- [bash_unit](https://github.com/pgrange/bash_unit) - bash unit testing enterprise edition framework for professionals - [bash_unit](https://github.com/pgrange/bash_unit) - bash unit testing enterprise edition framework for professionals