项目作者: karlerss

项目描述 :
A simple CLI time tracker with git commit watcher
高级语言: PHP
项目地址: git://github.com/karlerss/traccc.git
创建时间: 2021-01-02T17:48:14Z
项目社区:https://github.com/karlerss/traccc

开源协议:

下载


traccc - A CLI time tracker with git commit watcher

Getting started

  1. composer install
  2. touch db.sqlite
  3. php traccc up
  4. # optional: add alias to .bashrc
  5. alias t='/path/to/traccc'

Usage

  1. USAGE:
  2. traccc <OPTIONS> <COMMAND> ...
  3. A CLI time tracker with git commit watcher
  4. OPTIONS:
  5. -v, --version print version
  6. -h, --help Display this help screen and exit immediately.
  7. --no-colors Do not use any colors in output. Useful when piping output
  8. to other tools or files.
  9. --loglevel <level> Minimum level of messages to display. Default is info.
  10. Valid levels are: debug, info, notice, success, warning,
  11. error, critical, alert, emergency.
  12. COMMANDS:
  13. This tool accepts a command as first parameter as outlined below:
  14. start <OPTIONS>
  15. Start tracking
  16. -w, --watch Watch for git commits in working directory
  17. stop [<message>]
  18. Finish tracking
  19. <message> Message
  20. status
  21. Show status
  22. report
  23. Show entries
  24. up
  25. Create db tables