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

Folder Alias not properly supported on macOS #855

Open
canoben opened this issue Jul 13, 2024 · 7 comments
Open

Folder Alias not properly supported on macOS #855

canoben opened this issue Jul 13, 2024 · 7 comments

Comments

@canoben
Copy link

canoben commented Jul 13, 2024

CDing to an alias file in macOS correctly changes the current directory to the folder pointed to by the alias file.

zoxide only sees a file and emits an error.

@ajeetdsouza
Copy link
Owner

What is an alias file - do you mean a symbolic link? What error is zoxide emitting?

@ajeetdsouza ajeetdsouza added the waiting-for-response Waiting for a response from the issue author. label Sep 12, 2024
Copy link

This issue has been automatically closed due to inactivity. If you feel this is still relevant, please comment here or create a fresh issue.

@canoben
Copy link
Author

canoben commented Jan 3, 2025

Tried it today, still not working.

@github-actions github-actions bot removed the waiting-for-response Waiting for a response from the issue author. label Jan 3, 2025
@github-actions github-actions bot reopened this Jan 3, 2025
@ajeetdsouza
Copy link
Owner

What is an alias file - do you mean a symbolic link? What error is zoxide emitting?

Can you answer this?

@ajeetdsouza ajeetdsouza added the waiting-for-response Waiting for a response from the issue author. label Jan 3, 2025
@canoben
Copy link
Author

canoben commented Jan 3, 2025

Yes, it's like a symbolic link. zoxide simply emits a "zoxide: no match found" message.
`╭─ ~/desktop/test ────────────────────────────22:40:20
╰─ ls -al
rwxr-xr-x 5 user1 wheel 160 B Fri Jan 3 22:39:41 2025 ./
rwx------ 8 user1 staff 256 B Fri Jan 3 22:40:13 2025 ../
rw-r--r-- 1 user1 wheel 6 KiB Fri Jan 3 22:40:13 2025 .DS_Store
rw-r--r-- 1 user1 wheel 872 B Fri Feb 26 18:41:01 2021 Ranger
rw-r--r-- 1 user1 staff 4 B Fri Jan 3 22:39:39 2025 test.txt

╭~/desktop/test ──────────────────────────────22:40:23
╰─ cd Ranger
zoxide: no match found`

@github-actions github-actions bot removed the waiting-for-response Waiting for a response from the issue author. label Jan 3, 2025
@ajeetdsouza
Copy link
Owner

What do you mean by "like a symbolic link"? How have you created it?

@canoben
Copy link
Author

canoben commented Jan 4, 2025

By using the macOS Finder command "Create Alias".

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