A prototype Directory Structure based Menu generating system
This supports walking a Directory that has inner subfolder + bash/python scripts and generates:
- A custom Bullet based Menu System for each Subdirectory Tree
- Sensible default shortcuts for each item (configurable by placing a config.json file in the associated subdir)
- Configurable (as mentioned above)
- Smart imports from an associated extern custom Python Module or the Directory structure itself can be a Pythonesque module structure
- for use in Leaf commands defiend as a .py script
More readme goes here
Since I've been using 3.10+ features, this is only supported with the latest 3.10+ python