mirror of
https://github.com/arnaucube/wtt.git
synced 2026-02-28 05:56:40 +01:00
d04a945123aca5d184df974d51664d4d7ae32557
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
- Abreviation:
wtt n ProjectName
- List projects
wtt list
- Abreviation:
wtt ls
- Also can list with more details using:
wtt ls -a
- Start working on a project
wtt start ProjectName
- Abreviation:
wtt s ProjectName
- Stop working on the current project
wtt stop
- Delete project
wtt rm ProjectName
- Show current working
wtt current
- Abreviation:
wtt c
- Help:
wtt help
- Abreviation:
wtt h
Languages
Go
100%
