mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-08 15:28:44 +00:00
Update menu snippets for new UI
This commit is contained in:
22
README.md
22
README.md
@@ -220,18 +220,18 @@ python src/main.py
|
|||||||
|
|
||||||
Example menu:
|
Example menu:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
Select an option:
|
Select an option:
|
||||||
1. Add Entry
|
1. Add Entry
|
||||||
2. Retrieve Entry
|
2. Retrieve Entry
|
||||||
3. Search Entries
|
3. Search Entries
|
||||||
4. Modify an Existing Entry
|
4. List Entries
|
||||||
5. 2FA Codes
|
5. Modify an Existing Entry
|
||||||
6. Settings
|
6. 2FA Codes
|
||||||
7. Exit
|
7. Settings
|
||||||
|
|
||||||
Enter your choice (1-7):
|
Enter your choice (1-7) or press Enter to exit:
|
||||||
```
|
```
|
||||||
|
|
||||||
When choosing **Add Entry**, you can now select **Password**, **2FA (TOTP)**,
|
When choosing **Add Entry**, you can now select **Password**, **2FA (TOTP)**,
|
||||||
**SSH Key**, **Seed Phrase**, or **PGP Key**.
|
**SSH Key**, **Seed Phrase**, or **PGP Key**.
|
||||||
|
@@ -105,12 +105,13 @@
|
|||||||
Select an option:
|
Select an option:
|
||||||
1. Add Entry
|
1. Add Entry
|
||||||
2. Retrieve Entry
|
2. Retrieve Entry
|
||||||
3. Modify an Existing Entry
|
3. Search Entries
|
||||||
4. 2FA Codes
|
4. List Entries
|
||||||
5. Settings
|
5. Modify an Existing Entry
|
||||||
6. Exit
|
6. 2FA Codes
|
||||||
|
7. Settings
|
||||||
|
|
||||||
Enter your choice (1-6):
|
Enter your choice (1-7) or press Enter to exit:
|
||||||
</pre>
|
</pre>
|
||||||
<h3 class="subsection-title">Secret Mode</h3>
|
<h3 class="subsection-title">Secret Mode</h3>
|
||||||
<p>When Secret Mode is enabled, retrieved passwords are copied directly to your clipboard instead of displayed. The clipboard clears automatically after a delay you set.</p>
|
<p>When Secret Mode is enabled, retrieved passwords are copied directly to your clipboard instead of displayed. The clipboard clears automatically after a delay you set.</p>
|
||||||
|
Reference in New Issue
Block a user