diff options
author | 2019-03-09 00:36:38 +0300 | |
---|---|---|
committer | 2019-03-09 00:36:38 +0300 | |
commit | 1abbf83888a3c9405d1967c71f55500737de3847 (patch) | |
tree | ae704cfbd49e5eff77a4c1bec82e82c8fbf89dd3 | |
parent | 82288ac4267faf9f4293c238894b6098f672bd5e (diff) | |
download | newsboat-1abbf83888a3c9405d1967c71f55500737de3847.tar.gz newsboat-1abbf83888a3c9405d1967c71f55500737de3847.tar.zst newsboat-1abbf83888a3c9405d1967c71f55500737de3847.zip |
fixup! fixup! fixup! fixup! Expand docs on passwords for remote APIs
-rw-r--r-- | doc/chapter-password.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/doc/chapter-password.txt b/doc/chapter-password.txt index c3014770..b8402046 100644 --- a/doc/chapter-password.txt +++ b/doc/chapter-password.txt @@ -15,11 +15,13 @@ password in plain text. If the file doesn't exit, is unreadable, or its first line is empty, Newsboat will exit with an error. The third setting Newsboat checks is `REMOTEAPI-passwordeval`. It should -contain a command that, when executed, will print out the password. If the -first line of command's output is empty, or the command fails to execute, -Newsboat will exit with an error. This is the most versatile of all the -options, because it lets you emulate every other and more; let's look at it in -more detail. +contain a command that, when executed, will print out the password to stdout. +stderr will be passed through to the terminal. + +If the first line of command's output is empty, or the command fails to +execute, Newsboat will exit with an error. This is the most versatile of all +the options, because it lets you emulate every other and more; let's look at it +in more detail. For example, a user might want to store their password in a file encrypted by GPG. They create the file like that: |