mirror of
https://github.com/taigrr/wtf
synced 2025-01-18 04:03:14 -08:00
More documentation for Clocks, GCal, and Jira.
This commit is contained in:
@@ -100,7 +100,7 @@
|
||||
|
||||
|
||||
<br/>
|
||||
<i class="fas fa-clock"></i> 1 min read
|
||||
<i class="fas fa-clock"></i> 2 min read
|
||||
</span>
|
||||
</div>
|
||||
|
||||
@@ -108,6 +108,8 @@
|
||||
|
||||
<h2 id="description">Description</h2>
|
||||
|
||||
<p>An interactive todo list.</p>
|
||||
|
||||
<p><img src="/imgs/modules/todo.png" width="320" height="388" alt="todo screenshot" /></p>
|
||||
|
||||
<h2 id="source-code">Source Code</h2>
|
||||
@@ -118,7 +120,47 @@
|
||||
|
||||
<h2 id="keyboard-commands">Keyboard Commands</h2>
|
||||
|
||||
<p>A basic, interactive todo list.</p>
|
||||
<p><span class="caption">Key:</span> <code>[return]</code> <br />
|
||||
<span class="caption">Action:</span> Edit the selected item. <br />
|
||||
<span class="caption">Action:</span> Close the modal item dialog and save changes. <br /></p>
|
||||
|
||||
<p><span class="caption">Key:</span> <code>[esc]</code> <br />
|
||||
<span class="caption">Action:</span> Remove focus from the selected item. <br />
|
||||
<span class="caption">Action:</span> Close the modal item dialog without saving changes.</p>
|
||||
|
||||
<p><span class="caption">Key:</span> <code>[space]</code> <br />
|
||||
<span class="caption">Action:</span> Check/uncheck the selected item.</p>
|
||||
|
||||
<p><span class="caption">Key:</span> <code>/</code> <br />
|
||||
<span class="caption">Action:</span> Open/close the widget’s help window.</p>
|
||||
|
||||
<p><span class="caption">Key:</span> <code>j</code> <br />
|
||||
<span class="caption">Action:</span> Select the next item in the list.</p>
|
||||
|
||||
<p><span class="caption">Key:</span> <code>k</code> <br />
|
||||
<span class="caption">Action:</span> Select the previous item in the list.</p>
|
||||
|
||||
<p><span class="caption">Key:</span> <code>n</code> <br />
|
||||
<span class="caption">Action:</span> Create a new list item.</p>
|
||||
|
||||
<p><span class="caption">Key:</span> <code>o</code> <br />
|
||||
<span class="caption">Action:</span> Opens the todo list file in
|
||||
whichever text editor is associated with that file type.</p>
|
||||
|
||||
<p><span class="caption">Key:</span> <code>↓</code> <br />
|
||||
<span class="caption">Action:</span> Select the next item in the list.</p>
|
||||
|
||||
<p><span class="caption">Key:</span> <code>↑</code> <br />
|
||||
<span class="caption">Action:</span> Select the previous item in the list.</p>
|
||||
|
||||
<p><span class="caption">Key:</span> <code>Ctrl-d</code> <br />
|
||||
<span class="caption">Action:</span> Delete the selected item.</p>
|
||||
|
||||
<p><span class="caption">Key:</span> <code>Ctrl-J</code> <br />
|
||||
<span class="caption">Action:</span> Move the selected item down the list.</p>
|
||||
|
||||
<p><span class="caption">Key:</span> <code>Ctrl-K</code> <br />
|
||||
<span class="caption">Action:</span> Move the selected item up the list.</p>
|
||||
|
||||
<h2 id="configuration">Configuration</h2>
|
||||
<div class="highlight"><pre class="chroma"><code class="language-yaml" data-lang="yaml">todo<span class="p">:</span><span class="w">
|
||||
|
||||
Reference in New Issue
Block a user