https://github.com/andresgongora/bash-tools
A collection of bash utility scripts
https://github.com/andresgongora/bash-tools
Last synced: 4 months ago
JSON representation
A collection of bash utility scripts
- Host: GitHub
- URL: https://github.com/andresgongora/bash-tools
- Owner: andresgongora
- License: gpl-3.0
- Created: 2019-06-17T16:04:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-04T09:36:35.000Z (11 months ago)
- Last Synced: 2024-08-13T07:16:00.998Z (8 months ago)
- Language: Shell
- Size: 110 KB
- Stars: 26
- Watchers: 2
- Forks: 10
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Authors: AUTHORS.md
Awesome Lists containing this project
- jimsghstars - andresgongora/bash-tools - A collection of bash utility scripts (Shell)
README
# Introduction
My personal collection of bash utility scripts, meant to support a wide range of
applications; but not very useful by themselves.
You can find more details and similar tools on
[Yet Another Linux'n Electronics Blog](https://yalneb.blogspot.com/).*DISCLAIMER*
Note that some script snippets might be from third parties.
I collected them over many years from forums, wikis, and chats.
The original authors, if known, are referenced within the individual scripts.
If you recognize a snippet and the file has no reference
(specially in the older ones), kindly let me know.# Overview
| Folder | Script | Description |
|----------------------- |-------------------------------- |------------------------------------------------------ |
| | | |
| / | color.sh | Colorize and format command line text |
| / | load_config.sh | Retrieve script configurations from a file |
| / | edit_text_file.sh | Add a fragment of text to file without duplicating it |
| / | print_utils.sh | Utility function to print text blocks to termional |
| / | shorten_path.sh | Makes a path name shorter without truncating names |
| | | |
| | | |# Contribute
This project is only possible thanks to the effort of and passion of many,
including mentors, developers, and of course, our beloved coffe vending machine.
If you like this collection of scripts and want to contribute in any way,
you are most welcome to do so.You can find a detailed list of everyone involved in the development of
these scripts in [AUTHORS.md](AUTHORS.md). Thanks to all of you!### Help us improve
* Add your own scripts: do you have some cool scripts you wold like to
add to this collection? Don't hesitate to create a pull-request or,
alternatively, contact the authors over email.
* [Report a bug](https://github.com/andresgongora/bash-tools/issues):
if you notice that something is not right, tell us.
We'll try to fix it ASAP.
* Become a developer: fork this repo and become an active developer!
Take a look at the [issuess](https://github.com/andresgongora/bash-tools/issues)
for suggestions of where to start. Also, take a look at our
[coding style](coding_style.md).
* Push your one-time changes: even if its a tiny change,
feel free to fill in a pull-request!# License
Copyright (c) 2014-2024, Andres Gongora - www.andresgongora.com
* This software is released under a GPLv3 license.
Read [license-GPLv3.txt](LICENSE),
or if not present, .
* If you need a closed-source version of this software
for commercial purposes, please contact the authors.