utt
utt copied to clipboard
Ultimate Time Tracker - A simple command-line time tracker written in Python
If some utt functionality is used incorrectly, it provides quite a nice output like: "unrecognized argument" or something like this, however that's not the case with date usage in `utt...
Bumps [idna](https://github.com/kjd/idna) from 3.6 to 3.7. Release notes Sourced from idna's releases. v3.7 What's Changed Fix issue where specially crafted inputs to encode() could take exceptionally long amount of time...
Bumps [black](https://github.com/psf/black) from 23.12.1 to 24.3.0. Release notes Sourced from black's releases. 24.3.0 Highlights This release is a milestone: it fixes Black's first CVE security vulnerability. If you run Black...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.1.0 to 2.2.2. Release notes Sourced from urllib3's releases. 2.2.2 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...
Hi, I think it would be beneficial to split the `utt.log` in chunks i.e. on a yearly basis like this: `utt-2024.log`, `utt-2025.log`, .... I see several benefits for this: -...
Thanks for a great utility, whenever using this on Ubuntu (24.04.02) I keep getting this for every command used: ```/etc/timezone is deprecated on Debian, and no longer reliable. Ignoring.``` Everything...
Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.5.0 to 2.6.0. Release notes Sourced from urllib3's releases. 2.6.0 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...
# Improve error messages for invalid dates Closes #94 ## Summary When utt encounters invalid date input—either from command-line arguments or from entries in the log file—it now displays a...
Hi @larose 👋 Thank you again for building such an awesome project! I've been using `utt` for a while and built a plugin I'd love to share with the community:...