]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add support for 1Password CLI. (#493) main
authorJason White <jdwhite@menelos.com>
Thu, 7 Aug 2025 10:19:13 +0000 (05:19 -0500)
committerGitHub <noreply@github.com>
Thu, 7 Aug 2025 10:19:13 +0000 (12:19 +0200)
programs/op.json [new file with mode: 0644]

diff --git a/programs/op.json b/programs/op.json
new file mode 100644 (file)
index 0000000..36727ba
--- /dev/null
@@ -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