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

mpsync - A tool that detects changes in files and synchronizes them to a micropython board #15

Closed
thilomichael opened this issue Sep 29, 2020 · 3 comments

Comments

@thilomichael
Copy link
Contributor

Hi,

I'm new to micropython and for my workflow I created a tool that detects changes to files in a specified folder and synchronizes them to a micropython board. That way, whenever you save your project, your board directly executes what you've just written.

The project is called mpsync, is licensed under the MIT license and can be downloaded via pip (pip install mpsync). It is in very early development and has definitely some missing features.

Maybe this tool is also helpful for other developers, so it would be great if it can be added to this list. I'm not sure under wich topic it would fit. It runs on the host, but is not really a shell.

Best,
Uhlo

@askpatrickw
Copy link
Contributor

Hey @Uhlo Just submit a PR and you can add it. Simple markdown edit will do it.
https://github.com/mcauser/awesome-micropython/blob/master/contributing.md

Then the Rep owner will review.

@thilomichael
Copy link
Contributor Author

Thanks, I will do that. Any tip on which topic fits for the tool?

@mcauser mcauser closed this as completed Jan 5, 2021
@mcauser
Copy link
Owner

mcauser commented Jan 5, 2021

Thanks @askpatrickw and @Uhlo

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