From: Jason White Date: Thu, 7 Aug 2025 10:19:13 +0000 (-0500) Subject: Add support for 1Password CLI. (#493) X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/854929e5413e8d2cf84e90c5cc3ccb0188ab5d22 Add support for 1Password CLI. (#493) --- diff --git a/programs/op.json b/programs/op.json new file mode 100644 index 0000000..36727ba --- /dev/null +++ b/programs/op.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.op", + "movable": true, + "help": "Move to `$XDG_CONFIG_HOME/op` and alias op to use a custom configuration location:\n\n```bash\nalias op=\"op --config=${XDG_CONFIG_HOME}/op\"\n```\n" + } + ], + "name": "1Password CLI" +} \ No newline at end of file