The gowatch tool is a simple command-line stopwatch. It supports multiple stopwatches
separated by name.
- Install from the github repository:
go get -u github.com/dusktreader/gowatch$ gowatch startSome time later...
$ gowatch stop
1m59.74sSimply run gowatch --help:
$ gowatch --help
A command line stopwatch written in Go
Usage:
gowatch [flags]
gowatch [command]
Available Commands:
clear Clear timers
completion Generate the autocompletion script for the specified shell
help Help about any command
list List all timers
reset Reset a timer
show Show a timer
start Start a timer
stop Stop a timer
toggle Toggle a timer
Flags:
-h, --help help for gowatch
-v, --verbose Show verbose logging output
Use "gowatch [command] --help" for more information about a command.
Distributed under the MIT License. See LICENSE for more information.