https://github.com/davorpa/shell-utils
My useful utilities and commands about shell scripting
https://github.com/davorpa/shell-utils
bash bash-alias bash-aliases bash-profile bash-script bash-scripting bash-scripts bashrc cheatsheet dotfiles gitconfig linux linux-shell perl perl-scripting perl-scripts shell shell-script shell-scripting utilities
Last synced: about 1 month ago
JSON representation
My useful utilities and commands about shell scripting
- Host: GitHub
- URL: https://github.com/davorpa/shell-utils
- Owner: davorpa
- License: agpl-3.0
- Created: 2020-10-23T23:22:37.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-18T11:03:08.000Z (over 3 years ago)
- Last Synced: 2025-03-26T10:52:17.108Z (about 2 months ago)
- Topics: bash, bash-alias, bash-aliases, bash-profile, bash-script, bash-scripting, bash-scripts, bashrc, cheatsheet, dotfiles, gitconfig, linux, linux-shell, perl, perl-scripting, perl-scripts, shell, shell-script, shell-scripting, utilities
- Language: Shell
- Homepage: https://davorpa.github.io/shell-utils
- Size: 5.74 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# shell-utils

My useful utilities and commands about shell scripting.
## Scripting Languages
At this project you find shell scripts written in next languages:
### Bash
- [Color table 256](scripts/color-table-256.sh) (`color-table-256.sh`): A script to show a matrix with available colors in terminal in both modes: foreground / background.
- [Zoom installer](scripts/zoom-setup.sh) (`zoom-setup.sh`): A script to install / update your [Zoom client](https://zoom.us/) easy. The script register bundle certificates, download binaries and install/update it for you. It's recomended close the client before execute this script.
### Perl
## How to use scripts
For **security reasons** after download desired script
```bash
# using wget
wget -O ~/bin/[foo-script] https://davorpa.github.io/shell-utils/scripts/[foo-script]
# using curl
curl -o ~/bin/[foo-script] https://davorpa.github.io/shell-utils/scripts/[foo-script]
```you should take a view inside on it code and if, after inspecting it, you are agree with coding and like it, remember to make this shell script executable by the user/owner:
```bash
chmod u+x ~/bin/[foo-script]
```and support me starring, [](https://www.buymeacoffee.com/davorpatech) and share this project.
Thanks a lot đ.
## How to contribute
For information âšī¸ on adding any content or doubts, please see first the [CONTRIBUTING file](CONTRIBUTING.md).
## License
The content of this project itself and the underlying source code used to format and display that content is licensed under the [The GNU Affero General Public License Version 3](LICENSE).