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.
- Host: GitHub
- URL: https://github.com/dg2003gh/my-bash-utils
- Owner: dg2003gh
- License: gpl-2.0
- Created: 2024-01-05T00:02:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-01T23:36:07.000Z (over 2 years ago)
- Last Synced: 2025-03-20T15:50:08.588Z (over 1 year ago)
- Topics: bash, bash-script, collection, linux, shell-script
- Language: Shell
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 |