hledger-timeclock
hledger addon to track time
To learn more about time tracking with hledger, visit hledger
docs.
install
from source
clone
git clone https://git.sr.ht/~dhruvin/hledger-timeclock
cd hledger-timeclock
make
make
install
make install
Note: You may need root privileges to install hledger-timeclock.
uninstall
make uninstall
Note: You may need root privileges to uninstall hledger-timeclock.
from package repositories
alpine/edge
apk add hledger-timeclock
usage
clock in
Clock in time for given account, with optional description.
hledger-timeclock in account [description]
clock out
Clock out time for last clock in.
hledger-timeclock out
completions
You should be able to autocomplete, if you're using bash, zsh, or fish.
hledger-timeclock completion
license
GPL-3.0-or-later