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

Option for editing symlinks #24

Open
joy-void-joy opened this issue Jun 17, 2024 · 1 comment
Open

Option for editing symlinks #24

joy-void-joy opened this issue Jun 17, 2024 · 1 comment

Comments

@joy-void-joy
Copy link

Hi!

I love edir, thank you so much for making it.
I was interested in an option that would allow one to edit where symlinks point to easily:

1 ./a
2 ./b -> /home/user/b
3 ./c

And then we can modify line 2 by changing where the symlink points to with /home/user/c for instance.
Would there be interest in my making such a PR?

@bulletmark
Copy link
Owner

Some time ago I also thought of this and actually started to code it but there are awkward and varied scenarios to deal with and I eventually gave up. Ultimately we are working within a file editor, not a file manager.

I guess you could try to make a PR but please be warned - I will only accept it if it makes good sense, works well, and is consistent and efficient code.

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