Files
oam/snippets/gopass.fish
2024-12-08 17:58:54 +01:00

18 lines
365 B
Fish

#!/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'