浏览代码

moro: add page (#1441)

Omid Hezaveh 7 年之前
父节点
当前提交
6f55ac0dec
共有 1 个文件被更改,包括 23 次插入0 次删除
  1. 23 0
      pages/common/moro.md

+ 23 - 0
pages/common/moro.md

@@ -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`