gitextract_bty5ohzv/ ├── .gitignore ├── GUIDefine.ahk ├── GUIDefine_Functions.ahk ├── GUIDefine_Hotkeys.ahk ├── GUIDefine_Labels.ahk ├── GUIDetails.ahk ├── GUIDetails_Functions.ahk ├── GUIDetails_Labels.ahk ├── GUIKridi.ahk ├── GUIKridiM.ahk ├── GUIKridiM_Functions.ahk ├── GUIKridiM_Hotkeys.ahk ├── GUIKridiM_Labels.ahk ├── GUIKridi_Functions.ahk ├── GUIKridi_Hotkeys.ahk ├── GUIKridi_Labels.ahk ├── GUIReview.ahk ├── GUIReview_Functions.ahk ├── GUIReview_Hotkeys.ahk ├── GUIReview_Labels.ahk ├── GUISell.ahk ├── GUISell_Functions.ahk ├── GUISell_Hotkeys.ahk ├── GUISell_Labels.ahk ├── GUISubmit.ahk ├── GUISubmit_Functions.ahk ├── GUISubmit_Hotkeys.ahk ├── GUISubmit_Labels.ahk ├── GUIUpdate.ahk ├── GUIUser.ahk ├── GUIUser_Functions.ahk ├── GUIUser_Hotkeys.ahk ├── GUIUser_Labels.ahk ├── GenerateRelease.ahk ├── Import.ahk ├── Install.ahk ├── Lib/ │ ├── Classes/ │ │ ├── Class_CtlColors.ahk │ │ ├── Class_GDIplus.ahk │ │ ├── Class_ImageButton.ahk │ │ └── Class_RichEdit.ahk │ └── Language.ahk ├── README.md ├── StartUp.ahk ├── Template.css ├── Template.html ├── Template.js ├── Uninstall.ahk └── Version.txt