Tagged with #taskfile

Taskfile EOL

I've archived Taskfile and am now using Just. It's got more community support and works better in my experience.

Taskfile will keep working going forward but I have no plans for new features. If you are a used, I'd like to thank you.

#projects #taskfile

September 27 at 9:39 am

Taskfile 2.0.0

I've released Taskfile 2.0.0, a task runner using taskfiles containing bash functions.

It's a nicer menu and shorthand for sourcing a bash file with functions.

The latest version contains a few small changes. As I renamed system tasks, semver dictates a new major version is called for:

Breaking change: inbuilt tasks (_edit, _edit-local, _help) are now prefixed with underscores so they're hidden from the Task list.

To update simply git pull if you git installed it, or replace the Taskfile.sh script some other way.

#projects #taskfile

August 6 at 8:23 am