Go to file
Matt Cengia 6ded464d3f
Handle case where timelog is empty
2023-01-29 11:45:12 +07:00
src/nag Handle case where timelog is empty 2023-01-29 11:45:12 +07:00
.gitignore Set up packaging with poetry 2023-01-29 11:06:14 +07:00
README.md Set up packaging with poetry 2023-01-29 11:06:14 +07:00
poetry.lock Set up packaging with poetry 2023-01-29 11:06:14 +07:00
pyproject.toml Add some metadata to pyproject 2023-01-29 11:06:15 +07:00

README.md

Nag

Nag is a tool that can prompt you regularly (e.g. via cron or systemd user timers) for what you're working on. It can then convert that time log into a list of line items suitable for timesheeting.

Relevant scripts so far are nag_classic.py, and nag2al_classic.py.