소스 검색

timew: add page (#1343)

timew: add page
abactel 8 년 전
부모
커밋
1e15c9cad3
1개의 변경된 파일23개의 추가작업 그리고 0개의 파일을 삭제
  1. 23 0
      pages/common/timew.md

+ 23 - 0
pages/common/timew.md

@@ -0,0 +1,23 @@
+# timew
+
+> A time tracking tool used to measure durations.
+
+- Start a new stopwatch, giving a tag name to the activity being tracked:
+
+`timew start {{activity_tag}}`
+
+- View running stopwatches:
+
+`timew`
+
+- Stop a specific stopwatch with a tag name:
+
+`timew stop {{activity_tag}}`
+
+- Stop all running stopwatches:
+
+`timew stop`
+
+- View tracked items:
+
+`timew summary`