feat: implement import/export functionality for SSH keys and configs

This commit is contained in:
2025-07-18 01:16:06 +05:30
parent f362ffa12b
commit 8c12edb583
6 changed files with 61 additions and 6 deletions

View File

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