This application is for tracking tasks (each task is called kizami in this application) and its elapsed time. Since this application is standalone, network access is not required.
Following commands are available.
NAME:
kkzm - awesome task timer and tracker
USAGE:
kkzm [global options] command [command options] [arguments...]
VERSION:
2.0.0
AUTHOR:
pankona <[email protected]>
COMMANDS:
start start new task
restart restart old task
edit edit task
list show list of tasks
stop stop task
delete delete task
summary show summary of specified month
help, h Shows a list of commands or help for one command
GLOBAL OPTIONS:
--help, -h show help
--version, -v print the version
- This application will create a database file on
$HOME/.config/kokizami/db
To install, use go get
:
$ go get -u github.com/pankona/kokizami/cmd/kkzm
- Fork (https://github.com/pankona/kokizami/fork)
- Create a feature branch
- Commit your changes
- Rebase your local changes against the master branch
- Run test suite with the
go test ./...
command and confirm that it passes - Run
gofmt -s
- Create a new Pull Request
MIT