mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-09 07:48:57 +00:00
Shorten menu option text
This commit is contained in:
@@ -122,12 +122,12 @@ python src/main.py
|
|||||||
|
|
||||||
```
|
```
|
||||||
Select an option:
|
Select an option:
|
||||||
1. Generate a New Password and Add to Index
|
1. Generate Password
|
||||||
2. Retrieve a Password from Index
|
2. Retrieve Password
|
||||||
3. Modify an Existing Entry
|
3. Modify an Existing Entry
|
||||||
4. Verify Script Checksum
|
4. Verify Script Checksum
|
||||||
5. Post Encrypted Index to Nostr
|
5. Backup to Nostr
|
||||||
6. Retrieve Encrypted Index from Nostr
|
6. Restore from Nostr
|
||||||
7. Display Nostr Public Key (npub)
|
7. Display Nostr Public Key (npub)
|
||||||
8. Backup/Reveal Parent Seed
|
8. Backup/Reveal Parent Seed
|
||||||
9. Switch Seed Profile
|
9. Switch Seed Profile
|
||||||
|
@@ -121,12 +121,12 @@ Enter your master password:
|
|||||||
Fingerprint 31DD880A523B9759 selected and managers initialized.
|
Fingerprint 31DD880A523B9759 selected and managers initialized.
|
||||||
|
|
||||||
Select an option:
|
Select an option:
|
||||||
1. Generate a New Password and Add to Index
|
1. Generate Password
|
||||||
2. Retrieve a Password from Index
|
2. Retrieve Password
|
||||||
3. Modify an Existing Entry
|
3. Modify an Existing Entry
|
||||||
4. Verify Script Checksum
|
4. Verify Script Checksum
|
||||||
5. Post Encrypted Index to Nostr
|
5. Backup to Nostr
|
||||||
6. Retrieve Encrypted Index from Nostr
|
6. Restore from Nostr
|
||||||
7. Display Nostr Public Key (npub)
|
7. Display Nostr Public Key (npub)
|
||||||
8. Backup/Reveal Parent Seed
|
8. Backup/Reveal Parent Seed
|
||||||
9. Switch Fingerprint
|
9. Switch Fingerprint
|
||||||
|
@@ -118,12 +118,12 @@ Enter your master password:
|
|||||||
Fingerprint 31DD880A523B9759 selected and managers initialized.
|
Fingerprint 31DD880A523B9759 selected and managers initialized.
|
||||||
|
|
||||||
Select an option:
|
Select an option:
|
||||||
1. Generate a New Password and Add to Index
|
1. Generate Password
|
||||||
2. Retrieve a Password from Index
|
2. Retrieve Password
|
||||||
3. Modify an Existing Entry
|
3. Modify an Existing Entry
|
||||||
4. Verify Script Checksum
|
4. Verify Script Checksum
|
||||||
5. Post Encrypted Index to Nostr
|
5. Backup to Nostr
|
||||||
6. Retrieve Encrypted Index from Nostr
|
6. Restore from Nostr
|
||||||
7. Display Nostr Public Key (npub)
|
7. Display Nostr Public Key (npub)
|
||||||
8. Backup/Reveal Parent Seed
|
8. Backup/Reveal Parent Seed
|
||||||
9. Switch Fingerprint
|
9. Switch Fingerprint
|
||||||
|
@@ -113,12 +113,12 @@ Enter your master password:
|
|||||||
Fingerprint 31DD880A523B9759 selected and managers initialized.
|
Fingerprint 31DD880A523B9759 selected and managers initialized.
|
||||||
|
|
||||||
Select an option:
|
Select an option:
|
||||||
1. Generate a New Password and Add to Index
|
1. Generate Password
|
||||||
2. Retrieve a Password from Index
|
2. Retrieve Password
|
||||||
3. Modify an Existing Entry
|
3. Modify an Existing Entry
|
||||||
4. Verify Script Checksum
|
4. Verify Script Checksum
|
||||||
5. Post Encrypted Index to Nostr
|
5. Backup to Nostr
|
||||||
6. Retrieve Encrypted Index from Nostr
|
6. Restore from Nostr
|
||||||
7. Display Nostr Public Key (npub)
|
7. Display Nostr Public Key (npub)
|
||||||
8. Backup/Reveal Parent Seed
|
8. Backup/Reveal Parent Seed
|
||||||
9. Switch Fingerprint
|
9. Switch Fingerprint
|
||||||
|
@@ -400,12 +400,12 @@ def display_menu(password_manager: PasswordManager):
|
|||||||
"""
|
"""
|
||||||
menu = """
|
menu = """
|
||||||
Select an option:
|
Select an option:
|
||||||
1. Generate a New Password and Add to Index
|
1. Generate Password
|
||||||
2. Retrieve a Password from Index
|
2. Retrieve Password
|
||||||
3. Modify an Existing Entry
|
3. Modify an Existing Entry
|
||||||
4. Verify Script Checksum
|
4. Verify Script Checksum
|
||||||
5. Post Encrypted Index to Nostr
|
5. Backup to Nostr
|
||||||
6. Retrieve Encrypted Index from Nostr
|
6. Restore from Nostr
|
||||||
7. Display Nostr Public Key (npub)
|
7. Display Nostr Public Key (npub)
|
||||||
8. Backup/Reveal Parent Seed
|
8. Backup/Reveal Parent Seed
|
||||||
9. Switch Seed Profile
|
9. Switch Seed Profile
|
||||||
|
Reference in New Issue
Block a user