halilkirazkaya/arsenal-ng ? reverse-engineered prompt

Reverse engineered prompt

Build me a fast terminal app that helps me find and launch cybersecurity cheat sheets from one place.

I want it to open in the terminal, let me search through a big list of pentest commands with fuzzy search, and show results quickly as I type. When I pick a command, it should fill in placeholders like target IP, domain, port, or wordlist, and let me reuse values I already set earlier in the session. I also want a simple tools view that shows all available tools and how many commands each one has, plus a help screen and a few built in commands like set, unset, variables, tools, and help.

Make it feel polished and easy to use, with keyboard navigation, paging, and color in the terminal so it is easy to scan. It should work well on Linux and macOS, and be written in Go with a clean single binary feel. If you need current docs or best practices for terminal UI in Go, look them up online first.