moro
command-line work hours tracker
TLDR
Start work timer
$ moro
Stop work timer$ moro stop
Set break time$ moro break [30]
Check status$ moro status
Set work duration$ moro config --work-day-hours [8]
Show report$ moro report
Clear data$ moro clear
SYNOPSIS
moro [command] [options]
DESCRIPTION
moro is a command-line work hours tracker. It records work time in a simple way.
The tool tracks start and end times. Calculates total work hours and breaks.
PARAMETERS
COMMAND
Action to perform.stop
Stop the work timer.break MINUTES
Record break time.status
Show current status.report
Display work report.clear
Clear recorded data.--help
Display help information.
CAVEATS
Node.js based. Simple flat file storage. Local machine tracking only.
HISTORY
moro was created as a simple time tracker for developers who work from the terminal.
SEE ALSO
timew(1), watson(1), timewarrior(1)
