https://github.com/robojumper/free-junc
A free junction.exe because I needed it.
https://github.com/robojumper/free-junc
Last synced: about 2 months ago
JSON representation
A free junction.exe because I needed it.
- Host: GitHub
- URL: https://github.com/robojumper/free-junc
- Owner: robojumper
- License: apache-2.0
- Created: 2021-05-31T17:51:28.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T09:02:41.000Z (almost 4 years ago)
- Last Synced: 2025-01-31T12:28:26.374Z (4 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# free-junc
Mark Russinovich's [Sysinternals Junction](https://docs.microsoft.com/en-us/sysinternals/downloads/junction)
is an important tool but subject to restrictive licensing terms. Here, have some free junctions instead.It accepts `junction.exe`'s command line arguments, so it can be used in place of `junction.exe`.
```
free-junc v1.0: Create, delete and list NTFS junctions.
Usage: free-junc.exe [-s] [-q]
List junction, if it exists, at the given directory.
-s: Recursive. Print all junctions at and below the given directory.
-q: Quiet. Do not report filesystem access errors.Usage: free-junc.exe
Create a junction from to .Usage: free-junc.exe -d
Remove the junction at and remove the resulting empty directory.
```## License
Licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or http://opensource.org/licenses/MIT)at your option.
### Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.