Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bash-bastion/bash-utility
A standard utility library for Bash
https://github.com/bash-bastion/bash-utility
basalt bash shell
Last synced: 3 days ago
JSON representation
A standard utility library for Bash
- Host: GitHub
- URL: https://github.com/bash-bastion/bash-utility
- Owner: bash-bastion
- License: mpl-2.0
- Created: 2022-05-07T00:16:18.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-25T15:07:10.000Z (almost 2 years ago)
- Last Synced: 2024-09-07T10:03:17.472Z (2 months ago)
- Topics: basalt, bash, shell
- Language: Shell
- Homepage: https://bash-bastion.github.io/bash-utility/
- Size: 2.71 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bash-utility
A standard utility library for Bash (previously `bash-std`)
Includes useful functions that don't belong in [bash-core](https://github.com/hyperupcall/bash-core)
See the [Docs](./docs/bash-utility.md) for API information
## Under Consideration
- Compatibility functions. (ex. `${param@A}` on newer bash instead of `declare -p`)
## Installation
Use [Basalt](https://github.com/hyperupcall/basalt), a Bash package manager, to add this project as a dependency
```sh
basalt add hyperupcall/bash-std
```