taevus

Crates.iotaevus
lib.rstaevus
version1.0.0
sourcesrc
created_at2021-11-20 03:47:53.386611
updated_at2021-11-20 03:47:53.386611
descriptionEasy time tracking
homepage
repositoryhttps://git.sr.ht/~jakewilson/taevus
max_upload_size
id484759
size16,381
Jake Wilson (jakewilson)

documentation

README

taevus

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'.

Commit count: 0

cargo fmt