Skip to content

Commit add567b

Browse files
authored
Update README.md
1 parent b0fb18b commit add567b

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ Lighting-fast means it's there before the sound the spacebar makes ends. `[when
1111
- **Pure Swift**: Only the code that is necessary: the minimum.
1212
- **Main-Thread Offloading**: All file loading and processing are done off the main thread, safeguarding against't system freezes.
1313
- **As safe as your file**: Sandboxed, hardened, notarized, doesn't require internet or any permission whatsoever, doesn't run the files, but applies formatting on strings that match a pattern.
14-
- **No File Associations**: Doesn't replace the default app for opening files, and text is selectable accross lines for copy/pasting.
15-
14+
- **No File Associations**: Doesn't replace the default app for opening files
1615

1716
### Download from release or from the repository
1817

@@ -27,9 +26,11 @@ Uninstall: as the extension stays within the app, remove the app to remove the e
2726

2827
I made the app because I was straining my eyes quicklooking python scripts, and I don't like to wait for Xcode to load.
2928

30-
## Plans:
29+
## Todo:
30+
`#1 fix text is selectable accross lines for copy/pasting`
3131
- custom colors, color schemes
3232
- import profiles
3333
- line numbering
3434
- Editing is very possible to implement however that might go beyond the scope
35-
- Search?
35+
- Search?
36+

0 commit comments

Comments
 (0)