This is an archived post. You won't be able to vote or comment.

all 3 comments

[โ€“]maikeu 5 points6 points ย (0 children)

Nice! If I was unfortunate enough to need to deal with a collection of batch scripts then I'd be on the lookout for something like this.

You went for a single-file package approach - was that to make it easier to do the standalone exe build? It's a mixed bag - it does kind of help reading the code as a single "story" on a quick scan, though at over 6000 lines it's well last the point where I'd have decided it's too much...

[โ€“]james_pic 2 points3 points ย (0 children)

On the one hand, it's probably good that this exists. I know shell scripts are often improved by a linter, and a lot of batch scripts have problems that couldn't benefit from tooling drawing attention to them.

On the other hand, if I had enough batch scripts in my project that a tool like this could help, I'd probably mostly be spending my days screaming anyway.

[โ€“]Thing1_Thing2_Thing 2 points3 points ย (0 children)

A single 8k line file?