The Quick Symlink is a Finder extension
which provides a contextual menu item
for the symbolic links (and other links) creation on macOS.
The Quick Symlink is a Finder Extension which allows to create symbolic links of selected folders or files. It could be called by right-clicking on selected folders or files and selecting Quick Symlink
from the contextual menu. It is a remaster of the other project - create-symlink
; for more details see https://github.com/ololx/create-symlink.
For me the symbolic links is a useful feature of macOS. They can be especially useful when itโs needed to store the Documents
folder on a hard drive or SD card, but on the ssd to create a just link to this folder.
Of course, creating symbolic links via the terminal is very easy and convenient. But this does not negate the fact that it could be even easier and more comfortable through interaction with the GUI.
This GIF demonstrates how the Quick Symlink
allows quite simple to select files or folders and paste symlink in the current directory.
This GIF demonstrates how the Quick Symlink
allows quite simple to copy files or folders and paste symlink somewhere.
This GIF demonstrates how the Quick Symlink
allows quite simple to copy files or folders, paste them somewhere, and replace them with symlinks.
These instructions allow to get a copy of this project and run it on a local machine.
Before using it, make sure that follows software are installed on the local machine:
If any of the listed programs is not installed, then it can be installed by instruction as described below.
In order to install it is quite simple to:
Go to the directory where you download this tool (optionally):
cd /{path to parent dir with this tool}/
Launch the tool in macOS (optionally):
quick-symlink.app
.open quick-symlink.app
System Preferences > Extensions
and enable the follows extensions:
4.1. quick-symlink-extension
- for the symlink actions.
4.2. hard-link-actions-extension
- for the hard link actions.Otherwise, itโs possible to install and remove the extention using the actual extension bundled into the app.
pluginkit -a quick-symlink.app/Contents/PlugIns/quick-symlink-extension.appex/
pluginkit -a quick-symlink.app/Contents/PlugIns/hard-link-action-extension.appex/
pluginkit -r quick-symlink.app/Contents/PlugIns/quick-symlink-extension.appex/
pluginkit -r quick-symlink.app/Contents/PlugIns/hard-link-action-extension.appex/
For the downloading executable file or sources to a local machine, just use the follows link and choose a required release:
https://github.com/ololx/quick-symlink/releases/
For the cloning this repository to a local machine, just use the follows link:
https://github.com/ololx/quick-symlink.git
This tool allows to:
Finder Sync Extension
development.If you want to contribute this project - you are welcome and have fun. Please visit the contributing section for details on this code of conduct, and the process for submitting pull requests.
In order to ensure that all is welcoming, please review and abide by the code of conduct.
For the versioning is used Semantic Versioning. For the versions available, see the changelog or the tags on this repository.
This project is licensed under the MIT license - see the lisence document for details.