work
work is a stupid simple time tracker.
Usage
Install
pip:
work is also available as a pypi package.
pip install gwork
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
or download prebuilt packages from Github Releases.