Skip to content

Commit

Permalink
Search: Update search README.md for TryExec changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mtwebster committed Jun 18, 2021
1 parent 3ff89f8 commit f8c3d9a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions search-helpers/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ Priority=100
The `Nemo Search Helper` group name is mandatory.

- The filename must end in `.nemo_search_helper`.
- `TryExec` should be set to the name of the executable (without any arguments). When the helpers are loaded, Nemo will
check that the program a) exists and b) is executable. If these checks fail, the helper will be skipped. If only a
program name is provided, it must exist in the user's path. This can also be an absolute path.
- `TryExec` should be a list executables required. When the helpers are loaded, Nemo will check that the program(s) a) exist and
b) are executable. If these checks fail, the helper will be skipped. If only a program name is provided, it must exist in the
user's path. This can also be an absolute path.
- `Exec` should provide the full command line necessary to extract the text from the file. The `%s` argument will be replaced by
the file name being processed during content search. Note, uris are not supported, only paths (local files).
- `MimeType`is a semicolon (`;`)-separated list of mimetypes that this search helper should be used with. It should be
Expand All @@ -36,4 +36,4 @@ If something doesn't seem to be working, you can run nemo with debugging enabled
```
NEMO_DEBUG=Search nemo --debug
```
This will print out a bit of extra information related to searches.
This will print out a bit of extra information related to searches.

0 comments on commit f8c3d9a

Please sign in to comment.