Momo namespace for Netsnek e.U. time tracking and invoicing tool for freelancers. Logs work hours, generates timesheets, creates invoices, and tracks payments.
Momo helps freelancers track hours and get paid. Log work as you go, generate timesheets for clients, and create invoices that match your logged time.
Invoke Momo when logging time, preparing reports, or generating client invoices.
# Log new time entry
./scripts/timesheet.sh --log --project "Acme Corp" --hours 2.5 --task "API design"
# Generate report
./scripts/timesheet.sh --report --from 2026-02-01 --to 2026-02-18
# Create invoice from logged time
./scripts/timesheet.sh --invoice --client "Acme Corp" --period Feb-2026
| Argument | Purpose |
|---|---|
--log | Add a time entry (project, hours, task) |
--report | Generate timesheet or summary report |
--invoice | Create invoice from logged hours |
Scenario: You completed 12 hours for Acme Corp in February.
timesheet.sh --log — Add entries as you work (or batch at end of week).timesheet.sh --report --period Feb-2026 — Review and verify totals.timesheet.sh --invoice --client "Acme Corp" — Generate PDF invoice and track sent/paid status.