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

entr: exec reload-browser: No such file or directory #9

Open
thepenguinthatwants opened this issue Jul 26, 2019 · 2 comments
Open

entr: exec reload-browser: No such file or directory #9

thepenguinthatwants opened this issue Jul 26, 2019 · 2 comments

Comments

@thepenguinthatwants
Copy link

Hi!

I installed entr and downloaded the reload-browser -script. From the same directory I have reload-browser downloaded.

I just made a index.html file

ls *.html | entr reload-browser Firefox

Used this command but the output is only

entr: exec reload-browser: No such file or directory

@sukima
Copy link

sukima commented Feb 22, 2020

@thepenguinthatwants This repo is a fork of the official project at http://eradman.com/entrproject/ which provides a link to the reload-browser script: http://eradman.com/entrproject/scripts/reload-browser

@offray
Copy link

offray commented Jun 19, 2020

@thepenguinthatwants Today I was having the same problem as you as a first time entr user. My quick fix was to do this:

ls *.html | entr ./reload-browser Firefox

Notice the leading ./ that executes the script in the folder where the html files are being watched. A more general solution would be to put reload-browser in a shared path, but it's working so far.

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

3 participants