feat(plugin/pass-cli): add proton pass-cli completions plugin

This commit is contained in:
Casaper 2026-05-14 18:11:38 +02:00
commit 2332542276
No known key found for this signature in database
GPG key ID: F24371C1FF84065C
2 changed files with 25 additions and 0 deletions

View file

@ -0,0 +1,11 @@
# Proton Pass CLI plugin
This plugin adds completions for [Proton Pass CLI](https://protonpass.github.io/pass-cli/).
To use it, add `pass-cli` to the plugins array in your zshrc file:
```zsh
plugins=(... pass-cli)
```
This plugin does not add any aliases.