owenvanvooren/hstx ? reverse-engineered prompt

Reverse engineered prompt

Build me a macOS terminal helper for zsh that makes command history way easier to use.

I want it to quietly save every command I run into a local SQLite database, then give me a fuzzy searchable terminal view of my full history across sessions, not just the current shell. When I pick a command, it should go back into my prompt so I can edit it before running it.

Also add a way to tag a command after I run it, so I can filter history by topic later, and a way to save a command as a named recipe with an optional note. I want to be able to list saved recipes and load one by name into the prompt the same way.

Make the install simple, like one script I can run from curl, and have it hook into my zsh setup automatically. Keep everything local on my machine, and if you need to check current docs for the best approach, go ahead and look them up online.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab