xhand98/px ? reverse-engineered prompt
Reverse engineered prompt
Build me a small Python command line tool that lets me type a prompt and have it figure out and run the right command from it.
I want it to feel simple in the terminal, so I can do something like give it a short natural language request and it turns that into a useful shell command, then shows me what it is about to run before it actually runs it. It should be easy to use on Linux or macOS, and it should handle normal command line workflow well.
If you need to look up current docs online while wiring it up, that’s fine. Please make it polished, with clear help text, sensible error messages, and a basic way to test that the prompt gets turned into the command correctly.
Are you gonna build this?
make sure you review the code using coderabbit