Shell Command Explainer
Paste any shell command line and get every token (command, flags, flag-values, positionals, operators) explained from a bundled offline manpage/tldr dataset. Splits combined short flags (ls -la → -l + -a), knows which flags take a value, decomposes pipelines (|, &&, ||, ;), redirections (> >> < 2>&1 &>), and flags destructive commands (rm -rf, dd of=/dev/sdX, mkfs, chmod 777, fork bombs). 100% client-side; nothing uploaded.
Paste any shell command line and get every token (command, flags, flag-values, positionals, operators) explained from a bundled offline manpage/tldr dataset. Splits combined short flags (ls -la → -l + -a), knows which flags take a value, decomposes pipelines (|, &&, ||, ;), redirections (> >> < 2>&1 &>), and flags destructive commands (rm -rf, dd of=/dev/sdX, mkfs, chmod 777, fork bombs). 100% client-side; nothing uploaded. Everything runs locally in your browser — your data never leaves your device.
How to use
- Enter your input in the tool above.
- Adjust any options to your preference.
- Use the Copy or Download buttons to save the result.
- Everything happens locally — your data never leaves your browser.