back
user profile
overflowy
213karma·76submissions·November 4, 2025
recent activity (76 total)
comment
Related discussion: https://news.ycombinator.com/item?id=47438723
comment
Awesome, appreciate it :)
comment
I use this to remap app keys: local appHotkeys = {}
local function remapAppHotkey(appName, fromMods, fromKey, toMods, toKey, delay)
if not appHotkeys[appName] then
appHo…
comment
> terminal UI written in Go > Linux only Any particular reason for that? Are you using specific Linux APIs? Just to clarify, this looks like a super helpful utility, something that I would perso…
comment
You should post a screenshot in the README to give people an idea of what the terminal looks like.
comment
A few days ago I built https://github.com/overflowy/parallel-rsync to scratch my own itch: I realized I could just launch multiple rsync instances in parallel to speed things up.…
comment
Looks really expensive for a language learning app.
comment
HTML and JavaScript serve distinct purposes, making better or worse comparisons logically flawed. Complex/interactive web apps requires JavaScript, period. Attempting to build sophisticated app…
comment
How does it compare with csvlens? https://github.com/YS-L/csvlens
comment
I built this plugin because I'm a huge fan of todo.txt files. Just plain text, no databases, no complex formats, no vendor lock-in. Pairing that simplicity with Sublime Text's blazing speed …