Task
Task is a modern task runner written in Go. It allows configuration with YAML.
WARNING
I use x as alias for task. If you don't want it, remove the alias=x: part from the link config
Windows
Download
task_windows_amd64.zipfrom GitHub release. Store the download inDownloadsExtract the zip file
powershell7z x -y ~/Downloads/task_windows_amd64.zip "-o$HOME/dotbin/extra/portable/task"Configure link and alias
powershellAdd-Content -Path ~/dotbin/extra/portable/link -Value "alias=x:task/task.exe" sudo dotbin-link
Linux
- Download the release binarybash
sh -c "$(curl --location https://taskfile.dev/install.sh)" -- -d -b ~/dotbin/extra/portable/task - Configure link and aliasbash
echo "alias=x:task/task" >> ~/dotbin/extra/portable/link dotbin-link