# Itemized Commands It is sometimes useful to create a single command entry that does the same thing with different input. Script Tease facilitates this with the "itemized" command. ```ini [install common utilities] install: $item items: curl, git, lftp, wget ``` In the example above, statements will be generated to install each of the packages named in `items`. !!! note Content commands (`explain` and `screenshot`) and Template commands cannot be itemized.