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

Allow watching symlinks #5

Closed
expipiplus1 opened this issue Jun 30, 2016 · 3 comments
Closed

Allow watching symlinks #5

expipiplus1 opened this issue Jun 30, 2016 · 3 comments

Comments

@expipiplus1
Copy link

Hi,

I have a symlink /some/path pointing somewhere. There is always a binary at /some/path/bin/exe. I'd like to terminate the process at /some/path/bin/exe and start the new binary at /some/path/bin/exe whenever the symlink at /some/path is swapped. I was hoping to do this with echo /some/path | entr -r /some/path/bin/exe however entr complains that there are No regular files to watch.

Is what I want to do possible?

@basti1302
Copy link
Contributor

I realize that this is a really old issue, but just in case you are still interested and did not notice that your feature request is in the wrong place here - the actual repo where entr is maintained is here: https://bitbucket.org/eradman/entr

@expipiplus1
Copy link
Author

Ah thanks I hadn't realised. Feel free to close this if you want.

@basti1302
Copy link
Contributor

I'm not the maintainer here either, just another entr user like you, who fell into the same trap. I can't close this ticket. You can close it yourself, though :)

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