wendlers / mpfshell

A simple shell based file explorer for ESP8266 Micropython based devices ⛺
MIT License
396 stars 84 forks source link

Provide mpfshell entrypoint instead of mpfshell script. #63

Closed stlehmann closed 5 years ago

stlehmann commented 5 years ago

This PR implements the "mpfshell" command by making use of "entry_points". The advantage is that the given entry point can be used platform independent (Windows, Linux, Mac OS) to run mpfshell.

skorokithakis commented 5 years ago

Sorry, can you run this on your branch to fix the conflict?:

pip install pre-commit
pre-commit run -a

Thanks!

skorokithakis commented 5 years ago

Thank you!

stlehmann commented 5 years ago

Happy to see some new progress on this great project. Thank you for merging 👍