[Library] Toastify — GDI+ Toast Notifications for AHKv2 (16 themes, 30+ easings, action buttons)

[Library] Toastify — GDI+ Toast Notifications for AHKv2 (16 themes, 30+ easings, action buttons)

[Library] Toastify — GDI+ Toast Notifications for AHKv2 | 16 themes, 30+ easings, action buttons

Free & MIT licensed. Zero external dependencies beyond the bundled GDI+ wrapper.

GitHub: https://github.com/skeletorflet/AHKv2-Toastification

Quick start

#Include lib\Toastify.ahk
Toastify.Start("dark", Toastify.ALIGN.BOTTOM_RIGHT)
Toastify.Success("Saved!", "Your changes are safe.")

Features

  • 16 built-in themes — DARK, NEON, CYBERPUNK, GLASS, VAPOR, FOREST, PASTEL... (each with a _LIGHT variant)
  • 30+ easing curves — BOUNCE_OUT, ELASTIC_OUT, DECELERATE, and more
  • Compound animations — mix up to 4 styles: SLIDE + FADE + ZOOM + ROTATE
  • Action buttons with callbacks
  • Progress bar that pauses on hover
  • Per-toast or global config
  • DPI-aware, Windows Vista+

Example with action buttons

Toastify.Show("Update Available", "v2.1.0 is ready.", [
    {text: "Update", onClick: (*) => Run("updater.exe")},
    {text: "Later",  onClick: (*) => MsgBox("Snoozed")},
], {
    animStyle:  [Toastify.ANIM_STYLE.ZOOM, Toastify.ANIM_STYLE.SLIDE],
    animEasing: Toastify.EASING.BOUNCE_OUT,
    theme:      "cyberpunk",
    duration:   5000,
    showProgress: true,
})

It's a work in progress — looking for feedback, bug reports, and contributors. Any PRs or suggestions are very welcome!

u/Rude_Step — 9 days ago

🚀 Supercharge Your OpenCode in One Command (480+ Skills & 11 Sub-Agents!)

Hey everyone! 👋

If you're using OpenCode, you probably know how powerful it can be. But let's be honest: setting up all the right skills, custom agents, and configuration files from scratch can take a lot of time.

I wanted to fix that, so I built OpenCode Supreme Setup — an open-source utility toolkit that transforms a blank OpenCode installation into an absolute powerhouse, literally in a single command.

✨ What's inside the box?

  • 480+ Ready-to-use Skills: Instantly load up an entire marketplace of capabilities without manual tweaking.
  • 11 Specialized Sub-Agents: Dedicated AI personas ready to tackle specific tasks right out of the gate.
  • Team Mode: Collaborate seamlessly.
  • Caveman Efficiency: Optimized global instructions so the AI understands you better and works faster.

🛠️ How to install it? It’s incredibly simple. You don't need to manually edit JSON files or move folders around.

For Windows (PowerShell 7+):

PowerShell

irm https://raw.githubusercontent.com/skeletorflet/opencode-supreme-setup/master/install.ps1 | iex

For Linux / macOS:

Bash

curl -fsSL https://raw.githubusercontent.com/skeletorflet/opencode-supreme-setup/master/install.sh | bash

Whether you're automating workflows or just want a much smarter daily coding assistant, this setup is designed to save you hours of configuration.

I’d love for you to try it out and let me know what you think! Feedback, ideas, and contributions are super welcome.

🔗 Check out the repo here: skeletorflet/opencode-supreme-setup

Happy coding! 💻🔥

reddit.com
u/Rude_Step — 2 months ago

Can I sell my cards ?

Hi. I have this cards about 22 years ago.. can I sell them ? About 1000 cards, not all are original. First time thinking on sell my cards. Any recommendation ? Thanks

u/Rude_Step — 2 months ago
▲ 7 r/opencode+1 crossposts

Cheapest Setup For Oh My Open Agent. OpenCode GO

Install this

https://github.com/code-yeongyu/oh-my-openagent

Open this

%userprofile%\.config\opencode\oh-my-openagent.json

Replace with this

