From 2b3a131bec1a2822a455bb5dd9a3b061b29d1ec1 Mon Sep 17 00:00:00 2001 From: glenneth1 Date: Fri, 6 Dec 2024 09:04:51 +0300 Subject: [PATCH] docs: add interactive mode to DEVLOG Update DEVLOG.md to document interactive mode as a third mode of operation alongside dot syntax and explicit paths --- DEVLOG.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/DEVLOG.md b/DEVLOG.md index e853e21..be3d164 100644 --- a/DEVLOG.md +++ b/DEVLOG.md @@ -60,7 +60,7 @@ The project is organized into several modules: ## Current Operation -Stash now supports two main modes of operation: +Stash now supports three main modes of operation: 1. Dot Syntax: @@ -82,6 +82,16 @@ Stash now supports two main modes of operation: - Moves package from source to target - Creates symlink at original location +3. Interactive Mode: + + ```scheme + stash --source=~/.config/package --interactive + ``` + + - Takes source directory as input + - Interactively prompts for target directory + - Ideal for first-time users and exploratory stashing + ### Symlink Creation Process 1. Determines source and target paths