You were trying to find a simple shell php script executer? Now you have it .
Open the ScriptExecuter by navigating to the root folder.
You can create a new script using the command bin/run create --script='script_name' --class-name='ScriptClassName' After executing, your script folder and class are already created, you can modify it's methods by navigating to src/ScriptExecuter/Scripts/ScriptClassName/ScriptClassName.
You can easily run a script by running the command bin/run execute --script='script_name' or bin/run execute and choosing the script in the select using the arrow keys and hitting enter or typing the corresponding index and hitting enter.
If you wanna contribute with this, you can implement these functionalities:
Implement a delele command to completely delete a script including it's folder, contents and classes inside and the script insert in scripts.json