timsg6593-ops/Movie-xcli ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python command line app called Movie xcli.
I want it to feel easy to use from the terminal, with clear prompts and helpful output. It should let me look up movie details, browse movies by a search term, and keep a small list of movies I want to watch later. If it needs current movie data, look up the best public API or current docs online and use that.
Make it clean, reliable, and easy to run locally. Include good error handling for bad input, missing network, or no results. If you think a small config file or saved local data makes sense, add that too. I’d also like a simple help screen and a few examples so it’s obvious how to use it right away.
Are you gonna build this?
make sure you review the code using coderabbit