hallofcodes/WarpShare ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python command line tool that lets me share a folder from my own computer with a link, so someone else can open it in a browser and browse the files right away.
It should work in two modes, one for sharing on my local Wi Fi network and one for sharing over the internet. I want to be able to start it from the current folder or point it at a specific folder, and optionally choose a port. Once it starts, it should print the link I need to send to the other person.
In the browser, the person viewing it should be able to open folders, download files, create folders, create files, rename items, and delete items. Keep it simple and fast, with a clean page that feels like a file browser. If you need to look up current docs online while building it, go ahead.
Are you gonna build this?
make sure you review the code using coderabbit