No description
Find a file
arnau 21bd0aad63
Merge pull request #1 from marwahaha/patch-1
typo: abreviation -> abbreviation
2019-08-04 08:33:29 +02:00
errors.go working: new, start, stop, list 2017-12-11 21:10:56 +01:00
LICENSE Initial commit 2017-12-11 21:03:48 +01:00
main.go implemented list with and without details, delete (rm), showHoursByDays 2017-12-12 20:15:14 +01:00
README.md typo: abreviation -> abbreviation 2019-08-03 20:48:50 -07:00
work.go implemented list with and without details, delete (rm), showHoursByDays 2017-12-12 20:15:14 +01:00
wtt implemented list with and without details, delete (rm), showHoursByDays 2017-12-12 20:15:14 +01:00
wtt_demo.gif implemented list with and without details, delete (rm), showHoursByDays 2017-12-12 20:15:14 +01:00

wtt

Work Time Tracker - console time tracking app

Add wtt to the path:

export PATH="$PATH:/home/user/path/wtt"

Use

  • Create new project
wtt new ProjectName
- Abbreviation:
wtt n ProjectName
  • List projects
wtt list
- Abbreviation:
wtt ls
- Also can list with more details using:
wtt ls -a
  • Start working on a project
wtt start ProjectName
- Abbreviation:
wtt s ProjectName
  • Stop working on the current project
wtt stop
  • Delete project
wtt rm ProjectName
  • Show current working
wtt current
- Abbreviation:
wtt c
  • Help:
wtt help
- Abbreviation:
wtt h

wtt