No Description

Oleksandr Redko 390220ec9c fix: typos in docs, changelog, testdata, comments (#1910) 2 days ago
.github 0fff404eb8 chore(deps): update goreleaser/goreleaser-action action to v6 (#1852) 1 month ago
.vscode 0a59890a46 chore(dev): add `.vscode/extensions.json` with recommended extensions 2 months ago
args 1ef5cf71d0 feat: pass ast.Call by reference 8 months ago
bin 7989f73f06 Fix behavior of interrupt (SIGINT, SIGTERM) signals 2 years ago
cmd 390220ec9c fix: typos in docs, changelog, testdata, comments (#1910) 2 days ago
completion 84cc5e57b0 fix(completions): zsh and powershell completions (#1809) 1 month ago
errors a35910429c feat: option to ensure variable is within the list of values (#1827) 3 weeks ago
internal 390220ec9c fix: typos in docs, changelog, testdata, comments (#1910) 2 days ago
taskfile 148b090d8e fix: bug where non-nil, empty dynamic variables are returned as an empty interface (#1904) 5 days ago
testdata 390220ec9c fix: typos in docs, changelog, testdata, comments (#1910) 2 days ago
website 390220ec9c fix: typos in docs, changelog, testdata, comments (#1910) 2 days ago
.editorconfig ef3b853728 feat: add option to declare an included Taskfile as flatten (#1704) 2 months ago
.gitattributes 912bbcab8e chore: make github detect task as a go project again 5 months ago
.gitignore 0a59890a46 chore(dev): add `.vscode/extensions.json` with recommended extensions 2 months ago
.golangci.yml 630e58767b feat: ability to resolve refs using templating syntax (#1612) 6 months ago
.goreleaser.yml 7e6577eb5f fix: snapshot builds and wrong winget version (#1824) 1 month ago
.mockery.yaml b42299a5aa feat: use mockery/testify for mocking instead of mockgen/gomock (#1118) 1 year ago
.nvmrc d1dc271b9a chore(deps): update website (#1834) 1 month ago
.prettierrc.yml 8026d8ddb3 Configure Prettier for Markdown formatting (#1112) 1 year ago
CHANGELOG.md 390220ec9c fix: typos in docs, changelog, testdata, comments (#1910) 2 days ago
LICENSE 45c40cc845 MIT LICENS file 7 years ago
README.md 97cf02872f fix: update references to website directory 7 months ago
Taskfile.yml c3bd6b9384 chore(taskfile): fix `goreleaser:install` task to install correct version 4 days ago
completion.go 3747b2ab7f feat: completion command (#1157) 2 months ago
concurrency.go c6ecf70377 Adding a --concurrency (-C) flag 3 years ago
go.mod 7ef3164b16 chore(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0 (#1885) 1 week ago
go.sum 7ef3164b16 chore(deps): bump github.com/fatih/color from 1.17.0 to 1.18.0 (#1885) 1 week ago
hash.go 5e9851f42f Update minimum go version (#1758) 2 months ago
help.go 5e9851f42f Update minimum go version (#1758) 2 months ago
init.go f9c77acd96 feat: custom error codes (#1114) 1 year ago
install-task.sh 99ed3001f0 revert changes, add fix for arm downloads 2 years ago
package-lock.json d8e176311d v3.40.0 4 days ago
package.json d8e176311d v3.40.0 4 days ago
precondition.go 247c2586c2 refactor: taskfile/ast package (#1450) 10 months ago
requires.go a35910429c feat: option to ensure variable is within the list of values (#1827) 3 weeks ago
setup.go c243b0ec7e fix(remote): TASK_REMOTE_DIR does not work when absolute (#1715) 2 months ago
signals.go 5e9851f42f Update minimum go version (#1758) 2 months ago
signals_test.go 5e9851f42f Update minimum go version (#1758) 2 months ago
status.go 830b745112 feat(remote): global tempDir when the path is absolute (#1661) 4 months ago
task.go 5581954fb1 feat: allow providing single or multi prompts (#1866) 1 week ago
task_test.go 390220ec9c fix: typos in docs, changelog, testdata, comments (#1910) 2 days ago
variables.go 148b090d8e fix: bug where non-nil, empty dynamic variables are returned as an empty interface (#1904) 5 days ago
watch.go c6c69a5a63 fix: address compilation error on `watch_test.go` 7 months ago
watch_test.go c6c69a5a63 fix: address compilation error on `watch_test.go` 7 months ago

README.md

Task

Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.

Installation | Documentation | Twitter | Mastodon | Discord