Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: about 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 (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T19:14:17.000Z (6 months ago)
- Last Synced: 2024-07-06T20:27:50.183Z (6 months ago)
- Topics: bash, shell
- Language: Shell
- Homepage:
- Size: 163 KB
- Stars: 0
- Watchers: 2
- 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