>{
  "$schema": "https://raw.githubusercontent.com/code-yeongyu/oh-my-openagent/dev/assets/oh-my-opencode.schema.json",
  "agents": {
"sisyphus": {
"model": "opencode-go/glm-5.1",
"fallback_models": [
{ "model": "opencode-go/kimi-k2.6" },
{ "model": "opencode-go/kimi-k2.5" },
{ "model": "opencode-go/qwen3.6-plus" },
{ "model": "opencode-go/glm-5" }
]
},
"hephaestus": {
"model": "opencode-go/kimi-k2.6",
"fallback_models": [
{ "model": "opencode-go/deepseek-v4-pro" },
{ "model": "opencode-go/qwen3.6-plus" }
]
},
"oracle": {
"model": "opencode-go/glm-5.1",
"fallback_models": [
{ "model": "opencode-go/deepseek-v4-pro" },
{ "model": "opencode-go/kimi-k2.6" },
{ "model": "opencode-go/glm-5" }
]
},
"librarian": {
"model": "opencode-go/minimax-m2.7",
"fallback_models": [
{ "model": "opencode-go/minimax-m2.5" },
{ "model": "opencode-go/mimo-v2.5" }
]
},
"explore": {
"model": "opencode-go/mimo-v2.5",
"fallback_models": [
{ "model": "opencode-go/minimax-m2.7" },
{ "model": "opencode-go/minimax-m2.5" }
]
},
"multimodal-looker": {
"model": "opencode-go/kimi-k2.6",
"fallback_models": [
{ "model": "opencode-go/kimi-k2.5" },
{ "model": "opencode-go/minimax-m2.7" }
]
},
"prometheus": {
"model": "opencode-go/glm-5.1",
"fallback_models": [
{ "model": "opencode-go/kimi-k2.6" },
{ "model": "opencode-go/deepseek-v4-pro" },
{ "model": "opencode-go/glm-5" }
]
},
"metis": {
"model": "opencode-go/glm-5.1",
"fallback_models": [
{ "model": "opencode-go/kimi-k2.6" },
{ "model": "opencode-go/glm-5" }
]
},
"momus": {
"model": "opencode-go/deepseek-v4-pro",
"fallback_models": [
{ "model": "opencode-go/glm-5.1" },
{ "model": "opencode-go/kimi-k2.6" }
]
},
"atlas": {
"model": "opencode-go/kimi-k2.6",
"fallback_models": [
{ "model": "opencode-go/kimi-k2.5" },
{ "model": "opencode-go/minimax-m2.7" }
]
},
"sisyphus-junior": {
"model": "opencode-go/kimi-k2.5",
"fallback_models": [
{ "model": "opencode-go/qwen3.5-plus" },
{ "model": "opencode-go/minimax-m2.7" },
{ "model": "opencode-go/glm-5" }
]
}
  },
  "categories": {
"visual-engineering": {
"model": "opencode-go/kimi-k2.6",
"fallback_models": [
{ "model": "opencode-go/glm-5.1" },
{ "model": "opencode-go/kimi-k2.5" }
]
},
"ultrabrain": {
"model": "opencode-go/glm-5.1",
"fallback_models": [
{ "model": "opencode-go/deepseek-v4-pro" },
{ "model": "opencode-go/kimi-k2.6" }
]
},
"deep": {
"model": "opencode-go/kimi-k2.6",
"fallback_models": [
{ "model": "opencode-go/deepseek-v4-pro" },
{ "model": "opencode-go/glm-5.1" }
]
},
"artistry": {
"model": "opencode-go/deepseek-v4-pro",
"fallback_models": [
{ "model": "opencode-go/kimi-k2.6" },
{ "model": "opencode-go/glm-5.1" }
]
},
"quick": {
"model": "opencode-go/mimo-v2.5",
"fallback_models": [
{ "model": "opencode-go/minimax-m2.7" },
{ "model": "opencode-go/minimax-m2.5" }
]
},
"unspecified-low": {
"model": "opencode-go/kimi-k2.5",
"fallback_models": [
{ "model": "opencode-go/qwen3.5-plus" },
{ "model": "opencode-go/minimax-m2.7" }
]
},
"unspecified-high": {
"model": "opencode-go/glm-5.1",
"fallback_models": [
{ "model": "opencode-go/kimi-k2.6" },
{ "model": "opencode-go/deepseek-v4-pro" }
]
},
"writing": {
"model": "opencode-go/deepseek-v4-pro",
"fallback_models": [
{ "model": "opencode-go/kimi-k2.6" },
{ "model": "opencode-go/glm-5.1" }
]
}
  }
}

Modify if you want. But it works great.

Tips if you want to use Images to the prompt, use Kimi K2 2.5 or newer.

reddit.com
u/Rude_Step — 2 months ago

Estimados buenos dias, quiero compartirles una web gratis que hice ( https://cvolt-two.vercel.app/ ) para que cualquiera pueda hacer facilmente su CV y descargarlo como PDF. pudiendo modificar disenios, colores, fuentes. Si les sirve dejen un upvote, o compartan a quien quieran!! Lo hice para que todo el mundo lo pueda usar gratis sin anuncios, sin precios... . Si quieren ver el repositorio para contribuir a mejorarlo, aca esta: https://github.com/skeletorflet/cvolt

reddit.com
u/Rude_Step — 2 months ago
▲ 19 r/ArAutos

Les gusta ? Opiniones ? Es para mostrar nada más tenía ganas de hacer el video

u/Rude_Step — 2 months ago