chore(gopass): start snippets collection

This commit is contained in:
Michele Cereda
2024-12-08 17:58:54 +01:00
parent 7759eb0e01
commit 9beafb037f

17
snippets/gopass.fish Normal file
View File

@@ -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'