Crates.io | wink |
lib.rs | wink |
version | 0.3.1 |
source | src |
created_at | 2021-07-06 17:28:40.831776 |
updated_at | 2022-01-07 17:01:06.739981 |
description | Windows link tools with NTFS junctions support. |
homepage | |
repository | https://github.com/insomnimus/wink |
max_upload_size | |
id | 419585 |
size | 16,600 |
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
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.