Tick CLI

A cross-platform, lightweight stopwatch cli written in go
Note: Project is extremely premature. First go project so the code is pretty bad; will refactor sometime soon :))
Installation
Download Go if you haven't already ~
git clone https://github.com/bobsyc/tick-cli.git
cd tick-cli && go install
Start tick cli by running tick-cli
(you can navigate to the binary path by running go env GOPATH
and navigating to the bin directory in it) . Press 'p' to pause and ctrl-c to quit (you can expect features like a timer mode)
License
This project, tick-cli, is under an MIT license. See LICENSE for more information.