Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arnaucube/wtt
Work Time Tracker - console time tracking app
https://github.com/arnaucube/wtt
Last synced: about 9 hours ago
JSON representation
Work Time Tracker - console time tracking app
- Host: GitHub
- URL: https://github.com/arnaucube/wtt
- Owner: arnaucube
- License: gpl-3.0
- Created: 2017-12-11T20:03:47.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-08-04T06:33:30.000Z (over 5 years ago)
- Last Synced: 2024-04-16T22:33:56.975Z (7 months ago)
- Language: Go
- Size: 2.81 MB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# wtt
Work Time Tracker - console time tracking appAdd 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](https://raw.githubusercontent.com/arnaucode/wtt/master/wtt_demo.gif "wtt")