Skip to content

Commit 33a14f9

Browse files
authored
add usage image.
1 parent 8238af6 commit 33a14f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Sort.novaextension/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,13 @@
22

33
Extension for nova.app that allows you to perform simple sorting on highlighted text.
44

5+
![usage](https://raw.githubusercontent.com/chrisdl/nova-sort/master/usage.png)
6+
57
# Usage
68

79
Currently you can sort in 4 different ways:
810

911
- Sort multiple lines based on a regular 0-9a-z sort.
1012
- Sort one or more lines internally. For example a line saying `cba` will say `abc`.
1113
- Sort multiple lines based by length (the number of characters including whitespace).
12-
- Sort multiple lines based on length but reversed.
14+
- Sort multiple lines based on length but reversed.

0 commit comments

Comments
 (0)