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
OptionSee itUse
File — pick a path
{{input.file}}fileSource file to read.
{{input.path}}fileFile or folder path.
{{input.dir}}fileFolder only.
{{input.output}}fileWhere to write.
{{input.subtitle}}fileCaptions file.
{{input.poster}}fileCover image.
{{input.thumbnail}}filePreview image.
{{input.template}}fileTemplate to fill.
{{input.config}}fileSettings file.
{{input.logfile}}fileLog to tail.
{{input.workdir}}fileRun folder.
{{input.varfile}}fileVariables file.
{{input.planfile}}fileSaved plan.
Text — short values
{{input.text}}textAny short text.
{{input.message}}textOne-line message.
{{input.title}}textShort heading.
{{input.description}}textLonger blurb.
{{input.username}}textLogin name.
{{input.hostname}}textServer host.
{{input.domain}}textDomain only.
{{input.ip}}textIPv4 address.
{{input.email}}textEmail address.
{{input.url}}textWeb link.
{{input.search}}textSearch query.
{{input.regex}}textPattern to match.
{{input.filename}}textName, no path.
{{input.glob}}textWildcard set.
{{input.pattern}}textMatch rule.
{{input.duration}}textLength of media.
{{input.seek}}textJump to time.
{{input.script}}textnpm script.
{{input.package}}textPackage id.
{{input.version}}textVersion label.
{{input.semver}}textStrict x.y.z.
{{input.branch}}textBranch name.
{{input.tag}}textRelease tag.
{{input.commit}}textCommit hash.
{{input.author}}textWho wrote it.
{{input.repos}}textRepo path.
{{input.org}}textOrg handle.
{{input.cimage}}textAny image ref.
{{input.containername}}textContainer label.
{{input.mount}}textVolume map.
{{input.network}}textNetwork id.
{{input.memory}}textRAM cap.
{{input.entrypoint}}textStart command.
{{input.header}}textOne header.
{{input.query}}textURL params.
{{input.cidr}}textIP block.
{{input.sql}}textDB query.
{{input.mac}}textHardware id.
{{input.database}}textDB name.
{{input.table}}textTable name.
{{input.dbuser}}textDB login.
{{input.cron}}textSchedule rule.
{{input.colorname}}textNamed color.
{{input.namespace}}textScope name.
{{input.deployment}}textDeploy id.
{{input.service}}textService id.
{{input.pod}}textPod id.
{{input.context}}textConfig context.
{{input.profile}}textCloud profile.
{{input.bucket}}textBucket id.
{{input.bucketkey}}textObject key.
{{input.workspace}}textWorkspace id.
{{input.uuid}}text · idUnique id.
Number — counts and ports
{{input.number}}numberAny number.
{{input.port:8080}}numberTCP port.
{{input.count:5}}numberHow many.
{{input.quantity}}numberAmount.
{{input.bitrate}}numberKbps rate.
{{input.fps}}numberFrame rate.
{{input.speed}}numberSpeed factor.
{{input.replicas}}numberCopies to run.
{{input.cpu}}numberCPU units.
{{input.timeout}}numberWait limit.
{{input.retries}}numberRetry times.
{{input.delay}}numberPause length.
Date · Color · Secret — pickers
{{input.date:2026-01-15}}dateCalendar day.
{{input.since}}dateStart date.
{{input.color:#1677ff}}color#1677ffBrand color.
{{input.password}}secretHidden secret.
Choice — select and radio
{{input.select:zip,tar.gz}}selectPick one.
{{input.radio:yes,no}}radio yes noOne of few.
{{input.extension:mp4,mkv,mov}}selectOutput type.
{{input.container}}selectMedia wrapper.
{{input.vcodec}}selectVideo encoder.
{{input.acodec}}selectAudio encoder.
{{input.preset}}selectSpeed vs size.
{{input.resolution}}selectFrame size.
{{input.samplerate}}selectAudio rate.
{{input.channels}}selectChannel count.
{{input.env}}selectDeploy target.
{{input.pkgmanager}}selectTool to run.
{{input.remote}}selectRemote name.
{{input.logformat}}selectLog style.
{{input.mode}}selectRun mode.
{{input.loglevel}}selectVerbosity.
{{input.image}}selectKnown image.
{{input.restart}}selectRestart rule.
{{input.protocol}}selectLink scheme.
{{input.method}}selectRequest verb.
{{input.engine}}selectDB kind.
{{input.language}}selectContent lang.
{{input.locale}}selectRegion format.
{{input.timezone}}selectTime zone.
{{input.currency}}selectMoney unit.
{{input.country}}selectCountry pick.
{{input.format}}selectPrint shape.
{{input.shell}}selectShell kind.
{{input.os}}selectTarget OS.
{{input.arch}}selectChip arch.
{{input.region}}selectCloud zone.
Flag — on / off
{{input.checkbox:--rm}}flag--rmToggle a flag.
{{input.flag}}flag--flagCustom switch.
{{input.confirm:--yes}}flag--yesConfirm step.
{{input.verbose}}flag--verboseMore logs.
{{input.quiet}}flag--quietLess output.
{{input.force}}flag--forceSkip checks.
{{input.dryrun}}flag--dry-runPreview only.
Range — sliders
{{input.range:0-100}}rangeAny slider.
{{input.percent}}range0–100 %.
{{input.month}}rangeMonth 1–12.
{{input.day}}rangeDay 1–31.
{{input.hour}}rangeHour 0–23.
{{input.minute}}rangeMinute 0–59.
{{input.second}}rangeSecond 0–59.
{{input.crf:18-28}}rangeLower is better.
{{input.volume}}rangeLoudness.

Same parser as Add — {{input.color:#1677ff}}, {{input.uuid.autogenerate}}, {{input.checkbox:--dry-run=off}}. Unknown {{braces}} stay literal. Try it in Add →