Go to file
Georg Krause fe72ca3b73 Add installation instructions to the README.md 2020-01-24 15:23:32 +01:00
.gitignore Add build/ to .gitignore 2020-01-16 21:16:13 +01:00
LICENSE initial commit 2020-01-15 13:02:10 +01:00
README.md Add installation instructions to the README.md 2020-01-24 15:23:32 +01:00
main.go Merge pull request 'Create data directory and file if they do not exist, fixes #1' (#5) from gcrkrause/issue-1 into master 2020-01-24 12:21:25 +00:00

README.md

Gott

Meet Gott! This is a simple time tracking tool in Go. Its currently work in progress, so DO NOT USE THIS IN PRODUCTION!

The aim is to create a tool which allows timetracking from command line, syncs between devices, probably with a nice web interface later on (fuck you Mite! ;)

Setup

You need to have go installed on your system.

go get git.soundship.de/gcrkrause/gott
cd $(go env GOPATH)/src/git.soundship.de/gcrkrause/gott
go build 
go install

No the binary lives in $GOPATH/bin. Make sure, this is in your $PATH.