kcmerrill / alfred

(v0.2) Even Batman needs a little help. Task runner. Automator. Build system.
MIT License
63 stars 14 forks source link

Add CleanVars #24

Closed kcmerrill closed 7 years ago

kcmerrill commented 7 years ago

Go through each arg and "clean" them. Removing spaces, periods etc ... only allowing letters/chars. for every task.

kcmerrill commented 7 years ago

done! onl allows alphanumeric chars.

Usage: task: command: echo {{ index .CleanedArgs 0 }}