Skip to content

Commit 481a4bc

Browse files
committed
use cat not grep
1 parent a4be091 commit 481a4bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

extract-todos/info.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
"script": "extract-todos.qml",
55
"authors": ["@jaschop-1k5o"],
66
"platforms": ["linux"],
7-
"version": "1.0",
7+
"version": "1.1",
88
"minAppVersion": "24.5.1",
9-
"description" : "Continuously scan your note folder for open TODOs, and display them in the scripting panel.\n\nTODOs are identified according to Markdown syntax, by lines starting with `- [ ]`\nScanning can be restricted to a subfolder.\n(Note: Script uses `find` and `grep` in the background.)"
9+
"description" : "Continuously scan your note folder for open TODOs, and display them in the scripting panel.\n\nTODOs are identified according to Markdown syntax, by lines starting with `- [ ]`\nScanning can be restricted to a subfolder.\n(Note: Script uses `find` and `cat` in the background.)"
1010
}
1111

0 commit comments

Comments
 (0)