From: Derrick Liu Date: Thu, 16 Feb 2023 08:10:50 +0000 (+0000) Subject: keychain: add `--absolute` opt to avoid subdirectory (#221) X-Git-Tag: v0.2.0.2~99 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/61b252ac296bf5bd69ab7d26d04e4fbf66a54eb3?hp=61b252ac296bf5bd69ab7d26d04e4fbf66a54eb3 keychain: add `--absolute` opt to avoid subdirectory (#221) For backwards compatibility, if the user provides `--dir` to keychain, it will create a `.keychain` folder in that directory. Adding the [`--absolute`](https://man.archlinux.org/man/keychain.1#absolute) opt will encourage keychain to use the directory as is. ---