Skip to content

Instantly share code, notes, and snippets.

View eonist's full-sized avatar
🎯
Focusing

André J eonist

🎯
Focusing
View GitHub Profile
@eonist
eonist / diffsense-presentation.md
Created January 21, 2026 23:26
diffsense-presentation.md

1. Hook (Opening Slide)

The fastest #1 on Producthunt ever (24h effort). Here is how it started 😹

2. Context/Background

One late night doing random research on perplexity:

"Is there a lib out there, that can gen commit msg based on diff with local AI?"

@eonist
eonist / tauri_icon.md
Created January 21, 2026 17:59
tauri_icon.md

__

@eonist
eonist / versions_temp.md
Created January 21, 2026 16:21
versions_temp.md

AFM Commit bug fix Bug fix:

Fix AFM commit generation bug.

Sidecar bug fix Fix Side car bug.

whats the best way to manage themes for my tauri app. I have darkmode and lightmode, but user definable themes would be interesting addition. https://github.com/edgeleap/omni-app

Your app already has an excellent foundation for theming in src/styles/tokens/colors.css with CSS custom properties mapped through Tailwind. Here's how to extend it for user-definable themes.

Recommended Architecture

1. Create a Theme Store

Add a dedicated theme store using Zustand (which you already use) to manage theme state and persist user preferences:

does tauri has such info: context: Have you considered Tauri apps? Electron apps are always 500mb because they ember chrome. Tauri is like Bun Is to NPM. Faster, Better, Stronger. And apps are super tiny, 10mb+++ Because they use native browser engines. TBH. Having used Tauri for a week now. Super impressed. It also has auto updates, so i recon its possible to pipe into somehow? Or just check app version with release tag in github or smth. Might be worth looking into. Curious, how do you know if electron apps are outdated or not?

UpvoteReply Report Share 6h ago Jared Mariash

@eonist
eonist / check signing.md
Created January 18, 2026 21:30
check signing

After generating, test by signing any file:

echo "test" > /tmp/test.txt
bun run tauri signer sign /tmp/test.txt --private-key-path ~/.tauri/omni.key
  • Correct password → Outputs a signature string
  • Wrong password → Error message

I have a tauri app. how do I make an icon for it. I have an svg

Tauri has a built-in CLI command that can generate all required icons from your SVG file. Here's how to do it:

Using the tauri icon Command

Run the following command from your project directory, pointing to your SVG file:[^1_1][^1_2]

@eonist
eonist / install curl xattr.md
Created January 18, 2026 19:34
install curl xattr.md

That's a common approach for developer tools. Here's how it works:The Install Pattern

@eonist
eonist / feature flagging.md
Created January 18, 2026 18:33
feature flagging.md

__

@eonist
eonist / analytics for tauri.md
Created January 18, 2026 18:18
analytics for tauri

__