Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/noam-alum/utils.sh

A collection of functions to make scripting in bash easier.
https://github.com/noam-alum/utils.sh

bash bash-script bash-scripting functions script

Last synced: 8 days ago
JSON representation

A collection of functions to make scripting in bash easier.

Awesome Lists containing this project

README

        

# Utils.sh

![made-with-bash](https://img.shields.io/badge/Made%20with-Bash-1f425f.svg)

A collection of functions to make scripting in bash easier.

![Hero](https://docs.alum.sh/images/utils-sh-logo.jpeg)

### How to use

You either download the script to your computer, then source it from there:
```bash
source /path/to/utils.sh
```
Or source it using `curl` and the raw link from this GitHub repository:
```bash
source <(curl -Ls "https://raw.githubusercontent.com/Noam-Alum/utils.sh/main/utils.sh")
```
Note that by using curl each time the script runs you'd have to wait for a response with the functions.

* You can use a version that includes only the functions - `utils-min.sh`.

**Simple example of usage:**

![img](examples/password_generator/password_generator.gif)

Click here to view more examples:

[![Button Component](https://readme-components.vercel.app/api?component=button&text=examples)](examples)

---

> [!TIP]
> Click [here](https://docs.alum.sh/utils.sh/Introduction.html) for documentation.