From a3d8e6cf09584cecd69550140527556d0c0aa7aa Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Sun, 6 Jul 2025 08:36:01 -0400 Subject: [PATCH] Update menu snippets for new UI --- README.md | 22 +++++++++++----------- landing/index.html | 11 ++++++----- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index 29859ea..dc17765 100644 --- a/README.md +++ b/README.md @@ -220,18 +220,18 @@ python src/main.py Example menu: - ```bash - Select an option: - 1. Add Entry - 2. Retrieve Entry - 3. Search Entries - 4. Modify an Existing Entry - 5. 2FA Codes - 6. Settings - 7. Exit + ```bash + Select an option: + 1. Add Entry + 2. Retrieve Entry + 3. Search Entries + 4. List Entries + 5. Modify an Existing Entry + 6. 2FA Codes + 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)**, **SSH Key**, **Seed Phrase**, or **PGP Key**. diff --git a/landing/index.html b/landing/index.html index 60b4612..bb7a0fa 100644 --- a/landing/index.html +++ b/landing/index.html @@ -105,12 +105,13 @@ Select an option: 1. Add Entry 2. Retrieve Entry -3. Modify an Existing Entry -4. 2FA Codes -5. Settings -6. Exit +3. Search Entries +4. List Entries +5. Modify an Existing Entry +6. 2FA Codes +7. Settings -Enter your choice (1-6): +Enter your choice (1-7) or press Enter to exit:
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.