Skip to content

Commit

Permalink
keychain: add --absolute opt to avoid subdirectory (#221)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
lediur authored Feb 16, 2023
1 parent a621fa8 commit 61b252a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions programs/keychain.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
{
"path": "$HOME/.keychain",
"movable": true,
"help": "Alias keychain to use a custom runtime dir location:\n\n```bash\nkeychain --dir \"$XDG_RUNTIME_DIR\"/keychain\n```\n"
"help": "Alias keychain to use a custom runtime dir location:\n\n```bash\nkeychain --dir \"$XDG_RUNTIME_DIR\"/keychain --absolute\n```\n"
}
],
"name": "keychain"
}
}

0 comments on commit 61b252a

Please # to comment.