8 releases
0.3.1 | Jan 7, 2022 |
---|---|
0.3.0 | Jan 1, 2022 |
0.2.4 | Sep 19, 2021 |
0.2.3 | Aug 17, 2021 |
0.1.0 | Jul 6, 2021 |
#18 in #windows-file
10KB
285 lines
Wink
Wink is a collection of filesystem link tools for windows.
It only works on NTFS.
What's Included
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.
Installation
You have 2 options:
Install from crates.io
cargo install wink
Install after git clone
git clone https://github.com/insomnimus/wink
cd wink
cargo install --path .
Usage
The commands are very simple, please run them with --help
for the usage for each.
Dependencies
~4–15MB
~144K SLoC