wink

Crates.iowink
lib.rswink
version0.3.1
sourcesrc
created_at2021-07-06 17:28:40.831776
updated_at2022-01-07 17:01:06.739981
descriptionWindows link tools with NTFS junctions support.
homepage
repositoryhttps://github.com/insomnimus/wink
max_upload_size
id419585
size16,600
(insomnimus)

documentation

README

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.

Commit count: 19

cargo fmt