Stupid simple stopwatch command
Find a file
2025-03-13 07:56:55 +01:00
.gitignore Initial commit 2025-03-13 07:54:44 +01:00
go.mod Initial commit 2025-03-13 07:54:44 +01:00
main.go Initial commit 2025-03-13 07:54:44 +01:00
README.md Add README.md 2025-03-13 07:56:55 +01:00

Stopwatch

Extremely simple stopwatch CLI command.

You start the program, start the timer, which in turn starts counting up. That's it.

It is very self explanatory.