1
0
mirror of https://github.com/go-task/task.git synced 2025-03-17 21:08:01 +02:00
Phil Pennock a06e46885d completion: zsh: overhaul and sync to current flags
* List all current option flags
* Provide descriptions for every flag
* Pass the `task -l` descriptions as descriptions for the task completions
  + The prior logic had 4 invocations of sed and 1 of awk, and only kept the
    task name
  + Do all filtering in zsh without forking (except for `task` itself)
* When `--taskfile` is used, complete tasks from _that_ file
  + And otherwise, enable completions if only the `.dist` variant files are
    present
* Ensure mutually exclusive options preclude each other
  + the `+ '(groupname)'` clause defines this
* Fix `--dir` to take directories, not files
2022-02-25 01:07:43 -05:00
2022-02-19 19:31:27 -03:00
2017-02-26 20:14:36 -03:00
2021-04-20 14:54:24 +02:00
2022-02-19 19:40:29 -03:00
2022-02-19 20:51:22 +00:00
2022-02-19 20:51:22 +00:00
2021-07-31 19:36:40 -03:00
Fix typo 🤦
2022-01-04 17:19:38 -03:00
2021-01-12 10:43:45 -03:00
2017-02-28 09:15:25 -03:00
2020-12-27 19:07:38 -03:00
2022-02-19 19:31:27 -03:00
2022-01-02 15:55:43 -05:00
2021-05-08 15:02:08 -05:00

Task

Task is a task runner / build tool that aims to be simpler and easier to use than, for example, GNU Make.

See taskfile.dev for the documentation.

Description
A task runner / simpler Make alternative written in Go
https://taskfile.dev/ Readme MIT 35 MiB
Languages
Go 90.4%
Shell 5.5%
TypeScript 1.6%
CSS 1%
JavaScript 1%
Other 0.5%