Sander's Blurbs

Menu

Tag: Taskfile

Taskfile 1.1.0

I’ve released Taskfile 1.1.0, with the following changes:

  • edit now edits the .Taskfile in the local directory if it exists.
  • Support for .Taskfile.local which should should contain version control excluded tasks.
  • Documentation update.

Taskfile remembers how to run all your shell based workflows.

Taskfile is now in maintenance-mode, so I can focus on other projects, as there are no feature requests 👍

Taskfile gains local .Taskfile editing refinement

Taskfile runs task files, a bash (or zsh etc.) script that contains functions that can be called via the runner. These files must be called .Taskfile. The runner detects any taskfiles in the current, parent, grandparent etc directory of the directory you’re in.

Example Taskfile output from the help command.

I’ve refined the edit task that ships with the script so that it opens the .Taskfile in the current directory if it exists, before falling back to editing the runner.