Wink is a collection of filesystem link tools for windows.
It only works on NTFS.
link
command: Create symbolic links, hard links and junctions.rmlink
command: Safely remove symbolic links and junctions.linfo
: Test if files are symbolic links or junctions.You have 2 options:
cargo install wink
sh
git clone https://github.com/insomnimus/wink
cd wink
cargo install --path .
The commands are very simple, please run them with --help
for the usage for each.