.github
|
Upgrade to Go v1.19
|
2022-08-03 20:58:06 -03:00 |
args
|
Add support for delegating CLI arguments with "--" and a special CLI_ARGS variable
|
2021-03-20 11:58:45 -03:00 |
bin
|
Fix behavior of interrupt (SIGINT, SIGTERM) signals
|
2022-06-11 22:43:22 -03:00 |
cmd
|
Add -n as short cut for --dry - solves #776
|
2022-06-13 12:47:03 +02:00 |
completion
|
* Convert indentation to 2 spaces
|
2022-08-13 21:55:35 +02:00 |
docs
|
Update releasing.md
|
2022-08-16 04:33:54 -06:00 |
internal
|
Merge pull request #831 from ilewin/check_path_for_symlinks_issue_826
|
2022-08-23 18:38:17 -03:00 |
taskfile
|
Refactor: Add SmartJoin to handle IsAbs automatically
|
2022-08-06 18:19:07 -03:00 |
testdata
|
Added test to check if symlinks are evaluated for task source files
|
2022-08-23 18:36:19 +02:00 |
.editorconfig
|
Add extension sh & bash to .editorconfig
|
2022-05-22 16:14:04 +02:00 |
.gitattributes
|
Initial commit
|
2017-02-26 20:14:36 -03:00 |
.gitignore
|
Fix behavior of interrupt (SIGINT, SIGTERM) signals
|
2022-06-11 22:43:22 -03:00 |
.goreleaser.yml
|
Modify goreleaser defaults for reproducible builds
|
2022-08-10 15:33:17 +02:00 |
CHANGELOG.md
|
Update CHANGELOG
|
2022-08-15 09:55:11 -03:00 |
concurrency.go
|
Adding a --concurrency (-C) flag
|
2021-03-07 09:49:57 -03:00 |
errors.go
|
Fix go-critic suggestions
|
2022-08-17 19:37:58 +02:00 |
go.mod
|
Upgrade to Go v1.19
|
2022-08-03 20:58:06 -03:00 |
go.sum
|
Upgrade to Go v1.19
|
2022-08-03 20:58:06 -03:00 |
hash.go
|
Only run task once for #53
|
2021-07-31 19:36:40 -03:00 |
help.go
|
Add golangci-lint
|
2022-05-15 21:30:07 -03:00 |
init.go
|
Fix go-critic suggestions
|
2022-08-17 19:37:58 +02:00 |
install-task.sh
|
Update install script
|
2021-01-12 10:43:45 -03:00 |
LICENSE
|
MIT LICENS file
|
2017-02-28 09:15:25 -03:00 |
precondition.go
|
Move args and taskfile packages to root directory
|
2020-08-19 10:59:58 +02:00 |
README.md
|
README: Fix logo path
|
2022-05-29 14:36:27 -03:00 |
setup.go
|
Refactor: Add SmartJoin to handle IsAbs automatically
|
2022-08-06 18:19:07 -03:00 |
signals_test.go
|
Hide signals tests behind a build tag
|
2022-06-15 10:06:38 -03:00 |
signals.go
|
Fix go-critic suggestions
|
2022-08-17 19:37:58 +02:00 |
status.go
|
Allow override the .task dir location with the TASK_TEMP_DIR env
|
2022-07-08 14:40:10 -03:00 |
task_test.go
|
Merge pull request #831 from ilewin/check_path_for_symlinks_issue_826
|
2022-08-23 18:38:17 -03:00 |
task.go
|
Fix go-critic suggestions
|
2022-08-17 19:37:58 +02:00 |
Taskfile.yml
|
Hide signals tests behind a build tag
|
2022-06-15 10:06:38 -03:00 |
variables.go
|
Refactor: Add SmartJoin to handle IsAbs automatically
|
2022-08-06 18:19:07 -03:00 |
watch.go
|
Adds --carry flag to enable carrying error codes from task cmds
|
2022-06-02 14:22:00 +02:00 |