Reference
Learn inputs
Every {{…}} option from Add. See it, then copy it. Full list, one line each.
:default prefill{{input.text:hello}} · {{input.select:zip,tar.gz=tar.gz}}.autogenerate fill{{input.uuid.autogenerate}} — editable after=off start off{{input.checkbox:--dry-run=off}} unchecked first| Option | See it | Use |
|---|---|---|
| File — pick a path | ||
| {{input.file}}file | Source file to read. | |
| {{input.path}}file | File or folder path. | |
| {{input.dir}}file | Folder only. | |
| {{input.output}}file | Where to write. | |
| {{input.subtitle}}file | Captions file. | |
| {{input.poster}}file | Cover image. | |
| {{input.thumbnail}}file | Preview image. | |
| {{input.template}}file | Template to fill. | |
| {{input.config}}file | Settings file. | |
| {{input.logfile}}file | Log to tail. | |
| {{input.workdir}}file | Run folder. | |
| {{input.varfile}}file | Variables file. | |
| {{input.planfile}}file | Saved plan. | |
| Text — short values | ||
| {{input.text}}text | Any short text. | |
| {{input.message}}text | One-line message. | |
| {{input.title}}text | Short heading. | |
| {{input.description}}text | Longer blurb. | |
| {{input.username}}text | Login name. | |
| {{input.hostname}}text | Server host. | |
| {{input.domain}}text | Domain only. | |
| {{input.ip}}text | IPv4 address. | |
| {{input.email}}text | Email address. | |
| {{input.url}}text | Web link. | |
| {{input.search}}text | Search query. | |
| {{input.regex}}text | Pattern to match. | |
| {{input.filename}}text | Name, no path. | |
| {{input.glob}}text | Wildcard set. | |
| {{input.pattern}}text | Match rule. | |
| {{input.duration}}text | Length of media. | |
| {{input.seek}}text | Jump to time. | |
| {{input.script}}text | npm script. | |
| {{input.package}}text | Package id. | |
| {{input.version}}text | Version label. | |
| {{input.semver}}text | Strict x.y.z. | |
| {{input.branch}}text | Branch name. | |
| {{input.tag}}text | Release tag. | |
| {{input.commit}}text | Commit hash. | |
| {{input.author}}text | Who wrote it. | |
| {{input.repos}}text | Repo path. | |
| {{input.org}}text | Org handle. | |
| {{input.cimage}}text | Any image ref. | |
| {{input.containername}}text | Container label. | |
| {{input.mount}}text | Volume map. | |
| {{input.network}}text | Network id. | |
| {{input.memory}}text | RAM cap. | |
| {{input.entrypoint}}text | Start command. | |
| {{input.header}}text | One header. | |
| {{input.query}}text | URL params. | |
| {{input.cidr}}text | IP block. | |
| {{input.sql}}text | DB query. | |
| {{input.mac}}text | Hardware id. | |
| {{input.database}}text | DB name. | |
| {{input.table}}text | Table name. | |
| {{input.dbuser}}text | DB login. | |
| {{input.cron}}text | Schedule rule. | |
| {{input.colorname}}text | Named color. | |
| {{input.namespace}}text | Scope name. | |
| {{input.deployment}}text | Deploy id. | |
| {{input.service}}text | Service id. | |
| {{input.pod}}text | Pod id. | |
| {{input.context}}text | Config context. | |
| {{input.profile}}text | Cloud profile. | |
| {{input.bucket}}text | Bucket id. | |
| {{input.bucketkey}}text | Object key. | |
| {{input.workspace}}text | Workspace id. | |
| {{input.uuid}}text · id | Unique id. | |
| Number — counts and ports | ||
| {{input.number}}number | Any number. | |
| {{input.port:8080}}number | TCP port. | |
| {{input.count:5}}number | How many. | |
| {{input.quantity}}number | Amount. | |
| {{input.bitrate}}number | Kbps rate. | |
| {{input.fps}}number | Frame rate. | |
| {{input.speed}}number | Speed factor. | |
| {{input.replicas}}number | Copies to run. | |
| {{input.cpu}}number | CPU units. | |
| {{input.timeout}}number | Wait limit. | |
| {{input.retries}}number | Retry times. | |
| {{input.delay}}number | Pause length. | |
| Date · Color · Secret — pickers | ||
| {{input.date:2026-01-15}}date | Calendar day. | |
| {{input.since}}date | Start date. | |
| {{input.color:#1677ff}}color | #1677ff | Brand color. |
| {{input.password}}secret | Hidden secret. | |
| Choice — select and radio | ||
| {{input.select:zip,tar.gz}}select | Pick one. | |
| {{input.radio:yes,no}}radio | yes no | One of few. |
| {{input.extension:mp4,mkv,mov}}select | Output type. | |
| {{input.container}}select | Media wrapper. | |
| {{input.vcodec}}select | Video encoder. | |
| {{input.acodec}}select | Audio encoder. | |
| {{input.preset}}select | Speed vs size. | |
| {{input.resolution}}select | Frame size. | |
| {{input.samplerate}}select | Audio rate. | |
| {{input.channels}}select | Channel count. | |
| {{input.env}}select | Deploy target. | |
| {{input.pkgmanager}}select | Tool to run. | |
| {{input.remote}}select | Remote name. | |
| {{input.logformat}}select | Log style. | |
| {{input.mode}}select | Run mode. | |
| {{input.loglevel}}select | Verbosity. | |
| {{input.image}}select | Known image. | |
| {{input.restart}}select | Restart rule. | |
| {{input.protocol}}select | Link scheme. | |
| {{input.method}}select | Request verb. | |
| {{input.engine}}select | DB kind. | |
| {{input.language}}select | Content lang. | |
| {{input.locale}}select | Region format. | |
| {{input.timezone}}select | Time zone. | |
| {{input.currency}}select | Money unit. | |
| {{input.country}}select | Country pick. | |
| {{input.format}}select | Print shape. | |
| {{input.shell}}select | Shell kind. | |
| {{input.os}}select | Target OS. | |
| {{input.arch}}select | Chip arch. | |
| {{input.region}}select | Cloud zone. | |
| Flag — on / off | ||
| {{input.checkbox:--rm}}flag | --rm | Toggle a flag. |
| {{input.flag}}flag | --flag | Custom switch. |
| {{input.confirm:--yes}}flag | --yes | Confirm step. |
| {{input.verbose}}flag | --verbose | More logs. |
| {{input.quiet}}flag | --quiet | Less output. |
| {{input.force}}flag | --force | Skip checks. |
| {{input.dryrun}}flag | --dry-run | Preview only. |
| Range — sliders | ||
| {{input.range:0-100}}range | Any slider. | |
| {{input.percent}}range | 0–100 %. | |
| {{input.month}}range | Month 1–12. | |
| {{input.day}}range | Day 1–31. | |
| {{input.hour}}range | Hour 0–23. | |
| {{input.minute}}range | Minute 0–59. | |
| {{input.second}}range | Second 0–59. | |
| {{input.crf:18-28}}range | Lower is better. | |
| {{input.volume}}range | Loudness. | |
No options match. Try another search.
Same parser as Add — {{input.color:#1677ff}}, {{input.uuid.autogenerate}}, {{input.checkbox:--dry-run=off}}. Unknown {{braces}} stay literal. Try it in Add →