6
6
<a href =" https://github.com/xilopaint/alfred-things/releases " >
7
7
<img src =" https://img.shields.io/github/downloads/xilopaint/alfred-things/total.svg " ></a >
8
8
<a href =" https://github.com/xilopaint/alfred-things/blob/main/LICENSE.md " >
9
- <img src =" https://img.shields.io/github/license/xilopaint/alfred-things " ></a >
9
+ <img src =" https://img.shields.io/github/license/xilopaint/alfred-things " ></a >
10
10
</p >
11
11
12
12
<p align =" center " >
@@ -19,22 +19,26 @@ Interact with [Things][1] using [Alfred][2].
19
19
20
20
## Usage
21
21
22
- * Use the keyword ` todo ` to show Things lists and press ` ↩ ` to explore the
23
- contained to-dos of the selected list. The following modifier keys can be
24
- used to trigger actions in lists:
25
- * ` ⌘ + ↩ ` to show the selected list in Things UI;
26
- * ` ⌥ + ↩ ` to invoke the Quick Entry window;
27
- * ` ⌃ + ↩ ` to show tags in the target list;
28
- * ` fn + ↩ ` to empty the Trash.
29
-
30
- * Select a to-do and press ` ↩ ` for displaying it in Things UI. The following
31
- modifier keys can be used to trigger actions in to-dos:
32
- * ` ⌘ + ↩ ` to mark a to-do as completed;
33
- * ` ⌥ + ↩ ` to mark a to-do as canceled;
34
- * ` ⌃ + ↩ ` to delete a to-do;
35
- * ` fn + ↩ ` to empty the Trash.
36
-
37
- * Select a project and press ` ⇧ + ↩ ` to explore the contained to-dos.
22
+ Show your Things lists via the ` todo ` keyword.
23
+
24
+ ![ demo-1] ( src/images/about/demo-1.png )
25
+
26
+ <kbd >↩</kbd >: Show list items.
27
+ <kbd >⌘</kbd ><kbd >↩</kbd >: Open in Things.
28
+ <kbd >⌥</kbd ><kbd >↩</kbd >: Open Quick Entry window.
29
+ <kbd >⌃</kbd ><kbd >↩</kbd >: Show tags in list.
30
+ <kbd >fn</kbd ><kbd >↩</kbd >: Empty Trash.
31
+
32
+ When displaying the contents of a list, new actions become available.
33
+
34
+ ![ demo-2] ( src/images/about/demo-2.png )
35
+
36
+ <kbd >↩</kbd >: Open in Things.
37
+ <kbd >⌘</kbd ><kbd >↩</kbd >: Mark completed.
38
+ <kbd >⌥</kbd ><kbd >↩</kbd >: Mark canceled.
39
+ <kbd >⌃</kbd ><kbd >↩</kbd >: Delete.
40
+ <kbd >fn</kbd ><kbd >↩</kbd >: Empty Trash.
41
+ <kbd >⇧</kbd ><kbd >↩</kbd >: Show to-dos in project.
38
42
39
43
## Contribute
40
44
0 commit comments