Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

why don't we prefer the macOS alias ? #19

Open
jackywu opened this issue Jul 4, 2024 · 1 comment
Open

why don't we prefer the macOS alias ? #19

jackywu opened this issue Jul 4, 2024 · 1 comment

Comments

@jackywu
Copy link

jackywu commented Jul 4, 2024

this project is very good for me. thanks a lot.

I followed the installation instruction on main page and get failed on macOS sonama 14.5. do you know whether this app will work well in this OS version ?

just another question here, why don't we prefer the macOS aliases over symlink ? do you know anythings aliases can't do but symlink can do ?

thanks.

@ololx
Copy link
Owner

ololx commented Jul 4, 2024

Hello @jackywu,
Thank you for this issue.

I'm very sorry that you couldn't install this application following the instructions. I probably need to update them soon. I'll try to help you and answer your questions.

#1 Question
Yes, QuickSymlink works on macOS Sonoma. I have version 14.2.1 installed. Unfortunately, I don't have enough details about your issue, so I can't give you an exact answer on what you need to do to install it in your case. But I tried uninstalling and reinstalling it on my system and prepared the following steps for you (which I'll later update on the main page):

  1. Download the latest release version of the application from GitHub using this link: https://github.com/ololx/quick-symlink/releases/download/v.0.10.5/quick-symlink.app.zip
  2. Locate the downloaded file (macOS will likely unzip it and place it in the Downloads folder). If the file is still in .zip format, unzip it.
  3. Copy the file to your Applications directory (as you would with other mac applications).
  4. Try to run it (double-click the quick-symlink.app file in the Applications directory or single-click it in the application launcher). macOS might display a warning message saying:
    "quick-symlink.app" can't be opened because Apple cannot check it for malicious software.
    This software needs to be updated.
    Contact the developer for more information.
    
Screenshot 2024-07-04 at 8 46 46 AM

To fix this, go to Settings -> Privacy & Security, scroll down to the Security section, and near the message

"quick-symlink.app" was blocked from use because it is not from an identified developer.

click the Open Anyway button.

Screenshot 2024-07-04 at 8 58 31 AM Screenshot 2024-07-04 at 8 47 28 AM
  1. After this, try launching the application again.
  2. Once you launch the application, it will open. You can then close it; at this point, all extensions should be installed, and you can use them through the context menu as shown in the examples. If the extensions don't appear in the context menu, you need to check Settings -> Extensions, find the Added extensions section, and select (check) quick-symlink.
Screenshot 2024-07-04 at 8 49 54 AM Screenshot 2024-07-04 at 8 49 40 AM
  1. It is best to immediately restart Finder: Force Quit... -> Finder -> Relaunch.
Screenshot 2024-07-04 at 9 04 17 AM

#2 Question

Key differences:

  1. Portability: Symbolic links are more portable. They work on most Unix-like operating systems, such as Linux, and can be used in scripts and other automated processes. Aliases are specific to macOS and may not work on other platforms.

  2. Functionality: Symbolic links can point to files and directories on different file systems and even network locations. Aliases mainly work within the same file system and often depend on the specific location of files.

  3. File Type:

    • An alias is a regular file with metadata.
    • A symbolic link is a special type of file that points to the path of another file or directory.
  4. Size:

    • An alias is larger because it stores more information (metadata).
    • A symbolic link has a size equal to the length of the path it references.
  5. Display in Output:

    • An alias appears as a regular file in a file list.
    • A symbolic link clearly shows what it points to using the "->" symbol.
  6. Behavior when the Target File/Directory is Moved or Deleted:

    • A symbolic link becomes invalid if the target directory is moved or deleted.
    • An alias in macOS can attempt to locate the moved file/directory using a unique identifier, making it more resilient to changes in location.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants