kc merrill

Results 10 issues of kc merrill

When using the watch component, __init is the only thing run.

bug

I didn't think it was necessary which is why I didn't add it in to the latest version, but I think we need it. Not only usage text for each...

Currently elapsed time(overall) gets output when a task gets finished. Would be nice if it were specific to the task too

Not sure if this is a feature for alfred, or another standalone app, but regardless I'd like to document it here. @iilyak had an idea regarding data manipulation for various...

Needs to be put in the manual.

When setting variables, or registering variables, have the ability to store them for long term usage. This could be useful for things like incrementing build numbers, version numbers etc ......

Add checkpoints. That way if the checkpoint exists, you can skip the task. Something like: ``` taskname: summary: Some task that gets run command: | echo "hello world" checkpoint: daily|hourly|golangdur(1h|9m|1h9,)...

We have remote modules ... but it would be nice to have plugins. Basically a way to download/install and extend the functionality without actually updating alfred's core code.

I've been notating my tasks with periods. docker.push.whatever.latest docker.push.whatever2.latest docker.push.whatever.canary docker.push.whatever2.canary Would be interesting to do something like: docker.push.*.latest or docker.push.*

Would be awesome to have a web presence where people could submit/search modules instead of relying on github and this code base to update common modules