aboutsummaryrefslogtreecommitdiffstats
path: root/PolygLua.lua (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-10-28Fix the PHP example.dvs11-0/+2
2024-10-28Consistantly use single quotes for Lua strings, unless otherwise needed.dvs11-19/+19
Old habits die hard. lol
2024-10-27Allow -abc style, expand to -a -b -c, and can put -- in front of any option.dvs11-6/+15
2024-10-27TODO+=2.5dvs11-1/+4
2024-10-27Rename _ to PolygLua externally.dvs11-3/+6
Next it'll want it's own package. Oh wait....
2024-10-25Added the rest of the logging and debug level stuff from apt-panopticon, ↵dvs11-7/+27
except for file logging
2024-10-25Help command now prints out full usage as well.dvs11-12/+29
2024-10-25Don't complain about not finding something we actually found.dvs11-2/+1
2024-10-25Moved common stuff like --help, --version to an internal options table we ↵dvs11-4/+24
scan as well.
2024-10-25TODO++dvs11-0/+2
2024-10-25Support config files now.dvs11-14/+33
2024-10-25Other potential names.dvs11-0/+1
2024-10-25Just discovered the arg variable, use it and rename parseArgs() to just parse().dvs11-3/+3
2024-10-24Yet another TODO, YATODO.dvs11-0/+4
2024-10-24Rename also to Then.dvs11-1/+1
2024-10-24Some more tidying up.dvs11-51/+20
2024-10-24Mostly minor cleanups.dvs11-3/+11
2024-10-24Add an after command for forked stuff, to be called whan the forked thing ends.dvs11-2/+5
2024-10-24Introducing PolygLua, writing Lua in any language.dvs11-3/+22
Basically include a script written in any script language, as a string in your Lua code, then call it from your Lua code.
2024-10-23New options parsing stuff.dvs11-8/+37
2024-10-22Rearrange those logging globals and a few other things in _.dvs11-43/+34
2024-10-22Lots of little tweaks about how _ works.dvs11-5/+32
2024-10-21Restructure the APT.exe stuff.dvs11-0/+170