work
work is a stupid simple time tracker.
Usage
Install
pip:
work is also available as a pypi package.
pip install gwork
or executed directly via uvx,
uvx --from gwork work
The recommended way to use this package is with an alias using uvx,
echo "alias work='uvx --from=gwork work'" > ~/.bashrc
source ~/.bashrc
go:
You may also build from source,
go install github.com/jmelahman/work@latest