jaywcjlove/linux-command — reverse-engineered prompt
Reverse engineered prompt
Build me a simple website called Linux Command that works like a searchable Linux command handbook. I want people to type a command like ls, ssh, grep, screen, or a keyword and quickly find the right command, then open a clean detail page with the command name, what it does, common options, examples, and longer notes if available. The content should come from markdown files so it is easy to add more commands later, and the site should be fast, mobile friendly, and usable as a quick reference while someone is learning Linux.
Please include a home page with a big search box, a list of popular or all commands, simple navigation, and friendly empty states when nothing is found. Keep the design clean with no ads. Add the basic build scripts and deployment setup so it can be published as a static site. Look up current docs online if you need to.
Want more depth? Deep Reverse