Add more instructions regarding docs/keyring.rst. (#624)

* Add more instructions regarding `docs/keyring.rst`.

Add minimal explanation for using external password manger named `pass`
to automatically safely and fetch the password.

* Some fixups
This commit is contained in:
Doron Behar 2017-05-06 00:21:26 +03:00 committed by Markus Unterwaditzer
parent 9e1adf877e
commit 34dc84c29f

View file

@ -38,6 +38,13 @@ You can fetch the username as well::
Or really any kind of parameter in a storage section.
With pass_ for example, you might find yourself writing something like this in
your configuration file::
password.fetch = ["command", "pass", "caldav"]
.. _pass: https://www.passwordstore.org/
Accessing the system keyring
----------------------------