|
2 years ago | |
---|---|---|
source | 2 years ago | |
.gitignore | 2 years ago | |
Cargo.lock | 2 years ago | |
Cargo.toml | 2 years ago | |
LICENSE | 2 years ago | |
README.md | 2 years ago | |
rustfmt.toml | 2 years ago |
Quickly and recursively symlink all files in a directory to another.
Precompiled binaries are available here.
Requires Rust and Cargo to be installed.
git clone https://git.holllo.cc/Bauke/recursymlink.git
cd recursymlink
cargo build --release
mv target/release/recursymlink ./
Make sure the file is executable, then run it with --help
to see all available options.
chmod +x ./recursymlink
./recursymlink --help
Open-sourced with the MIT license.