From 390b9d1cb603a871d65f92c8c396b26b37fc28bf Mon Sep 17 00:00:00 2001 From: rwxrob Date: Mon, 23 Aug 2021 22:14:42 -0400 Subject: [PATCH] Give example of `config` usual location --- README.md | 9 +++++---- cmd | 7 ++++--- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index e70a105..5d81180 100644 --- a/README.md +++ b/README.md @@ -100,9 +100,10 @@ more information). ### Configuration `config` File Format -The file (which is always named `config`) uses the simplest possible -format to facilitate standard UNIX parsing and filtering with any number -of existing tools (and no `jq` dependency). +The file (which is always named `config` and almost always located at +`~/.config/cmd/config`) uses the simplest possible format to +facilitate standard UNIX parsing and filtering with any number of +existing tools (and no `jq` dependency). * One KEY=VALUE per line * KEYs may be anything but the equal sign (`=`) @@ -160,5 +161,5 @@ Displays a summary of usage. ---- -*Autogenerated Mon Aug 23 10:09:44 PM EDT 2021* +*Autogenerated Mon Aug 23 10:14:22 PM EDT 2021* diff --git a/cmd b/cmd index c42db75..a394b91 100755 --- a/cmd +++ b/cmd @@ -230,9 +230,10 @@ more information). ### Configuration `config` File Format -The file (which is always named `config`) uses the simplest possible -format to facilitate standard UNIX parsing and filtering with any number -of existing tools (and no `jq` dependency). +The file (which is always named `config` and almost always located at +`~/.config/'"$EXE"'/config`) uses the simplest possible format to +facilitate standard UNIX parsing and filtering with any number of +existing tools (and no `jq` dependency). * One KEY=VALUE per line * KEYs may be anything but the equal sign (`=`)