You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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.
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
The text was updated successfully, but these errors were encountered: