Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

A standard utility library for Bash

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