init: initial bootstrap of pass sshkeys plugin

This commit is contained in:
2025-02-09 10:35:48 +05:30
parent 986d07951d
commit 3a36a6c9b0
7 changed files with 829 additions and 0 deletions

6
Makefile Normal file
View File

@@ -0,0 +1,6 @@
install:
@echo "Installing pass-cli plugin (sshkeys.bash)..."
@mkdir -p ~/.password-store/.extensions/
@cp sshkeys.bash ~/.password-store/.extensions/
@chmod +x ~/.password-store/.extensions/sshkeys.bash
@echo "Installation complete. You can now use 'pass-sshkeys'."