A gh extension that runs a timer or stopwatch
gh extension install anmalkov/gh-timer
gh timer [units] [number] [mode] [clock]
-s, --sec
- seconds
-m, --min
- minutes
-w, --stopwatch
- use a stopwatch mode, otherwise use a timer mode
-b, --big
- show a big clock, otherwise show a small clock
gh timer -s 10
run a timer for 10 seconds
gh timer -m 5
run a timer for 5 minutes
gh timer -m 5 -b
run a timer for 5 minutes and show big clock
gh timer -m 60 -w
run a stopwatch for 1 hour
gh timer
run a timer for 10 hours
gh timer -w
run a stopwatch for 10 hours
gh timer -h
show help
Andrew Malkov [email protected]