From d68f840b9f0288f92284d505abe109ff4a2ec013 Mon Sep 17 00:00:00 2001 From: thePR0M3TH3AN <53631862+PR0M3TH3AN@users.noreply.github.com> Date: Wed, 23 Oct 2024 08:45:37 -0400 Subject: [PATCH] update --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ae9e14f..6ee34ce 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,8 @@ The SeedPass roadmap outlines a structured development plan divided into distinc **Goal:** Establish a robust foundation with individual entry management, secure seed handling, and seamless Nostr integration. +[see the docs](https://github.com/PR0M3TH3AN/SeedPass/blob/main/docs/json_entries.md) + 1. **Individual JSON File Management** - **Separate Entry Files:** - **Description:** Modify the application to create and manage each entry as a separate JSON file within a designated directory. @@ -293,6 +295,8 @@ The SeedPass roadmap outlines a structured development plan divided into distinc **Goal:** Develop a sophisticated Command-Line Interface (CLI) tailored for the individual entry system, enhancing automation and customization. +[see the docs](https://github.com/PR0M3TH3AN/SeedPass/blob/main/docs/advanced_cli.md) + 1. **Advanced CLI Commands for Entry Management** - **Description:** Introduce CLI commands to create, read, update, delete, and backup individual entries. - **Implementation Steps:**