1
0
mirror of https://github.com/go-task/task.git synced 2024-12-04 10:24:45 +02:00
A task runner / simpler Make alternative written in Go https://taskfile.dev/
Go to file
Andrey Nering e96712b020
fix: make sure USER_WORKING_DIR works corrently with includes (#1309)
Closes #1046
Closes #1205
Closes #1250
Closes #1293
Closes #1274
Closes #1309
Closes #1312

Co-authored-by: Marcus Spading <ms@fragmentum.net>
2023-08-26 21:06:50 +00:00
.github feat: bump minimum go version to 1.20 (#1302) 2023-08-11 22:46:37 +01:00
.vscode chore(vscode): add sample settings.json with yaml schema configuration 2023-08-09 21:30:15 -03:00
args feat: implement gentle force experiment draft (#1216) 2023-06-18 02:32:18 +01:00
bin Fix behavior of interrupt (SIGINT, SIGTERM) signals 2022-06-11 22:43:22 -03:00
cmd feat: experiments flag (#1242) 2023-06-30 01:29:28 +00:00
completion chore: improve powershell completion script (#1168) 2023-05-22 21:47:11 -03:00
docs chore: sync translations (#1308) 2023-08-18 00:06:37 +00:00
errors fix: remove duplicated quotes 2023-06-29 22:24:21 -03:00
internal fix: make sure USER_WORKING_DIR works corrently with includes (#1309) 2023-08-26 21:06:50 +00:00
taskfile fix: make sure USER_WORKING_DIR works corrently with includes (#1309) 2023-08-26 21:06:50 +00:00
testdata fix: make sure USER_WORKING_DIR works corrently with includes (#1309) 2023-08-26 21:06:50 +00:00
.editorconfig Improved fish shell completions 2022-10-15 00:24:11 +03:00
.gitattributes
.gitignore chore(vscode): add sample settings.json with yaml schema configuration 2023-08-09 21:30:15 -03:00
.golangci.yml feat: enforce gofumpt linter 2023-04-05 21:55:42 -03:00
.goreleaser.yml chore: fix goreleaser deprecations 2023-08-09 22:50:07 -03:00
.mockery.yaml feat: use mockery/testify for mocking instead of mockgen/gomock (#1118) 2023-04-15 17:27:14 -03:00
.nvmrc Website: Upgrade Docusaurus (#956) 2022-12-17 11:43:43 -03:00
.prettierignore Configure Prettier for Markdown formatting (#1112) 2023-04-15 16:13:29 -03:00
.prettierrc.yml Configure Prettier for Markdown formatting (#1112) 2023-04-15 16:13:29 -03:00
CHANGELOG.md fix: make sure USER_WORKING_DIR works corrently with includes (#1309) 2023-08-26 21:06:50 +00:00
concurrency.go
go.mod feat: bump minimum go version to 1.20 (#1302) 2023-08-11 22:46:37 +01:00
go.sum chore(deps): bump golang.org/x/term from 0.10.0 to 0.11.0 (#1298) 2023-08-05 11:33:18 -03:00
hash.go
help.go fix: tabwriter in usage output (#1151) 2023-05-06 19:04:20 -03:00
init.go feat: custom error codes (#1114) 2023-04-15 17:22:25 -03:00
install-task.sh revert changes, add fix for arm downloads 2022-10-17 09:25:26 +02:00
LICENSE
package-lock.json release: v3.28.0 2023-07-24 22:12:09 -03:00
package.json release: v3.28.0 2023-07-24 22:12:09 -03:00
precondition.go refactor: remove newlines from formatter print functions (#1137) 2023-04-26 21:20:06 -03:00
README.md Configure Prettier for Markdown formatting (#1112) 2023-04-15 16:13:29 -03:00
requires.go feat: add ability to specify which vars are required (#1204) 2023-06-29 22:13:41 -03:00
setup.go fix: make sure USER_WORKING_DIR works corrently with includes (#1309) 2023-08-26 21:06:50 +00:00
signals_test.go fix: signal and watch tests 2023-08-09 21:12:50 -03:00
signals.go refactor: remove newlines from formatter print functions (#1137) 2023-04-26 21:20:06 -03:00
status.go refactor: decouple fingerprinting from executor (#1039) 2023-03-10 15:27:30 -03:00
task_test.go fix: make sure USER_WORKING_DIR works corrently with includes (#1309) 2023-08-26 21:06:50 +00:00
task.go fix: make sure USER_WORKING_DIR works corrently with includes (#1309) 2023-08-26 21:06:50 +00:00
Taskfile.yml chore: fix goreleaser deprecations 2023-08-09 22:50:07 -03:00
variables.go chore: make sources paths relative 2023-07-24 22:05:40 -03:00
watch_test.go fix: signal and watch tests 2023-08-09 21:12:50 -03:00
watch.go fix: add missing \n to watcher log 2023-08-09 21:09:11 -03:00

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

Gold Sponsors