Automation
Build repeatable `.lil` workflows with variables, conditions, captured results, nested scripts and a preview mode, using the same commands as the terminal.
Use a simple `#lil` file for a fixed sequence of ordinary commands. Use `run` when you need logic, validation, packing or controlled error handling. Neither path invokes an operating-system shell.
pwd/sandboxrun sandbox/task.lil001 + cd sandbox
002 + pwd
Completed: 2lil sandbox/task.lil001 + cd sandbox
002 + pwd
Completed: 2run sandbox/task.lil -v001 + cd sandbox
config/
data/
db/
images/run sandbox/task.lil -n001 · cd sandbox
002 · pwd
Checked: 2
No commands match this filter
Commands
run.lil workflows, conditions and packed scriptsrun <file.lil|[script]> [options] · run -p <source.lil> [target.lil]
Install the whole group
Download setup.lil to install the current versions of every installable command in this group.
install run -v 1.2.3
Commands built into the core are skipped automatically.
Download setup.lil ↓