Crates.io | taevus |
lib.rs | taevus |
version | 1.0.0 |
source | src |
created_at | 2021-11-20 03:47:53.386611 |
updated_at | 2021-11-20 03:47:53.386611 |
description | Easy time tracking |
homepage | |
repository | https://git.sr.ht/~jakewilson/taevus |
max_upload_size | |
id | 484759 |
size | 16,381 |
Easy time tracking.
Keep track of time spent on projects. To start a session:
$ taevus -p project
the same command ends the session.
This will create a directory in $HOME/taevus/<project>
with a log file
at $HOME/taevus/<project>/taevus_log.txt
. You can view all start & end times for each
session in this file. To calculate the total # of hours worked for a project, run
$ taevus -p project --hours
'taevus' is a portmanteau of 'tempus' and 'aevum', two words in Latin that mean 'time'.