From 8c5adb0d1ef074953eeb9464f17c63b78f0506e2 Mon Sep 17 00:00:00 2001 From: 5bentz <10729484+5bentz@users.noreply.github.com> Date: Sun, 3 Jun 2018 17:22:53 +0200 Subject: [PATCH] Doc: Improve Preferences section w/ more details --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 94dccec..9da928b 100644 --- a/README.md +++ b/README.md @@ -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"}` ### Preferences -By modifying the `preferences section` in `passff.py` you will be able to set - - the path to the `pass` script, - - additional command line arguments that are passed to `pass`, - - the shell `stdout` charset, - - additional environment variables. +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`. + +By modifying the *preferences section* in `passff.py`, you will be able to set: + - `COMMAND`: the path to the `pass` script, + - `COMMAND_ARGS`: additional command line arguments that are passed to `pass`, + - `COMMAND_ENV`: additional environment variables, + - `CHARSET`: the shell stdout charset.