Skip to content

Commit ab010d9

Browse files
committed
adding image for usage and ran all images through imageOptim
1 parent 3a7ce30 commit ab010d9

File tree

5 files changed

+20
-2
lines changed

5 files changed

+20
-2
lines changed

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# Sort
22

3-
Extension for nova.app that allows you to perform simple sorting on highlighted text.
3+
Extension for nova.app that allows you to perform simple sorting on highlighted text.
4+
5+
# Usage
6+
7+
Currently you can sort in 4 different ways:
8+
9+
- Sort multiple lines based on a regular 0-9a-z sort.
10+
- Sort one or more lines internally. For example a line saying `cba` will say `abc`.
11+
- Sort multiple lines based by length (the number of characters including whitespace).
12+
- Sort multiple lines based on length but reversed.

Sort.novaextension/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
# Sort
22

3-
Extension for nova.app that allows you to perform simple sorting on highlighted text.
3+
Extension for nova.app that allows you to perform simple sorting on highlighted text.
4+
5+
# Usage
6+
7+
Currently you can sort in 4 different ways:
8+
9+
- Sort multiple lines based on a regular 0-9a-z sort.
10+
- Sort one or more lines internally. For example a line saying `cba` will say `abc`.
11+
- Sort multiple lines based by length (the number of characters including whitespace).
12+
- Sort multiple lines based on length but reversed.

Sort.novaextension/extension.png

-1.07 KB
Loading

Sort.novaextension/[email protected]

-1.54 KB
Loading

usage.png

118 KB
Loading

0 commit comments

Comments
 (0)