Releases: rafaelsq/wtc
Releases · rafaelsq/wtc
v1.0.5
v1.0.4
Output color format
You can now configure the output format.
example;
format:
ok: "{{.Time}} \u001b[38;5;2m[{{.Name}}]\u001b[0m - {{.Command}}\n"
fail: "{{.Time}} \u001b[38;5;1m[{{.Name}}]\u001b[0m - {{.Error}}\n"
WTC as a package
v1.0.2 wtc as a package
v1.0.1
- Before running a new command, now we wait for the previous to stop.
- Using Process Group so we can stop all sub-processes.
- Trig field is now a list and runs async.
- Now we handle Interrupt Signal.
- You can use
.yml
extension for your wtc file. - Better error handle