CLI Flags Generator

Utilities Client-side cli flags command curl grep tar rsync nmap docker ffmpeg cheatsheet

This tool runs entirely client-side, in your browser: your data is never sent anywhere.

What it does

Picking the right flags for common CLI tools means constantly checking man pages or searching the web. This tool lets you select a command, tick the flags you need from a checklist (each with a short explanation), fill in any required values, and instantly get the full, ready-to-copy command โ€” built entirely in your browser.

Try it

How it works

  1. Choose a base command from the dropdown (curl, grep, tar, rsync, nmap, docker run, ffmpeg, ...).
  2. Each command exposes a curated list of its most useful flags as checkboxes. Some flags need a value (e.g. -o <file>, --rate <n>) โ€” a small text input appears next to them when checked.
  3. As you check/uncheck flags or type values, the command at the bottom rebuilds live, in the correct order (global flags, then value-flags, then your target/arguments).
  4. Click Copy to put the generated command straight onto your clipboard.

Notes