.github
|
Add .github/dependabot.yml
|
2021-04-17 10:42:18 -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
|
Make completion compatible with MacOS
|
2020-09-03 18:52:36 -04:00 |
docs
|
Update docs for new arduino/setup-task action repository
|
2021-05-20 02:40:09 -07:00 |
internal
|
Enforce NO_COLOR=1 on tests to make sure it passes
|
2021-05-30 22:48:48 -03:00 |
taskfile
|
Improve YAML parse error reporting
|
2021-04-17 17:12:39 -03:00 |
testdata
|
Adding a --concurrency (-C) flag
|
2021-03-07 09:49:57 -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
|
Updated the version output to use Go module build information if avalable. Enabled GoReleaser module proxying for verifiable builds.
|
2021-04-23 17:35:15 -03:00 |
CHANGELOG.md
|
Enforce NO_COLOR=1 on tests to make sure it passes
|
2021-05-30 22:48:48 -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
|
Bump github.com/fatih/color from 1.11.0 to 1.12.0
|
2021-05-29 11:04:31 +00:00 |
go.sum
|
Bump github.com/fatih/color from 1.11.0 to 1.12.0
|
2021-05-29 11:04:31 +00: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
|
Fix .task directory location
|
2021-01-07 11:36:09 -03:00 |
task_test.go
|
Enforce NO_COLOR=1 on tests to make sure it passes
|
2021-05-30 22:48:48 -03:00 |
task.go
|
Include task name in log output
|
2021-04-04 16:16:22 -03:00 |
Taskfile.yml
|
Taskfile: Set CGO_ENABLED=0 globally
|
2021-03-07 09:30:33 -03:00 |
variables.go
|
Improve performance of --list and --summary flags
|
2021-01-12 12:03:04 -03:00 |
watch.go
|
use status.Glob for watch globbing
|
2021-05-08 15:02:08 -05:00 |