From 8b9651407cf34e570f588b67272cd545fe47d942 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Sun, 29 Jun 2025 14:35:15 -0400 Subject: [PATCH] Shorten menu option text --- README.md | 8 ++++---- landing/_pgbackup/index_1730048875.html | 8 ++++---- landing/_pgbackup/index_1730049869.html | 8 ++++---- landing/index.html | 8 ++++---- src/main.py | 8 ++++---- 5 files changed, 20 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 33292cf..0e589b0 100644 --- a/README.md +++ b/README.md @@ -122,12 +122,12 @@ python src/main.py ``` Select an option: - 1. Generate a New Password and Add to Index - 2. Retrieve a Password from Index + 1. Generate Password + 2. Retrieve Password 3. Modify an Existing Entry 4. Verify Script Checksum - 5. Post Encrypted Index to Nostr - 6. Retrieve Encrypted Index from Nostr + 5. Backup to Nostr + 6. Restore from Nostr 7. Display Nostr Public Key (npub) 8. Backup/Reveal Parent Seed 9. Switch Seed Profile diff --git a/landing/_pgbackup/index_1730048875.html b/landing/_pgbackup/index_1730048875.html index 9b2cf41..bb8539e 100644 --- a/landing/_pgbackup/index_1730048875.html +++ b/landing/_pgbackup/index_1730048875.html @@ -121,12 +121,12 @@ Enter your master password: Fingerprint 31DD880A523B9759 selected and managers initialized. Select an option: - 1. Generate a New Password and Add to Index - 2. Retrieve a Password from Index + 1. Generate Password + 2. Retrieve Password 3. Modify an Existing Entry 4. Verify Script Checksum - 5. Post Encrypted Index to Nostr - 6. Retrieve Encrypted Index from Nostr + 5. Backup to Nostr + 6. Restore from Nostr 7. Display Nostr Public Key (npub) 8. Backup/Reveal Parent Seed 9. Switch Fingerprint diff --git a/landing/_pgbackup/index_1730049869.html b/landing/_pgbackup/index_1730049869.html index ecd8e40..4d6dfba 100644 --- a/landing/_pgbackup/index_1730049869.html +++ b/landing/_pgbackup/index_1730049869.html @@ -118,12 +118,12 @@ Enter your master password: Fingerprint 31DD880A523B9759 selected and managers initialized. Select an option: - 1. Generate a New Password and Add to Index - 2. Retrieve a Password from Index + 1. Generate Password + 2. Retrieve Password 3. Modify an Existing Entry 4. Verify Script Checksum - 5. Post Encrypted Index to Nostr - 6. Retrieve Encrypted Index from Nostr + 5. Backup to Nostr + 6. Restore from Nostr 7. Display Nostr Public Key (npub) 8. Backup/Reveal Parent Seed 9. Switch Fingerprint diff --git a/landing/index.html b/landing/index.html index 353e1c6..a286780 100644 --- a/landing/index.html +++ b/landing/index.html @@ -113,12 +113,12 @@ Enter your master password: Fingerprint 31DD880A523B9759 selected and managers initialized. Select an option: - 1. Generate a New Password and Add to Index - 2. Retrieve a Password from Index + 1. Generate Password + 2. Retrieve Password 3. Modify an Existing Entry 4. Verify Script Checksum - 5. Post Encrypted Index to Nostr - 6. Retrieve Encrypted Index from Nostr + 5. Backup to Nostr + 6. Restore from Nostr 7. Display Nostr Public Key (npub) 8. Backup/Reveal Parent Seed 9. Switch Fingerprint diff --git a/src/main.py b/src/main.py index b15bd72..ef6168a 100644 --- a/src/main.py +++ b/src/main.py @@ -400,12 +400,12 @@ def display_menu(password_manager: PasswordManager): """ menu = """ Select an option: - 1. Generate a New Password and Add to Index - 2. Retrieve a Password from Index + 1. Generate Password + 2. Retrieve Password 3. Modify an Existing Entry 4. Verify Script Checksum - 5. Post Encrypted Index to Nostr - 6. Retrieve Encrypted Index from Nostr + 5. Backup to Nostr + 6. Restore from Nostr 7. Display Nostr Public Key (npub) 8. Backup/Reveal Parent Seed 9. Switch Seed Profile