Skip to content

Shkiv/gotracked

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gotracked

Simple and fast working time tracker.

By default server listens localhost:8090

Methods:

  • /start - start tracking
  • /stop - stop tracking
  • /intervals - get tracked intervals
  • /active-interval - get start time of the active interval

Building and running

Linux

  1. Install Go
  2. Install GCC
  3. Use go run . and go build . to run or build

Windows

(one of the possible ways)

  1. Install Go from go.dev
  2. Install MSYS2
  3. Run MinGW and install GCC there: pacman -S mingw-w64-x86_64-gcc
  4. Add C:\msys64\mingw64\bin and C:\msys64\usr\bin to Path environment variable
  5. Use go run . and go build . from PowerShell or MinGW

About

Simple and fast working time tracker.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages