1 comments

  • tboy13375 hours ago
    *Yes, it&#x27;s 2025. Yes, people still write batch scripts. No, they shouldn&#x27;t crash.*<p>## What It Does *157 rules* across Error&#x2F;Warning&#x2F;Style&#x2F;Security&#x2F;Performance *Catches the nasty stuff*: Command injection, path traversal, unsafe temp files *Handles the weird stuff*: Variable expansion, FOR loops, multilevel escaping *10MB+ files?* No problem. *Unicode?* Got it. *Thread-safe?* Always.<p>## Get It Now ```bash pip install Blinter ``` Or grab the standalone `.exe` from [GitHub Releases](<a href="https:&#x2F;&#x2F;github.com&#x2F;tboy1337&#x2F;Blinter&#x2F;releases" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tboy1337&#x2F;Blinter&#x2F;releases</a>)<p>## One Command ```bash python -m blinter script.bat ```<p>That&#x27;s it. No config needed. No ceremony. Just point it at your `.bat` or `.cmd` files.<p>---<p>*The first professional-grade linter for Windows batch files.* Because your automation scripts shouldn&#x27;t be held together with duct tape.<p>[ PyPI](<a href="https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;Blinter&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pypi.org&#x2F;project&#x2F;Blinter&#x2F;</a>) • [ GitHub](<a href="https:&#x2F;&#x2F;github.com&#x2F;tboy1337&#x2F;Blinter" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;tboy1337&#x2F;Blinter</a>)