ohmyzsh/plugins/sops
Florian Rey 09b2eefef9
feat(sops): introduce sops plugin
2024-10-23 09:11:44 +02:00
..
README.md feat(sops): introduce sops plugin 2024-10-23 09:11:44 +02:00
sops.plugin.zsh feat(sops): introduce sops plugin 2024-10-23 09:11:44 +02:00

README.md

Sops

This plugin adds completion for sops, the simple and flexible tool for managing secrets.

To use it, add sops to the plugins array in your zshrc file:

plugins=(... sops)