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.
arnau 21bd0aad63
Merge pull request #1 from marwahaha/patch-1
4 years ago
LICENSE Initial commit 6 years ago
README.md typo: abreviation -> abbreviation 4 years ago
errors.go working: new, start, stop, list 6 years ago
main.go implemented list with and without details, delete (rm), showHoursByDays 6 years ago
work.go implemented list with and without details, delete (rm), showHoursByDays 6 years ago
wtt implemented list with and without details, delete (rm), showHoursByDays 6 years ago
wtt_demo.gif implemented list with and without details, delete (rm), showHoursByDays 6 years ago

README.md

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