I built a way to fuzzy-find my whole shell history and run it again
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.
3 projects
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.
A proxy that records real responses and lets you replay them as fixtures. Great for demos and for tests that should not hammer a third party API. Exports to a flat folder you can commit.
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.