https://github.com/rynkowsg/shell-gr
A collection of common utilities I use in my shell scripts.
https://github.com/rynkowsg/shell-gr
bash shell
Last synced: 2 months ago
JSON representation
A collection of common utilities I use in my shell scripts.
- Host: GitHub
- URL: https://github.com/rynkowsg/shell-gr
- Owner: rynkowsg
- License: mit
- Created: 2024-03-06T03:01:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-05T01:58:23.000Z (12 months ago)
- Last Synced: 2026-02-13T03:42:52.443Z (5 months ago)
- Topics: bash, shell
- Language: Shell
- Homepage:
- Size: 147 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# shell-gr
[![CircleCI Build Status][ci-build-badge]][ci-build]
[![License][license-badge]][license]
A collection of common utilities that I use in my shell scripts,
all rounded up thanks to [sosh](https://github.com/rynkowsg/sosh).
Just a heads-up, this is mostly for my own use, so things might shift around a bit.
**Use at your own risk**.
## Motivation
I just needed a spot to keep all the bits and pieces I use in different projects,
so I wasn't always copy-pasting or even reinventing the wheel.
This repo is my fix for that.
## License
Copyright © 2024 Greg Rynkowski
Released under the [MIT license][license].
[ci-build-badge]: https://circleci.com/gh/rynkowsg/shell-gr.svg?style=shield "CircleCI Build Status"
[ci-build]: https://circleci.com/gh/rynkowsg/shell-gr
[license-badge]: https://img.shields.io/badge/license-MIT-lightgrey.svg
[license]: https://raw.githubusercontent.com/rynkowsg/shell-gr/main/LICENSE