1
0
mirror of https://github.com/go-task/task.git synced 2025-06-27 00:51:05 +02:00
Commit Graph

15 Commits

Author SHA1 Message Date
aae38f8ce7 Don't let grep treat the search pattern as an option 2021-08-07 02:28:52 -07:00
db6fae2f5b Make completion compatible with MacOS 2020-09-03 18:52:36 -04:00
5735a02473 added fish completions 2020-08-22 11:59:17 +00:00
10986d3a7c Accept : multiple times 2020-06-13 17:01:14 +02:00
069257151e Remove trailing colon from task listing 2020-02-19 07:22:37 -05:00
68ecb7fbdd Add PowerShell completion script 2020-01-20 11:26:15 +00:00
fbd13614a5 Fix typo and re-organize the folder structure for task completion 2019-11-05 10:30:01 +11:00
393712ead2 Add initial version of bash autocomplete 2019-09-15 09:06:00 +10:00
e4204168a0 Remove unnecessary extra empty line 2019-03-04 22:56:23 -03:00
15c0381c3c Fix the indentation 2019-03-04 07:03:06 +01:00
c2f4a57e02 Remove \s for MacOS compatibility, use awk instead 2019-03-03 23:32:35 +01:00
e79026b840 Fix the zsh completion with sub-tasks 2019-03-02 01:40:31 +01:00
3f7e8c88eb Changed --dry-run flag to --dry 2018-07-29 22:03:22 +01:00
1c7ca94d49 Implemented dry run mode
Added a --dry-run flag that compiles and steps through each task, but does not execute them. The commands that would have been run are printed. See #125.
2018-07-29 00:39:25 +01:00
e540e752f2 Add zsh completion 2018-04-27 17:50:56 +09:00