Skip to content

Releases: itsfrank/stask

Arg Forwarding! Finally!

17 Oct 17:16
Compare
Choose a tag to compare

I've been wanting this forever and just worked around it. So silly I pushed it off this long, it took me like 20 minutes tom implement.

All my users rejoice! You can now append -- to run and dryrun and all args following will be forwarded to the task (i.e. appended with spaces in between)

You can even forward a double dash if the task supports that:
stask run a-task -- -- foo bar

This will result in the following being executed (assuming a-task i just the exe a-task):
a-task -- foo bar

More minor stuff and updating my username

22 Feb 22:10
Compare
Choose a tag to compare

I noticed that the various listing commands didn't pipe into tools like fzf, e.g. stask tasks | fzf did not work. So I fixed that

Also I updated my username to have a lowercase 'f', that should make the path in the go cache cleaner, a bit inconvenient, but I'm sure my 2 users will manage :)

1.0.2 - fixing minor annoyances

28 Nov 04:30
Compare
Choose a tag to compare

Full Changelog: 1.0.0...1.0.2

  • stask run now exits with the same error code as the command that was run
  • stask staskfile will always print to stdout, making it possible to run something like nvim $(stask staskfile)

1.0.0 - It works!

14 Nov 23:08
Compare
Choose a tag to compare

I have been using stask for months and it does it's job, I have been very happy with it

Figure it's time to call it 1.0.0 after the addition of profiles.

Fairly certain no one else is using this, if you are shoot me a message :)