Skip to content

Commit f8c3d9a

Browse files
committed
Search: Update search README.md for TryExec changes.
1 parent 3ff89f8 commit f8c3d9a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

search-helpers/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Priority=100
1717
The `Nemo Search Helper` group name is mandatory.
1818

1919
- 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.
2323
- `Exec` should provide the full command line necessary to extract the text from the file. The `%s` argument will be replaced by
2424
the file name being processed during content search. Note, uris are not supported, only paths (local files).
2525
- `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
3636
```
3737
NEMO_DEBUG=Search nemo --debug
3838
```
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.

0 commit comments

Comments
 (0)