I built a little overlay that shows my keypresses for screen recordings
An always-on-top window that fades in the keys I press, for demo videos. One afternoon in Tauri. Makes my recordings way easier to follow.
5 projects
An always-on-top window that fades in the keys I press, for demo videos. One afternoon in Tauri. Makes my recordings way easier to follow.
0.4 adds a real split view so you can pin one noisy container while the merged stream keeps scrolling beside it. No screenshot, the terminal does not screenshot well, just trust me and try it.
A tiny Rust TUI that indexes your shell history and lets you fuzzy-search and re-run commands across every project you have touched. Single binary, sub-millisecond search.
No upvotes, no algorithm, just chronological threads. Self-hosted as a single binary. I built it to host a tiny community without feeding it to an ad model.
A terminal UI that merges and color-codes logs across a whole compose stack so you stop juggling ten panes. Written in Rust, ships as a single binary, and starts instantly. The trick is that it tails every container at once and interleaves them on one timeline, with per-service colors and a filter you can edit live without restarting. I built it during an incident where the bug was obvious in the logs but I could not see it across four scrolling windows at 2am. It handles backpressure now, so a chatty container does not drown out the quiet one that is actually failing. Saved filter presets and a jump-to-last-error key are next on the list.