1
0
mirror of https://github.com/HariSekhon/DevOps-Bash-tools.git synced 2025-02-06 09:28:21 +00:00

updated README.md
All checks were successful
Checkov / Checkov (push) Has been skipped
Docker Build (Alpine) / Docker Build (push) Has been skipped
Docker Build (CentOS) / Docker Build (push) Has been skipped
Docker Build (Debian) / Docker Build (push) Has been skipped
Docker Build (Fedora) / Docker Build (push) Has been skipped
Docker Build (Ubuntu) / Docker Build (push) Has been skipped
Grype / Grype (push) Has been skipped
Kics / Kics (push) Has been skipped
Markdown / Markdown (push) Has been skipped
Semgrep Cloud / Semgrep Cloud (push) Has been skipped
Semgrep / Semgrep GitHub Security Tab (push) Has been skipped
ShellCheck / ShellCheck (push) Has been skipped
SonarCloud / SonarCloud (push) Has been skipped
Trivy / Trivy (push) Has been skipped
Trivy Docker Image Scan / Trivy Docker Image Scan (push) Has been skipped
Validation / Validate (push) Has been skipped
GitHub Actions Ubuntu / Build (push) Has been skipped
Ubuntu 22.04 / Build (push) Has been skipped
Ubuntu 20.04 / Build (push) Has been skipped
Ubuntu / Build (push) Has been skipped
Python 3.9 / Python 3.9 (push) Has been skipped
Python 3.8 / Python 3.8 (push) Has been skipped
Python 3.7 / Python 3.7 (push) Has been skipped
Python 3.11 / Python 3.11 (push) Has been skipped
Python 3.10 / Python 3.10 (push) Has been skipped
Mac 12 / Build (push) Has been skipped
Mac 11 / Build (push) Has been skipped
Mac / Build (push) Has been skipped
Fedora / Build (push) Has been skipped
Debian 12 / Build (push) Has been skipped
Debian 11 / Build (push) Has been skipped
Debian 10 / Build (push) Has been skipped
Debian / Build (push) Has been skipped
Alpine 3 / Build (push) Has been skipped
Alpine / Build (push) Has been skipped

This commit is contained in:
Hari Sekhon 2025-02-05 19:38:25 +07:00
parent 130909b2cd
commit 66815b5293

View File

@ -1440,10 +1440,10 @@ See also [Knowledge Base notes for Perl](https://github.com/HariSekhon/Knowledge
- `image_join_vertical.sh` - joins two images top and bottom after matching their widths so they align correctly
- `image_join_horizontal.sh` - joins two images left and right after matching their heights so they align correctly
- `imageopen.sh` - opens the given image file using whatever available tool is found on Linux or Mac
- `d2.sh` - generates D2lang diagram and then opens the resulting image
- `svg_to_png.sh` - converts an SVG image to PNG to be usable on websites that don't support SVG images like LinkedIn, Medium or Reddit
- `avif_to_png.sh` - converts an Avif image to PNG to be usable on websites that don't support Webp images like LinkedIn
- `webp_to_png.sh` - converts a Webp image to PNG to be usable on websites that don't support Webp images like Medium
- `d2.sh` - generates D2lang diagram and then opens the resulting image
#### Terminal Gif Capture