Remove legacy config path handling

This commit is contained in:
Jan Bader
2026-07-20 20:45:09 +02:00
parent 12aa0d4e21
commit 608dc99c45
3 changed files with 5 additions and 51 deletions
-2
View File
@@ -29,8 +29,6 @@ mkdir -p "${XDG_CONFIG_HOME:-$HOME/.config}/docspell-cli"
cp docspell-cli-example.json "${XDG_CONFIG_HOME:-$HOME/.config}/docspell-cli/config.json"
```
For compatibility, the legacy `~/docspell-cli.json` file is still read if the XDG config file does not exist, but the tool will print a warning asking you to move it.
```json
{
"passwordCommand": "pass",