Turn OcLaunch into a command book.
To make OcLaunch an even greater software, a idea would be to add --
tag to the run subcommand, allowing to pass arguments to the corresponding command.
For example, with this list of command in the config file,
- task
- profanity
- ~/My/super/Script/to_backup/Git_repository
you could run
$ oclaunch run 0 -- +TODAY
to get
$ task +TODAY
be runned.
This could be pretty useful with the last entry. You keep scripts at hand without polluting your $PATH.