Skip to content

Commit b79214e

Browse files
committed
Update README.md
1 parent 4fac93e commit b79214e

File tree

1 file changed

+21
-17
lines changed

1 file changed

+21
-17
lines changed

README.md

Lines changed: 21 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<a href="https://github.com/xilopaint/alfred-things/releases">
77
<img src="https://img.shields.io/github/downloads/xilopaint/alfred-things/total.svg"></a>
88
<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>
1010
</p>
1111

1212
<p align="center">
@@ -19,22 +19,26 @@ Interact with [Things][1] using [Alfred][2].
1919

2020
## Usage
2121

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.
3842

3943
## Contribute
4044

0 commit comments

Comments
 (0)