Task's Avatar

Task

@taskfile.dev

A task runner / simpler Make alternative written in Go. https://taskfile.dev/

90
Followers
5
Following
21
Posts
07.09.2024
Joined
Posts Following

Latest posts by Task @taskfile.dev

Preview
Release v3.49.0 Β· go-task/task Fixed included Taskfiles with watch: true not triggering watch mode when called from the root Taskfile (#2686, #1763 by @trulede). Fixed Remote Git Taskfiles failing on Windows due to backslashes i...

A new release just dropped πŸ‘‡

github.com/go-task/task...

07.03.2026 23:07 πŸ‘ 5 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
Initial commit Β· go-task/task@39e60d6

github.com/go-task/task...

26.02.2026 13:25 πŸ‘ 3 πŸ” 0 πŸ’¬ 1 πŸ“Œ 0
Post image

Task is 9 years old today!

26.02.2026 13:25 πŸ‘ 4 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Preview
New `if:` Control and Variable Prompt | Task Introduction of the `if:` control and required variable prompts.

We have released good stuff this weekend, and that includes shipping the second most πŸ‘ed feature request of all time.

On this blog post, @vmaerten.bsky.social introduces the new `if:` condition, and also the ability to prompt required variables at runtime!

taskfile.dev/blog/if-and-...

26.01.2026 12:47 πŸ‘ 5 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
Release v3.46.1 · go-task/task ✨ Features A small behavior change was made to dependencies. Task will now wait for all dependencies to finish running before continuing, even if any of them fail. To opt for the previous behavior...

v3.46 is out! πŸš€
* `failfast` for better control on dependencies
* Better `--summary`
* Better `--init`
* Better completions
* More advancements on remote Taskfiles experiment
* Lots of bug fixes πŸ›
Have a wonderful end of year! βœοΈπŸŽ„πŸŽπŸŽ†
github.com/go-task/task...

18.12.2025 20:31 πŸ‘ 4 πŸ” 5 πŸ’¬ 0 πŸ“Œ 0
Preview
Release v3.46.1 · go-task/task ✨ Features A small behavior change was made to dependencies. Task will now wait for all dependencies to finish running before continuing, even if any of them fail. To opt for the previous behavior...

v3.46 is out! πŸš€
* `failfast` for better control on dependencies
* Better `--summary`
* Better `--init`
* Better completions
* More advancements on remote Taskfiles experiment
* Lots of bug fixes πŸ›
Have a wonderful end of year! βœοΈπŸŽ„πŸŽπŸŽ†
github.com/go-task/task...

18.12.2025 20:31 πŸ‘ 4 πŸ” 5 πŸ’¬ 0 πŸ“Œ 0
Preview
Release v3.45.5 Β· go-task/task Fixed bug that made a generic message, instead of an useful one, appear when a Taskfile could not be found (#2431 by @andreynering). Fixed a bug that caused an error when including a Remote Git Tas...

v3.45.5 was just released with several bug fixes 🀠

github.com/go-task/task...

11.11.2025 20:29 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Post image

After nearly 3 years of working together on @taskfile.dev, I finally got to meet @andreynering.bsky.social for the first time this week at #golab2025 in Florence, Italy.

Looking forward to many more years of collaboration!

10.10.2025 15:39 πŸ‘ 4 πŸ” 3 πŸ’¬ 0 πŸ“Œ 0
Announcing Built-in Core Utilities for Windows | Task The journey of enhancing Windows support in Task.

Announcing Built-in Core Utilities for Windows

taskfile.dev/blog/windows...

15.09.2025 20:54 πŸ‘ 0 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Release v3.45.3 Β· go-task/task Task now includes built-in core utilities to greatly improve compatibility on Windows. This means that your commands that uses cp, mv, mkdir or any other common core utility will now work by defaul...

v3.45 is out today, and it's the most exciting release in a long time! 🀩

* Built in core utils on Windows (!!!)
* Brand new website powered by VitePress
* ~/.config/task/taskrc.yml
* Nightly builds (feat @GoReleaser)
* Official GitHub Action
* And more

github.com/go-task/task...

15.09.2025 20:54 πŸ‘ 2 πŸ” 2 πŸ’¬ 1 πŸ“Œ 0
Preview
Task - Visual Studio Marketplace Extension for Visual Studio Code - A task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.

marketplace.visualstudio.com/items?itemNa...

22.08.2025 13:46 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Release v0.4.0 Β· go-task/vscode-task Added terminal.per setting to allow a new terminal per task (#125, #126 by @yoiang). Added terminal.close setting to control if the existing terminal should close before running another task (by @p...

A new version of our VSCode extension was released with nice new features and bug fixes.

github.com/go-task/vsco...

22.08.2025 13:46 πŸ‘ 3 πŸ” 2 πŸ’¬ 1 πŸ“Œ 0
Preview
Release v3.44.1 Β· go-task/task Internal tasks will no longer be shown as suggestions since they cannot be called (#2309, #2323 by @maxmzkrcensys) Fixed install script for some ARM platforms (#1516, #2291 by @trulede). Fixed a re...

Bugs were killed in the just released v3.44.1 🐞πŸ’₯πŸ”¨

github.com/go-task/task...

23.07.2025 23:07 πŸ‘ 0 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Release v3.44.0 Β· go-task/task Added uuid, randInt and randIntN template functions (#1346, #2225 by @pd93). Added new CLI_ARGS_LIST array variable which contains the arguments passed to Task after the -- (the same as CLI_ARGS, b...

Task v3.44.0 was just released!

It includes some small enhancements and many bug fixes. In particular, it fixes some important regressions on the watcher.

github.com/go-task/task...

09.06.2025 00:52 πŸ‘ 5 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0

go-task: A modern alternative to Make that makes sense.

YAML-based task runner with dependency management, cross-platform support, and built-in variable interpolation. Perfect for automating build pipelines and development workflows.

25.05.2025 12:53 πŸ‘ 5 πŸ” 1 πŸ’¬ 2 πŸ“Œ 0

I use a lot of Makefiles, but I find taskfile.dev more readable and easier to use. The only advantage of make is that it is already installed in most system

13.05.2025 20:05 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

πŸ˜„ My approach to running code has evolved since 2011:

Started with the green 'Run' button in Visual Basic 6.0 β†’ moved to the command line β†’ adopted Makefiles β†’ now using @taskfile.dev Taskfile alongside package.json

24.04.2025 18:16 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Preview
Donate | Task If you find this project useful, you can consider donating by using one of the

Love Task? If you or your company benefit from it, consider becoming a sponsor!

taskfile.dev/donate

21.04.2025 17:23 πŸ‘ 2 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
Release v3.43.1 Β· go-task/task Changelog Significant improvements were made to the watcher. We migrated from watcher to fsnotify. The former library used polling, which means Task had a high CPU usage when watching too many fil...

Task v3.43 is out with several improvements and fixes! 🀩

- The watcher has been overhauled
- The map variables experiments was launched
- The remote taskfiles experiment continues to advance
- Many small enhacements
- Many bug fixes

github.com/go-task/task...

21.04.2025 17:23 πŸ‘ 5 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0

Makefile is one of the dominoes holding up the stack of tech running our world.

Taskfile is a great next generation option that operates much more intuitively like yaml driven modern software.

My automated tasks are much easier to read and maintain. Be sure to learn make an then try task!

26.03.2025 15:30 πŸ‘ 38 πŸ” 5 πŸ’¬ 6 πŸ“Œ 0
Post image

As much as possible, I try to automate repetitive and (especially) error-prone tasks I do regularly.

Recently, I've been exploring Task (taskfile.dev) and I really like it.

11.04.2025 08:51 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Post image

We've heard that some people dislike Taskfiles because they hate YAML...

To please everyone, we're happy to announce that we're going to support XML soon! 🀩✨

Stay tuned!

01.04.2025 13:20 πŸ‘ 6 πŸ” 2 πŸ’¬ 2 πŸ“Œ 1

I just discovered @taskfile.dev today - where have you been??? - and I've replaced my entire build pipeline with it and ... well ... it's just been a while since I've been amazed and just plain-old-happy with a tool 😍 - i'm sure ill find dark corners later, but right now 🌈

18.03.2025 00:09 πŸ‘ 3 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
Release v3.42.0 Β· go-task/task Made --init less verbose by default and respect --silent and --verbose flags (#2009, #2011 by @HeCorr). --init now accepts a file name or directory as an argument (#2008, #2018 by @HeCorr). Fix a b...

🌟 Task v3.42.0 was just released with many enhancements! 🌟

In this version, we enhanced the API when it comes to using Task as a library. We're moving towards making the API stable so users are start relying on it as officially supported soon.

github.com/go-task/task...

09.03.2025 02:02 πŸ‘ 4 πŸ” 2 πŸ’¬ 0 πŸ“Œ 0
Preview
Usage | Task Getting started

I decided to use @taskfile.dev for my project. I tried several utilities, and this is truly incredible!

taskfile.dev/usage/

if you are a developer, you should read /usage page

16.02.2025 18:54 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

Glad you're enjoying! Let us know if you have any feedback.

15.02.2025 18:12 πŸ‘ 1 πŸ” 0 πŸ’¬ 0 πŸ“Œ 0
Preview
GitHub - go-task/task: A task runner / simpler Make alternative written in Go A task runner / simpler Make alternative written in Go - go-task/task

After several attempts to write conditions in a Makefile, I decided to try @taskfile.dev. So far, very satisfied with the transition!

15.02.2025 17:42 πŸ‘ 3 πŸ” 1 πŸ’¬ 1 πŸ“Œ 0
Preview
Release v3.41.0 Β· go-task/task Fixed an issue where dynamic variables were not properly logged in verbose mode (#1920, #1921 by @mgbowman). Support silent for defer statements (#1877, #1879 by @danilobuerger). Added an option to...

The first release of 2025 just arrived with many bug fixes and enhancements! πŸš€

8 external contributors helped on this release, which is just awesome! πŸ”₯

Check out the changes in the link below πŸ‘‡

github.com/go-task/task...

18.01.2025 14:31 πŸ‘ 3 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0

Développer des nouvelles features pour @taskfile.dev un dimanche matin 😍

05.01.2025 09:51 πŸ‘ 2 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0
Post image

Using parallelisation without thinking!

That is what you can achieve with the `deps` keyword in #task. See the example on how to run your #python lint, scan and test in parallel by just running `task check`.

No complications, just actions!

25.12.2024 09:36 πŸ‘ 1 πŸ” 1 πŸ’¬ 0 πŸ“Œ 0