Removed references to 'guile-stash'

This commit is contained in:
GLENN THOMPSON 2024-09-23 06:31:49 +03:00
parent 94abc78ae5
commit e53d5011be
1 changed files with 2 additions and 2 deletions

View File

@ -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.