calcurse-caldav: Document external password option

Add information about the CALCURSE_CALDAV_PASSWORD environment variable.

Signed-off-by: Randy Ramos <rramos1295@gmail.com>
Signed-off-by: Lukas Fleischer <lfleischer@calcurse.org>
This commit is contained in:
Randy Ramos 2017-11-10 07:39:59 -05:00 committed by Lukas Fleischer
parent 9be2c106e6
commit fb26c8fdd0

View File

@ -32,6 +32,14 @@ argument. You can choose between the following initialization modes:
For subsequent calcurse-caldav invocations, you don't need to specify any For subsequent calcurse-caldav invocations, you don't need to specify any
additional parameters. additional parameters.
You can specify a username and password for basic authentication in the
config file. Alternatively, the password can be passed securely from another
program (such as *pass*) via the `CALCURSE_CALDAV_PASSWORD` environment variable like
so:
```
CALCURSE_CALDAV_PASSWORD=$(pass show calcurse) calcurse-caldav
```
Hooks Hooks
----- -----