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

Trying to execute local python script if command is not a user command #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

reppad
Copy link

@reppad reppad commented Jul 12, 2023

In case the user enters a command which is not in the list of supported commands, smolOS searches if a corresponding python script is present, if yes it imports it.
For example, just type "myscript" to run the script "myscript.py" located on the ESP.
I had considered adding a command like "exec" but this operation seems more POSIX-like ?

Tested on ESP-07 with Micropython v1.20.0
MicroPython v1.20.0 on 2023-04-26; ESP module (1M) with ESP8266

@w84death
Copy link
Owner

Very good idea! Thanks

I'll marge this by hand including in the new, refactored version.

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

Successfully merging this pull request may close these issues.

2 participants