Timetrack your activities on command line
Timetrack is a tool to help developer to management your the time of your activities on command line.
Getting Started
Installing
To start using Timetrack, install Go and run go get
:
$ go get github.com/4you2dev/timetrack
This will retrieve the library and install the timetrack
command line utility into your $GOBIN
path.
Usage
NAME:
timetrack - Tracking your task
USAGE:
timetrack [global options] command [command options] [arguments...]
VERSION:
0.0.0
COMMANDS:
start start new track
stop stop current track
list Show the list of all Tasks
close Close a track
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--verbose show logging information of processing from stderr.
--quiet, -q ommit logging information from stderr.
--help, -h show help
--version, -v print the version