Doc: Improve Preferences section w/ more details

This commit is contained in:
5bentz 2018-06-03 17:22:53 +02:00
parent 0fef007371
commit 8c5adb0d1e

View File

@ -145,8 +145,10 @@ In the preferences of PassFF, you can enable the status bar and debug logs in th
* `{"stderr": "", "version": "1.0.1", "exitCode": 0, "stdout": "Password Store\n"}` * `{"stderr": "", "version": "1.0.1", "exitCode": 0, "stdout": "Password Store\n"}`
### Preferences ### Preferences
By modifying the `preferences section` in `passff.py` you will be able to set If you use a customized `pass` installation: environment variables, customized repository path or extensions, you may have to customize the *preferences section* in `passff.py`.
- the path to the `pass` script,
- additional command line arguments that are passed to `pass`, By modifying the *preferences section* in `passff.py`, you will be able to set:
- the shell `stdout` charset, - `COMMAND`: the path to the `pass` script,
- additional environment variables. - `COMMAND_ARGS`: additional command line arguments that are passed to `pass`,
- `COMMAND_ENV`: additional environment variables,
- `CHARSET`: the shell stdout charset.