Sem descrição

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

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