krishna4a6av/showcmm ? reverse-engineered prompt

Reverse engineered prompt

Build me a simple command line tool that tracks my shell history and shows me how I actually use the terminal.

I want it to import history from common shells, store the commands locally in a SQLite database, and let me view my most used commands, all tracked commands, and filter by a search term. It should also be able to update from my history on demand, and delete everything if I want a clean slate.

If possible, add optional AI features that can look at my command habits and either roast me, suggest things to learn, point out workflow improvements, estimate my command line skill level, or suggest useful aliases. Keep the AI part optional so the basic stats still work without an API key.

Please include a clean setup and uninstall flow, a config file for shell history paths and parsers, and a man page so it feels like a real CLI app. If you need to look up current docs online, go for it.

Are you gonna build this?

make sure you review the code using coderabbit

Try freeSponsored — opens CodeRabbit in a new tab