Hacker News new | ask | show | jobs
by elar_verole 5 days ago
My favorite is: https://github.com/theo-sardin/instant-switcher

Instant windows switcher with custom shortcuts and instant "opt+tab" and trackpad switching. Simple does exactly what I need it to do (just bypasses the slow window switching that is annoying), with no additional features or bloat.

I've also done a TUI that combines my messages from WhatsApp + messenger + discord which is pretty handy at work.

1 comments

Cool stuff. What do you use to get new messages from those 3 apps?
Several things:

https://github.com/openclaw/wacli for WhatsApp,

https://github.com/diamondburned/arikawa for discord, and

https://github.com/mautrix/meta for messenger.

There was a bit of initial setup extracting tokens for messenger and discord I believe, but now it's smooth sailing. Some issues sometimes correctly mapping ids to usernames / convos make it so some conversations are duplicated for messenger, but when I have time I think some smart reconciliation heuristic will be able to take care of it.

It's great !