📦 Presets
Click a preset to load its interactive form.
Click a preset to load its interactive form.
This tool helps you construct complex command-line instructions without memorizing flags. Choose a preset, fill in the form, and copy the command. Supports Git, Docker, NPM, FFmpeg, Tar, Curl, and more. Switch between Unix and Windows PowerShell syntax. Use the parser to reverse-engineer any command.
Paste any supported command (e.g., `git commit -m "fix"`) into the input field and click "Parse". The form will auto-populate.
Unix uses forward slashes and hyphens (e.g., `--help`). PowerShell often uses slashes or different cmdlets. Our tool adjusts common commands accordingly (e.g., `ls` → `dir`, path separators).
Commands like `rm -rf`, `sudo`, `dd`, or `format` can permanently delete data. We highlight them to prevent accidents.
Yes, the entire tool is static HTML/JS. No network requests are made.
Git, Docker, NPM, Curl, FFmpeg, Tar, Find, Grep, Chmod, and more. All presets are fully functional.
This is an open-source project. You can fork it and add your own templates in the JavaScript section.
Tabs provide a faster, more intuitive selection experience, especially on touch devices.