https://github.com/bagtoad/bagtoad
https://github.com/bagtoad/bagtoad
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bagtoad/bagtoad
- Owner: BagToad
- Created: 2024-01-13T19:52:22.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-19T06:01:29.000Z (5 months ago)
- Last Synced: 2026-01-19T14:12:49.180Z (5 months ago)
- Size: 528 KB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### ð Hi there!
I'm currently a ~Support Engineer~ _something_ for GitHub.
I like making things. Something about automating manual processes satisfies my soul âĪïļ
Check out my [Human User Guide (HUG)](https://gist.github.com/BagToad/a28f06f1c46e6e5d419b98921e835f40) to learn more about working with me.
Please have a look at my projects! I think they're neat, and I pour my heart and soul into everything.
- ð [Zendesk Link Collector](https://github.com/BagToad/Zendesk-Link-Collector)
- A powerful browser extension to aggregate Zendesk ticket data based on RegEx patterns.
- ðŧ [gh-sarif](https://github.com/BagToad/gh-sarif)
- A GitHub CLI extension for managing GitHub Code Scanning analyses & SARIF files (written in Go)
- ð [Random Unsplash Action](https://github.com/BagToad/random-unsplash-action)
- A lovely GitHub Action to post images to your GitHub readme (see below ðïļ)
- ð [ARC Log Collection Scripts](https://github.com/BagToad/arc-log-collection-scripts)
- A collection of Shell scripts to dump diagnostic information and logs from an [Actions Runner Controller](https://github.com/actions/actions-runner-controller) deployment.
- ð [gh-mini-arc](https://github.com/BagToad/gh-mini-arc)
- A GitHub CLI extension to quickly startup a codespace with a working Actions Runner Controller deployment (written as a Shell script) ðĨ
- ð§ Other Zendesk user-script tweaks to make life easier ð
- [Add Zendesk Comment Borders](https://github.com/BagToad/add-zendesk-comment-borders)
- [Auto-Hide Zendesk Composer](https://github.com/BagToad/Auto-Hide-Zendesk-Composer)
- ðļ [AI Generated BagToads](https://github.com/BagToad/bagtoads)
- Some BagToad images generated by AI ðļ
Did you notice a theme!? I work with GitHub Actions and Zendesk a lot! ð
- ð Connect with me on [LinkedIn](https://www.linkedin.com/in/kynan-ware/)
- ðĪ Collaborate with me on literally anything
- ðŠī I want to learn and share experiences about development in general
- ðĄ I love learning about new projects/repos, especially if I happen to be able to contribute to them
- ð I love to read interesting, well written, and passionate blog posts and technical write-ups, even if I don't understand it all ð
- ðŠĻ I want to know about others' personal knowledge management systems (tell me how you use [Obsidian](https://obsidian.md/))
----
## Photo of the day
"scenery of mountain"
"Color of the lake is so beautiful!"
Photo by John Lee on [unsplash.com](https://unsplash.com/) âĒ [Instagram](https://instagram.com/john_artifexfilm) / [portfolio](http://www.artifexfilm.com)
Taken at Moraine Lake, Canada âĒ [Google Maps](https://www.google.com/maps/search/?api=1&query=51.3217416,-116.1860049)
---
Photography Details
| Parameter | Value |
| ------------- | ----- |
| Camera Model | null |
| Exposure Time | null |
| Aperture | null |
| Focal Length | null |
| ISO | null |
| Location | Moraine Lake, Canada (Canada) |
| Coordinates | Latitude 51.3217416, Longitude -116.1860049 |
### Map
```geojson
{
"type": "FeatureCollection",
"features": [
{
"type": "Feature",
"properties": {},
"geometry": {
"coordinates": [
-116.1860049,
51.3217416
],
"type": "Point"
},
"id": 1
},
{
"type": "Feature",
"properties": {},
"geometry": {
"coordinates": [
[
-115.8860049,
51.6217416
],
[
-115.8860049,
51.021741600000006
],
[
-116.4860049,
51.021741600000006
],
[
-116.4860049,
51.6217416
],
[
-115.8860049,
51.6217416
]
],
"type": "LineString"
}
}
]
}
```
----
âïļ A random image is retrieved and posted to my profile daily via the [BagToad/random-unsplash-action](https://github.com/BagToad/random-unsplash-action) action!