.github
|
Upgrade to Go 1.17. Set 1.16 as the minimal version
|
2021-09-04 21:04:40 -03:00 |
args
|
Add support for delegating CLI arguments with "--" and a special CLI_ARGS variable
|
2021-03-20 11:58:45 -03:00 |
cmd/task
|
Enforce NO_COLOR=1 on tests to make sure it passes
|
2021-05-30 22:48:48 -03:00 |
completion
|
keep the sed, we do want to skip the first line
|
2021-09-01 08:54:48 -07:00 |
docs
|
Documentation typo
|
2021-09-04 21:30:28 -03:00 |
internal
|
Cleaning up the run code
|
2021-07-31 19:36:40 -03:00 |
taskfile
|
Only run task once for #53
|
2021-07-31 19:36:40 -03:00 |
testdata
|
Updating version checking
|
2021-07-31 19:36:40 -03:00 |
.editorconfig
|
.editorconfig: Remove "indent_size"
|
2019-12-07 19:49:55 -03:00 |
.gitattributes
|
Initial commit
|
2017-02-26 20:14:36 -03:00 |
.gitignore
|
gitignore more editors
|
2021-04-20 14:54:24 +02:00 |
.goreleaser.yml
|
v3.7.2
|
2021-09-04 22:03:22 -03:00 |
CHANGELOG.md
|
v3.7.2
|
2021-09-04 22:03:22 -03:00 |
concurrency.go
|
Adding a --concurrency (-C) flag
|
2021-03-07 09:49:57 -03:00 |
errors.go
|
Fix suggestion to use task --init not being shown anymore
|
2018-08-19 16:23:32 -03:00 |
go.mod
|
Upgrade to Go 1.17. Set 1.16 as the minimal version
|
2021-09-04 21:04:40 -03:00 |
go.sum
|
Bump mvdan.cc/sh/v3 from 3.3.0 to 3.3.1
|
2021-08-07 11:03:11 +00:00 |
hash.go
|
Only run task once for #53
|
2021-07-31 19:36:40 -03:00 |
help.go
|
Improve performance of --list and --summary flags
|
2021-01-12 12:03:04 -03:00 |
init.go
|
bump version of auto generated taskfile
|
2019-08-19 21:01:36 +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
|
New logo and color
|
2020-12-27 19:07:38 -03:00 |
status.go
|
Small improvement and CHANGELOG for #477
|
2021-07-10 21:58:03 -03:00 |
task_test.go
|
Only run task once for #53
|
2021-07-31 19:36:40 -03:00 |
task.go
|
Small adjustments and CHANGELOG for #359
|
2021-07-31 20:29:59 -03:00 |
Taskfile.yml
|
Taskfile: Set CGO_ENABLED=0 globally
|
2021-03-07 09:30:33 -03:00 |
variables.go
|
Only run task once for #53
|
2021-07-31 19:36:40 -03:00 |
watch.go
|
use status.Glob for watch globbing
|
2021-05-08 15:02:08 -05:00 |