File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,9 @@ Priority=100
17
17
The ` Nemo Search Helper ` group name is mandatory.
18
18
19
19
- The filename must end in ` .nemo_search_helper ` .
20
- - ` TryExec ` should be set to the name of the executable (without any arguments) . When the helpers are loaded, Nemo will
21
- check that the program a) exists and b) is executable. If these checks fail, the helper will be skipped. If only a
22
- program name is provided, it must exist in the user's path. This can also be an absolute path.
20
+ - ` TryExec ` should be a list executables required . When the helpers are loaded, Nemo will check that the program(s) a) exist and
21
+ b) are executable. If these checks fail, the helper will be skipped. If only a program name is provided, it must exist in the
22
+ user's path. This can also be an absolute path.
23
23
- ` Exec ` should provide the full command line necessary to extract the text from the file. The ` %s ` argument will be replaced by
24
24
the file name being processed during content search. Note, uris are not supported, only paths (local files).
25
25
- ` MimeType ` is a semicolon (` ; ` )-separated list of mimetypes that this search helper should be used with. It should be
@@ -36,4 +36,4 @@ If something doesn't seem to be working, you can run nemo with debugging enabled
36
36
```
37
37
NEMO_DEBUG=Search nemo --debug
38
38
```
39
- This will print out a bit of extra information related to searches.
39
+ This will print out a bit of extra information related to searches.
You can’t perform that action at this time.
0 commit comments