├── .gitignore ├── LICENSE ├── README.md ├── examples └── eye_saver_config.json ├── list_apps.py ├── magic_mapper.py ├── magic_mapper_config.json ├── notes ├── buildroot_notes.md ├── chatgpt_v5.py ├── ezinject_notes.md └── luna_notes.md └── start_magic_mapper /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewfraley/magic_mapper/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewfraley/magic_mapper/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewfraley/magic_mapper/HEAD/README.md -------------------------------------------------------------------------------- /examples/eye_saver_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewfraley/magic_mapper/HEAD/examples/eye_saver_config.json -------------------------------------------------------------------------------- /list_apps.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewfraley/magic_mapper/HEAD/list_apps.py -------------------------------------------------------------------------------- /magic_mapper.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewfraley/magic_mapper/HEAD/magic_mapper.py -------------------------------------------------------------------------------- /magic_mapper_config.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewfraley/magic_mapper/HEAD/magic_mapper_config.json -------------------------------------------------------------------------------- /notes/buildroot_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewfraley/magic_mapper/HEAD/notes/buildroot_notes.md -------------------------------------------------------------------------------- /notes/chatgpt_v5.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewfraley/magic_mapper/HEAD/notes/chatgpt_v5.py -------------------------------------------------------------------------------- /notes/ezinject_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewfraley/magic_mapper/HEAD/notes/ezinject_notes.md -------------------------------------------------------------------------------- /notes/luna_notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewfraley/magic_mapper/HEAD/notes/luna_notes.md -------------------------------------------------------------------------------- /start_magic_mapper: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/andrewfraley/magic_mapper/HEAD/start_magic_mapper --------------------------------------------------------------------------------