Directory structure:
└── rcx-ida-scripts/
├── README.md
├── ida.clr
├── LICENSE
├── plugins/
│ ├── force_lvar_width.py
│ ├── HexRaysPyTools.py
│ ├── ret-sync.py
│ ├── HexRaysPyTools/
│ │ ├── __init__.py
│ │ ├── Api.py
│ │ ├── Cute.py
│ │ ├── Forms.py
│ │ ├── Settings.py
│ │ └── Core/
│ │ ├── __init__.py
│ │ ├── Cache.py
│ │ ├── Classes.py
│ │ ├── Const.py
│ │ ├── Helper.py
│ │ ├── NegativeOffsets.py
│ │ ├── SpaghettiCode.py
│ │ ├── StructureGraph.py
│ │ ├── StructXrefs.py
│ │ ├── TemporaryStructure.py
│ │ └── VariableScanner.py
│ └── ret_sync_ext_ida/
│ ├── __init__.py
│ ├── broker.py
│ ├── dispatcher.py
│ └── SyncPlugin.py
├── scripts/
│ ├── idbdumpowner.py
│ └── idbupdateowner.py
└── skin/
├── ida-default/
│ ├── manifest.xml
│ └── stylesheet.qss
└── idaskins-dark/
├── manifest.xml
└── stylesheet.qss