Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/noam-alum/utils.sh
- Owner: Noam-Alum
- License: mit
- Created: 2024-07-13T11:11:37.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-28T12:35:08.000Z (3 months ago)
- Last Synced: 2024-08-28T13:59:48.714Z (3 months ago)
- Topics: bash, bash-script, bash-scripting, functions, script
- Language: Shell
- Homepage: https://docs.alum.sh/utils.sh/documentation.html
- Size: 13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.