Symlink manager. Often used to manage dotfiles. More information: https://www.gnu.org/software/stow.
stow --target={{path/to/target_directory}} {{file1 directory1 file2 directory2}}
stow --delete --target={{path/to/target_directory}} {{file1 directory1 file2 directory2}}
stow --simulate --target={{path/to/target_directory}} {{file1 directory1 file2 directory2}}
stow --restow --target={{path/to/target_directory}} {{file1 directory1 file2 directory2}}
stow --ignore={{regex}} --target={{path/to/target_directory}} {{file1 directory1 file2 directory2}}