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

https://github.com/dg2003gh/my-bash-utils

A collection of my bash scripts.
https://github.com/dg2003gh/my-bash-utils

bash bash-script collection linux shell-script

Last synced: 3 months ago
JSON representation

A collection of my bash scripts.

Awesome Lists containing this project

README

          

# My bash utilities

"My bash utils" is a collection of scripts that make some things I do every day a little easier.
Below is a list of the scripts with their names, descriptions, last updated date, and bash version.

| title | description | date | version | GNU bash |
| -------------- | ----------------------------------------------------------------------------------------- | ---------- | ------- | -------- |
| dkdroid | A command to easily run a android docker container. | 01-15-2024 | 1.0.0 | 5.2.21 |
| gitfast | A command to add, commit, push to a git repository. | 01-04-2024 | 0.1.0 | 5.2.21 |
| readme-updater | Updates a git repository README.md with file header information everytime a it is added. | 03-01-2024 | 1.2.0 | 5.2.21 |
| kbled | turn on your keyboard led on wayland with one command. | 01-04-2024 | 0.1.0 | 5.2.21 |
| watchit | a command to run another command whenever something changes inside a directory or a file. | 02-01-2024 | 1.0.0 | 5.2.26 |