1
How do you create a shortcut in launcher that lets you run a terminal command using more than one variable?
For example, how do you create a launcher shortcut that will prompt you for varA and varB in:
runThis --i varA --o varB
where varA and varB should default to the last entry if they are not explicitly stated