Skip to content

pankona/kokizami

Repository files navigation

kokizami

Description

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.

Usage

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 <yosuke.akatsuka@gmail.com>

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

Notes

  • This application will create a database file on $HOME/.config/kokizami/db

Install

To install, use go get:

$ go get -u github.com/pankona/kokizami/cmd/kkzm

Contribution

  1. Fork (https://github.com/pankona/kokizami/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test ./... command and confirm that it passes
  6. Run gofmt -s
  7. Create a new Pull Request

License

MIT

Author

Yosuke Akatsuka (a.k.a pankona)

About

task timer and tracker. do it by "kokizami"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published