Skip to content

Releases: rafaelsq/wtc

v1.0.5

06 May 14:39
f3d8634
Compare
Choose a tag to compare
replace from environment

v1.0.4

04 Feb 15:58
Compare
Choose a tag to compare
  • CLI arg --config added to load wtc config file from any path
  • now is possible to load environment vars from file

Output color format

20 Dec 13:02
Compare
Choose a tag to compare

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

24 Oct 18:15
Compare
Choose a tag to compare
v1.0.2

wtc as a package

v1.0.1

22 Oct 12:07
Compare
Choose a tag to compare
  • 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

V1.0

16 Oct 11:47
Compare
Choose a tag to compare
v1.0

Change wtc arguments