https://github.com/pips-/stt
Simple Time Tracker
https://github.com/pips-/stt
cli linux openbsd time-tracker
Last synced: about 1 year ago
JSON representation
Simple Time Tracker
- Host: GitHub
- URL: https://github.com/pips-/stt
- Owner: pips-
- License: mit
- Created: 2019-10-02T17:18:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-19T17:35:14.000Z (almost 4 years ago)
- Last Synced: 2025-01-13T23:14:18.451Z (about 1 year ago)
- Topics: cli, linux, openbsd, time-tracker
- Language: C
- Homepage:
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
stt
====
Simple Time Tracker
Build & Install
---------------
$ make clean stt
# make install
Usage
-----
$ stt -a task # start task
$ stt -s # stop task
$ stt [-l [Y-m-d]] # print report
task: task
started at: Wed Oct 2 19:04:04 2019
ended at: Wed Oct 2 19:05:04 2019
duration(hours): 0.02
task: readme@stt
started at: Wed Oct 2 19:05:04 2019
ended at: Wed Oct 2 19:09:28 2019
duration(hours): 0.07
task: publish@stt
started at: Wed Oct 2 19:09:28 2019
still running
duration(hours): 0.11
total: 0.20
Files
-----
If current working directory contains a `.ttimes` file it will be used
otherwise it will create or use `~/.ttimes`.
File format looks like:
;;
Zero value end timestamp means task is still running.