sum
The sum command shows the current month’s working hours: one row per recorded day, plus totals and an average.
kasl sum [OPTIONS]--send: Submit the monthly summary to the configured reporting API, in addition to displaying it.
Examples
Section titled “Examples”# Display this month's summarykasl sum
# Generate and submit the monthly reportkasl sum --sendSample Output
Section titled “Sample Output”$ kasl sumWorking hours for August, 2026
+------------+-------+--------------+| DATE | HOURS | PRODUCTIVITY |+------------+-------+--------------+| 2026-08-07 | 08:04 | 94.7% || 2026-08-08 | 07:37 | 96.1% || | | || TOTAL | 15:41 | || AVERAGE | 07:50 | |+------------+-------+--------------+
Monthly work productivity: 95.4%