|
@@ -0,0 +1,23 @@
|
|
|
+# Moro
|
|
|
+
|
|
|
+> Track work time.
|
|
|
+
|
|
|
+- Run moro once right after starting the working day, and once more before leaving work:
|
|
|
+
|
|
|
+`moro`
|
|
|
+
|
|
|
+- To adjust the start of the working day:
|
|
|
+
|
|
|
+`moro hi {{09:30}}`
|
|
|
+
|
|
|
+- To adjust the end of the working day:
|
|
|
+
|
|
|
+`moro bye {{17:30}}`
|
|
|
+
|
|
|
+- To add a note on the working day:
|
|
|
+
|
|
|
+`moro note {{3 hours on project Foo}}`
|
|
|
+
|
|
|
+- To see the full report of all records and notes:
|
|
|
+
|
|
|
+`moro report --all`
|