| Commit message (Expand) | Author | Files | Lines |
2024-11-04 | Pass name to option funcs, and use it in help command. | dvs1 | 1 | -3/+3 |
2024-11-04 | Switch confFile to name, to be used more genericaly. | dvs1 | 1 | -3/+3 |
2024-11-04 | Search for the README.md file when help is asked for. | dvs1 | 1 | -0/+10 |
2024-11-04 | Oops-- | dvs1 | 1 | -1/+1 |
2024-11-04 | Refactor PolygLua.lua uninstall / purge. | dvs1 | 1 | -24/+15 |
2024-11-04 | No need for os.exit() in these places. | dvs1 | 1 | -3/+0 |
2024-11-04 | Add uninstall and purge subcommands for PolygLua and aataaj. | dvs1 | 1 | -19/+85 |
2024-11-04 | Let user know we are installing things. | dvs1 | 1 | -0/+1 |
2024-11-03 | PolygLua.lua installs itself. | dvs1 | 1 | -0/+25 |
2024-10-28 | Various minor tweaks and cleanups. | dvs1 | 1 | -5/+5 |
2024-10-28 | Minor tweaks. | dvs1 | 1 | -9/+9 |
2024-10-28 | Fix the PHP example. | dvs1 | 1 | -0/+2 |
2024-10-28 | Consistantly use single quotes for Lua strings, unless otherwise needed. | dvs1 | 1 | -19/+19 |
2024-10-27 | Allow -abc style, expand to -a -b -c, and can put -- in front of any option. | dvs1 | 1 | -6/+15 |
2024-10-27 | TODO+=2.5 | dvs1 | 1 | -1/+4 |
2024-10-27 | Rename _ to PolygLua externally. | dvs1 | 1 | -3/+6 |
2024-10-25 | Added the rest of the logging and debug level stuff from apt-panopticon, exce... | dvs1 | 1 | -7/+27 |
2024-10-25 | Help command now prints out full usage as well. | dvs1 | 1 | -12/+29 |
2024-10-25 | Don't complain about not finding something we actually found. | dvs1 | 1 | -2/+1 |
2024-10-25 | Moved common stuff like --help, --version to an internal options table we sca... | dvs1 | 1 | -4/+24 |
2024-10-25 | TODO++ | dvs1 | 1 | -0/+2 |
2024-10-25 | Support config files now. | dvs1 | 1 | -14/+33 |
2024-10-25 | Other potential names. | dvs1 | 1 | -0/+1 |
2024-10-25 | Just discovered the arg variable, use it and rename parseArgs() to just parse(). | dvs1 | 1 | -3/+3 |
2024-10-24 | Yet another TODO, YATODO. | dvs1 | 1 | -0/+4 |
2024-10-24 | Rename also to Then. | dvs1 | 1 | -1/+1 |
2024-10-24 | Some more tidying up. | dvs1 | 1 | -51/+20 |
2024-10-24 | Mostly minor cleanups. | dvs1 | 1 | -3/+11 |
2024-10-24 | Add an after command for forked stuff, to be called whan the forked thing ends. | dvs1 | 1 | -2/+5 |
2024-10-24 | Introducing PolygLua, writing Lua in any language. | dvs1 | 1 | -3/+22 |
2024-10-23 | New options parsing stuff. | dvs1 | 1 | -8/+37 |
2024-10-22 | Rearrange those logging globals and a few other things in _. | dvs1 | 1 | -43/+34 |
2024-10-22 | Lots of little tweaks about how _ works. | dvs1 | 1 | -5/+32 |
2024-10-21 | Restructure the APT.exe stuff. | dvs1 | 1 | -0/+170 |