LinuxCommandLibrary

moro

command-line work hours tracker

TLDR

Start work timer

$ moro
copy
Stop work timer
$ moro stop
copy
Set break time
$ moro break [30]
copy
Check status
$ moro status
copy
Set work duration
$ moro config --work-day-hours [8]
copy
Show report
$ moro report
copy
Clear data
$ moro clear
copy

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)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community