We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4969bae commit fea70f4Copy full SHA for fea70f4
1 file changed
README.md
@@ -118,10 +118,10 @@ ___
118
Find the longest common timeframe among the stored timeframes.
119
Ensure at least 2 timeframes have been added before performing this action.
120
121
-Command to find common timeframe: `run`, `find`, `sync`
+Command to find common timeframe: `find`
122
123
```shell
124
->> run
+>> find
125
```
126
127
If a common timeframe exists, its start/end times and duration are printed.
@@ -151,6 +151,10 @@ Visualize the timeframes and how they overlap.
151
152
Command to visualize: `vis`
153
154
+```shell
155
+>> vis
156
+```
157
+
158
Will produce an output as shown below:
159
160
0 commit comments