From 34dc84c29fdf77b73676ceab89afc2a9c148209f Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Sat, 6 May 2017 00:21:26 +0300 Subject: [PATCH] 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 --- docs/keyring.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/keyring.rst b/docs/keyring.rst index eb3d39d..2447f96 100644 --- a/docs/keyring.rst +++ b/docs/keyring.rst @@ -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 ----------------------------