mirror of https://codeberg.org/glenneth/stash.git
Removed references to 'guile-stash'
This commit is contained in:
parent
94abc78ae5
commit
e53d5011be
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue