From e53d5011be3f13687baa66063bfff6a5f234158e Mon Sep 17 00:00:00 2001 From: GLENN THOMPSON Date: Mon, 23 Sep 2024 06:31:49 +0300 Subject: [PATCH] Removed references to 'guile-stash' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de065ef..3fe1d3d 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ - **Move and Symlink**: `stash` moves entire directories to a specified target directory and creates a symlink in the original parent directory. - **Conflict Handling**: When a conflict occurs (e.g., an existing symlink), the user is prompted to either overwrite, skip, or cancel. -- **Logging**: All actions, such as moving directories, creating symlinks, and resolving conflicts, are logged in `guile-stash.log`. +- **Logging**: All actions, such as moving directories, creating symlinks, and resolving conflicts, are logged in `stash.log`. - **Command-Line Interface**: Command-line parsing allows for specifying the source and target directories. ## Usage @@ -31,7 +31,7 @@ This moves the `rofi` directory to `~/.dotfiles/.config` and creates a symlink i ## Conflict Resolution -If a symlink already exists at the target location, `guile-stash` detects this and prompts the user to either: +If a symlink already exists at the target location, `stash` detects this and prompts the user to either: - **Overwrite**: Remove the existing symlink and create a new one. - **Skip**: Keep the existing symlink and skip creating a new one.