smolOS icon indicating copy to clipboard operation
smolOS copied to clipboard

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

Open reppad opened this issue 2 years ago โ€ข 1 comments

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

reppad avatar Jul 12 '23 15:07 reppad

Very good idea! Thanks

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

w84death avatar Jul 25 '23 18:07 w84death