logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Stow Symlink Manager - Manage Dotfiles | Online Free DevTools by Hexmos

Manage dotfiles easily with Stow Symlink Manager. Organize configurations and maintain consistency across systems using symlinks. Free online tool, no registration required.

stow

Symlink manager. Often used to manage dotfiles. See also: chezmoi, tuckr, vcsh, homeshick. More information: https://www.gnu.org/software/stow/manual/stow.html#Invoking-Stow.

  • Symlink all files recursively to a given directory:

stow {{[-t|--target]}} {{path/to/target_directory}} {{file1 directory1 file2 directory2}}

  • Delete symlinks recursively from a given directory:

stow {{[-D|--delete]}} {{[-t|--target]}} {{path/to/target_directory}} {{file1 directory1 file2 directory2}}

  • Simulate to see what the result would be like:

stow {{[-n|--simulate]}} {{[-t|--target]}} {{path/to/target_directory}} {{file1 directory1 file2 directory2}}

  • Delete and resymlink:

stow {{[-R|--restow]}} {{[-t|--target]}} {{path/to/target_directory}} {{file1 directory1 file2 directory2}}

  • Exclude files matching a regex:

stow --ignore={{regex}} {{[-t|--target]}} {{path/to/target_directory}} {{file1 directory1 file2 directory2}}

See Also