UnQTools
Developer Runs in your browser

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.

100% Private Works Offline Instant

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

  1. Enter your input in the tool above.
  2. Adjust any options to your preference.
  3. Use the Copy or Download buttons to save the result.
  4. Everything happens locally — your data never leaves your browser.