diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2020-10-27 15:04:41 +0100 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2020-10-30 04:21:17 +0100 |
commit | 9f5845fc51b9bfef60516b7f5c96f0d26e856a46 (patch) | |
tree | d2932f33ea6e3734b9f62ea0869152293ff4d99a | |
parent | 3daf254b41666a0835fc2d2bb22d56e7483e9e94 (diff) | |
download | json-rpc-shell-9f5845fc51b9bfef60516b7f5c96f0d26e856a46.tar.gz json-rpc-shell-9f5845fc51b9bfef60516b7f5c96f0d26e856a46.tar.xz json-rpc-shell-9f5845fc51b9bfef60516b7f5c96f0d26e856a46.zip |
json-rpc-shell.adoc: minor improvements
Documented envvars and added a note about XDG paths.
-rw-r--r-- | json-rpc-shell.adoc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/json-rpc-shell.adoc b/json-rpc-shell.adoc index 988a701..df51445 100644 --- a/json-rpc-shell.adoc +++ b/json-rpc-shell.adoc @@ -96,8 +96,16 @@ Program information *--write-default-cfg*[**=**__PATH__]:: Write a default configuration file, show its path and exit. +Environment +----------- +*VISUAL*, *EDITOR*:: + The editor program to be launched by the M-e key binding. + If neither variable is set, it defaults to *vi*(1). + Files ----- +*json-rpc-shell* follows the XDG Base Directory Specification. + _~/.config/json-rpc-shell/json-rpc-shell.conf_:: The configuration file, in which you can configure color output and CA certificate paths. Use the *--write-default-cfg* option to create |