Merge pull request #21 from PR0M3TH3AN/codex/shorten-menu-options-and-update-documentation

Shorten menu options
This commit is contained in:
thePR0M3TH3AN
2025-06-29 14:35:38 -04:00
committed by GitHub
5 changed files with 20 additions and 20 deletions

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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

View File

@@ -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