mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
18 lines
365 B
Fish
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'
|