mirror of
https://github.com/arnaucube/wtt.git
synced 2026-02-27 21:46:40 +01:00
21bd0aad6343d53e6a43b03d08a6fff3c63cf7c4
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
Languages
Go
100%
