mmikeww / AHK-v2-script-converter

AHK v1 -> v2 script converter
https://autohotkey.com/boards/viewtopic.php?f=6&t=25100
The Unlicense
538 stars 42 forks source link

Add -r (recurse convert directories) #176

Closed Banaanae closed 2 months ago

Banaanae commented 4 months ago

Use v2converter.ahk -r C:\path\to\dir to recursively convert

TODO:

FIXED:

Not merging yet because of lack of relative paths and buggy behaviour

Banaanae commented 2 months ago

It appears no other flags support relative paths, so my plan is

  1. Complete recursing, merge
  2. Add relative path support