Skip to content

mkrapp/go-watch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

go-watch

A simple console-based time tracker with JSON support.

Run with

go run go-watch.go

or build and run with

go build go-watch.go
./go-watch

A JSON file (test.json) is used to store the start of the project, the total elapsed time, and the elasped time from the last session.

Screenshot

screenshot of go-watch

About

A simple console-based time tracker with JSON support.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages