You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

786 B

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