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

Is there a entr alternative for Windows? #98

Closed
igorgue opened this issue Aug 6, 2022 · 4 comments
Closed

Is there a entr alternative for Windows? #98

igorgue opened this issue Aug 6, 2022 · 4 comments

Comments

@igorgue
Copy link

igorgue commented Aug 6, 2022

I'm force to code on windows sometimes, with powershell or cmd, and I wonder if there's an Entr alternative for windows, and yes, I see the workaround for WSL but I'm trying to do it native.

@eradman
Copy link
Owner

eradman commented Aug 7, 2022

I don't know of a utility similar to entr(1) for Windows, but I'll keep this open for a little while in case someone else knows.

@franciscod
Copy link

There's https://github.com/gorakhargosh/watchdog, which runs on many platforms (windows included). Comes with a (Python) CLI tool.

@igorgue
Copy link
Author

igorgue commented Aug 13, 2022

Yes, although not as easy and cool as entr but works, thank you, here's how I ran that one:

watchmedo shell-command --patterns="*.py" --recursive --command="pytest"

@igorgue igorgue closed this as completed Aug 13, 2022
@eradman
Copy link
Owner

eradman commented Aug 13, 2022

Cool. Thanks for the lead @franciscod

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