Commit Graph

143 Commits

Author SHA1 Message Date
thePR0M3TH3AN
86d233f5a9 Add progress prints for setup and initialization 2025-07-12 09:23:44 -04:00
thePR0M3TH3AN
888d50a6a7 Add configurable KDF iterations 2025-07-12 09:18:17 -04:00
thePR0M3TH3AN
7745155ee8 check relays asynchronously 2025-07-12 09:04:48 -04:00
thePR0M3TH3AN
dcff360508 Refactor sync trigger 2025-07-11 22:42:12 -04:00
thePR0M3TH3AN
5af3228d4b Prompt for fingerprint selection if multiple 2025-07-11 22:20:56 -04:00
thePR0M3TH3AN
7ad60c71fe Add unlock duration timer 2025-07-11 22:01:11 -04:00
thePR0M3TH3AN
8414ee53c6 Trigger vault sync after imports 2025-07-11 20:06:05 -04:00
thePR0M3TH3AN
b82a816cab Persist last used fingerprint 2025-07-11 16:39:51 -04:00
thePR0M3TH3AN
afefb5415b cli: avoid fingerprint prompt when option provided 2025-07-11 14:19:16 -04:00
thePR0M3TH3AN
a0e2d227a5 Add parent seed backup command and API 2025-07-09 19:53:10 -04:00
thePR0M3TH3AN
ef66464317 Display and edit entry tags 2025-07-08 16:45:08 -04:00
thePR0M3TH3AN
7a2c589643 Add QR code submenu for entries 2025-07-08 15:42:42 -04:00
thePR0M3TH3AN
ae34edc458 Remove QR code prompts 2025-07-08 15:36:36 -04:00
thePR0M3TH3AN
db56645f24 Add QR code menu option 2025-07-08 15:31:04 -04:00
thePR0M3TH3AN
a89b8d042b Add tag editing from retrieval 2025-07-08 15:09:23 -04:00
thePR0M3TH3AN
8e7b7b3ac0 Add editing options for 2FA entries 2025-07-08 14:53:47 -04:00
thePR0M3TH3AN
66794946c7 feat: add tags support to entries 2025-07-08 13:59:05 -04:00
thePR0M3TH3AN
59662e5589 Add entry actions menu 2025-07-08 10:53:06 -04:00
thePR0M3TH3AN
b181019a38 Fix password retrieval label 2025-07-08 10:22:47 -04:00
thePR0M3TH3AN
34784eefe0 Enforce 12-word managed account seeds 2025-07-07 22:28:09 -04:00
thePR0M3TH3AN
270567a25a Add Managed Account filter to List Entries menu 2025-07-07 22:12:55 -04:00
thePR0M3TH3AN
76b28e49b9 Enhance fingerprint headers 2025-07-07 21:41:09 -04:00
thePR0M3TH3AN
368e44c56f Add managed account support 2025-07-07 21:27:30 -04:00
thePR0M3TH3AN
7dc5434bb0 Add managed account loading 2025-07-07 21:12:44 -04:00
thePR0M3TH3AN
6335c8442e Add managed_account entry type and handle in code 2025-07-07 20:48:18 -04:00
thePR0M3TH3AN
b02a85a3a1 fix archived list after restore 2025-07-07 19:47:09 -04:00
thePR0M3TH3AN
ecc235427b Prompt to unarchive after editing 2025-07-07 19:37:08 -04:00
thePR0M3TH3AN
0ee4b5cfb0 Improve archive toggle logic on retrieval 2025-07-07 19:24:42 -04:00
thePR0M3TH3AN
13c98a8cf4 Add key/value entry handlers 2025-07-07 18:25:12 -04:00
thePR0M3TH3AN
467bdd3d04 Add notes support for TOTP entries 2025-07-07 15:19:42 -04:00
thePR0M3TH3AN
0258a79952 Add view option for archived entries 2025-07-07 14:33:01 -04:00
thePR0M3TH3AN
ec22171ed6 Pause after archive and view archived 2025-07-07 13:59:56 -04:00
thePR0M3TH3AN
ae7dca3ab8 Prompt to archive entry after retrieval 2025-07-07 12:40:36 -04:00
thePR0M3TH3AN
8a7af94719 Add entry archiving features and update menus 2025-07-07 11:24:14 -04:00
thePR0M3TH3AN
e24526a7ef migrate seed entry field 2025-07-07 10:46:02 -04:00
thePR0M3TH3AN
eace2d95c5 Add archived flag to entries 2025-07-07 10:11:13 -04:00
thePR0M3TH3AN
a1b44105e4 Sync from Nostr on profile selection 2025-07-06 17:56:42 -04:00
thePR0M3TH3AN
c35c4d66a0 Enhance CLI breadcrumbs and update menu color 2025-07-06 09:25:45 -04:00
thePR0M3TH3AN
06587afb35 Allow Enter to exit 2FA menus 2025-07-06 08:19:12 -04:00
thePR0M3TH3AN
512a92a65b feat: show seed fingerprint on each screen 2025-07-06 08:10:12 -04:00
thePR0M3TH3AN
876ed71f74 Simplify menus with Enter navigation 2025-07-06 07:57:02 -04:00
thePR0M3TH3AN
5cefc294d6 Improve search interaction 2025-07-06 07:41:30 -04:00
thePR0M3TH3AN
c3566fcb0c Add pauses in search and settings menus 2025-07-06 07:29:44 -04:00
thePR0M3TH3AN
82a27ce858 Add pauses to prevent screen clearing 2025-07-06 06:57:57 -04:00
thePR0M3TH3AN
7b9b9a082e Pause before clearing screen 2025-07-05 21:53:17 -04:00
thePR0M3TH3AN
2704f97c2f Add screen clearing to interactive handlers 2025-07-05 20:35:03 -04:00
thePR0M3TH3AN
5b2757830e Add clear_screen helper and integrate into menus 2025-07-05 20:21:49 -04:00
thePR0M3TH3AN
74bbbbe16a Make warnings yellow 2025-07-05 19:57:47 -04:00
thePR0M3TH3AN
eca97c0f0e color deterministic secrets 2025-07-05 19:41:49 -04:00
thePR0M3TH3AN
1ae4d6ae59 Display index and label when handling seed entries 2025-07-05 19:18:58 -04:00