https://github.com/clayrisser/mklink
Make symbolic links, hard links, and directory junctions from the context menu
https://github.com/clayrisser/mklink
mklink
Last synced: about 1 year ago
JSON representation
Make symbolic links, hard links, and directory junctions from the context menu
- Host: GitHub
- URL: https://github.com/clayrisser/mklink
- Owner: clayrisser
- License: mit
- Created: 2016-01-27T11:18:35.000Z (over 10 years ago)
- Default Branch: main
- Last Pushed: 2023-07-13T05:48:41.000Z (almost 3 years ago)
- Last Synced: 2025-05-09T01:13:24.453Z (about 1 year ago)
- Topics: mklink
- Language: C#
- Homepage: https://jamrizzi.com
- Size: 2.02 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mkLink
Make symbolic links, hard links, and directory junctions from the context menu
mkLink creates multiple types of symbolic links. Specifically, it simplifies the use of creating symbolic links by providing a GUI interface and access from the context menu. Normally advanced symbolic links, such as Hard Links and Directory Junctions can only be created through the command prompt.
Please ★ this repo if you found it useful ★ ★ ★

## Features
The following symbolic links can be created with mkLink.
* Directory Symbolic Link
* File Symbolic Link
* Hard Link
* Directory Junction
## Usage
1. Run the installer
2. Right click on the file or folder you want to create a symbolic link with and select "mkLink" from the context menu
## Support
Submit an [issue](https://github.com/jamrizzi/mklink/issues/new)
## Screenshots
Sorry, I don't have any screenshots
## Buy Me Coffee
A ridiculous amount of coffee was consumed in the process of building this project.
[Add some fuel](https://jamrizzi.com/#!/buy-me-coffee) if you'd like to keep me going!
## Contributing
1. Fork it!
2. Create your feature branch: `git checkout -b my-new-feature`
3. Commit your changes: `git commit -m 'Add some feature'`
4. Push to the branch: `git push origin my-new-feature`
5. Submit a pull request :D
## License
[MIT License](https://github.com/jamrizzi/mklink/blob/master/LICENSE)
[Jam Risser](https://jamrizzi.com) © 2017
## Credits
* [Jam Risser](https://jamrizzi.com) - Author
* [https://technet.microsoft.com/en-us/library/cc753194.aspx](https://technet.microsoft.com/en-us/library/cc753194.aspx)
## Changelog
1.0.1 (2017-04-28)
* Changed license to MIT
1.0.0 (2016-02-16)
* Initial release