Task
@taskfile.dev
📤 79
📥 4
📝 16
A task runner / simpler Make alternative written in Go.
https://taskfile.dev/
v3.45.5 was just released with several bug fixes 🤠
github.com/go-task/task...
loading . . .
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...
https://github.com/go-task/task/releases/tag/v3.45.5
about 22 hours ago
0
1
1
reposted by
Task
Pete Davison
about 1 month ago
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!
0
4
3
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...
loading . . .
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...
https://github.com/go-task/task/releases/tag/v3.45.3
about 2 months ago
1
2
2
A new version of our VSCode extension was released with nice new features and bug fixes.
github.com/go-task/vsco...
loading . . .
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...
https://github.com/go-task/vscode-task/releases/tag/v0.4.0
3 months ago
1
3
2
Bugs were killed in the just released v3.44.1 🐞💥🔨
github.com/go-task/task...
loading . . .
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...
https://github.com/go-task/task/releases/tag/v3.44.1
4 months ago
0
0
1
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...
loading . . .
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...
https://github.com/go-task/task/releases/tag/v3.44.0
5 months ago
0
5
2
reposted by
Task
Corentin GS
6 months ago
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.
2
5
1
reposted by
Task
Juan Menéndez
6 months ago
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
0
3
1
reposted by
Task
Lasan
7 months ago
😄 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
0
3
1
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...
loading . . .
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...
https://github.com/go-task/task/releases/tag/v3.43.1
7 months ago
1
5
1
reposted by
Task
8 months ago
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!
add a skeleton here at some point
6
38
5
reposted by
Task
Ricardo Castro
7 months ago
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.
0
2
1
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!
8 months ago
2
6
3
reposted by
Task
8 months ago
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 🌈
0
3
2
🌟 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...
loading . . .
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...
https://github.com/go-task/task/releases/tag/v3.42.0
8 months ago
0
4
2
reposted by
Task
Lasan
9 months ago
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
loading . . .
Usage | Task
Getting started
https://taskfile.dev/usage/
0
1
1
reposted by
Task
Guillaume Grossetie
9 months ago
After several attempts to write conditions in a Makefile, I decided to try
@taskfile.dev
. So far, very satisfied with the transition!
loading . . .
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
https://github.com/go-task/task
1
3
1
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...
loading . . .
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...
https://github.com/go-task/task/releases/tag/v3.41.0
10 months ago
0
3
1
reposted by
Task
Valentin Maerten
10 months ago
Développer des nouvelles features pour
@taskfile.dev
un dimanche matin 😍
0
2
1
reposted by
Task
Bart Dorlandt
11 months ago
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!
0
1
1
reposted by
Task
Bart Dorlandt
11 months ago
You are expanding your
#taskfile
and realise that there a couple of tasks with dependencies on a build process. Though you don't want to rebuild it, if nothing changed.
#Task
got you covered! Using sources and generates to monitor the source files and if the generated file exists.
0
1
1
v3.40.0 was just released with lots of bug fixes and some small enhancements!
github.com/go-task/task...
loading . . .
Release v3.40.0 · go-task/task
If you like this project, consider spreading the word or sponsoring the project. Fixed output of some functions (e.g. splitArgs/splitLines) not working in for loops (#1822, #1823 by @stawii). Adde...
https://github.com/go-task/task/releases/tag/v3.40.0
about 1 year ago
0
1
0
v3.39.1 was just released with a couple of regression fixes
github.com/go-task/task...
loading . . .
Release v3.39.1 · go-task/task
Added Renovate configuration to automatically create PRs to keep dependencies up to date (#1783 by @vmaerten). Fixed a bug where the help was displayed twice (#1805, #1806 by @vmaerten). Fixed a bu...
https://github.com/go-task/task/releases/tag/v3.39.1
about 1 year ago
0
1
0
After more than two months, we finally released another version of Task! 🚀💥🎉 There is a new experiment, advancements on existing experiments, and many small new features and bug fixes! Make sure to check full changelog below 👇
github.com/go-task/task...
loading . . .
Release v3.39.0 · go-task/task
Added Env Precedence Experiment (#1038, #1633 by @vmaerten). Added a CI lint job to ensure that the docs are updated correctly (#1719 by @vmaerten). Updated minimum required Go version to 1.22 (#17...
https://github.com/go-task/task/releases/tag/v3.39.0
about 1 year ago
0
2
0
you reached the end!!
feeds!
log in