mmikeww / ahk-minify

AutoHotKey Minifier/Uglifier wrote in AutoHotKey

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ahk-minify

An AutoHotKey Minifier/Uglifier wrote in AutoHotKey

Works using RegEx so it has the added benefit of easily being ported to other languages.

Usage

  1. Download and run the latest release
  2. Select which rules you want to apply on the script (you can hover over the checkboxes for more info)
  3. Press "Select file and Minify" and follow the prompts.
  4. Your file will now be minified! (Unless it isn't, if this does happen make an issue)

Roadmap

  • Finish remaining rules
  • Make online version with github pages
  • Start the cycle of fixing edge cases

RegEx Explanations

TODO Write this with summaries

About

AutoHotKey Minifier/Uglifier wrote in AutoHotKey

License:The Unlicense


Languages

Language:AutoHotkey 63.0%Language:JavaScript 20.7%Language:HTML 15.1%Language:CSS 1.2%