diff --git a/snippets/gopass.fish b/snippets/gopass.fish new file mode 100644 index 0000000..cf2b04b --- /dev/null +++ b/snippets/gopass.fish @@ -0,0 +1,17 @@ +#!/usr/bin/env fish + +# List templates +gopass templates + +# Create templates +gopass templates edit 'path/to/dir' +gopass templates create 'path/to/dir' +gopass templates new 'path/to/dir' + +# Show templates +gopass templates show 'path/to/dir' +gopass templates cat 'path/to/dir' + +# Remove templates +gopass templates remove 'path/to/dir' +gopass templates rm 'path/to/dir'