LinuxCommandLibrary

moro

moro

TLDR

Invoke moro without parameters, to set the current time as the start of the working day

$ moro
copy


Specify a custom time for the start of the working day
$ moro hi [09:30]
copy


Invoke moro without parameters a second time, to set the current time at the end of the working day
$ moro
copy


Specify a custom time for the end of the working day
$ moro bye [17:30]
copy


Add a note on the current working day
$ moro note [3 hours on project Foo]
copy


Show a report of time logs and notes for the current working day
$ moro report
copy


Show a report of time logs and notes for all working days on record
$ moro report --all
copy

Copied to clipboard