We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d35f86 commit 3a7ce30Copy full SHA for 3a7ce30
Sort.novaextension/extension.json
@@ -1,15 +1,15 @@
1
{
2
- "identifier": "org.Sort",
+ "identifier": "chrisdl.Sort",
3
"name": "Sort",
4
"organization": "Chris DiLorenzo",
5
- "description": "Sort lines",
+ "description": "Sort lines by content or length in the editor.",
6
"version": "1.0",
7
"categories": ["commands"],
8
-
+ "repository": "https://github.com/chrisdl/nova-sort",
9
+ "bugs": "https://github.com/chrisdl/nova-sort/issues",
10
"main": "main.js",
11
- "activationEvents": [ ],
12
+ "activationEvents": ["*"],
13
"entitlements": { },
14
15
"commands": {
0 commit comments