aboutsummaryrefslogtreecommitdiffstats
path: root/_.lua (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Added the rest of the logging and debug level stuff from apt-panopticon, ↵dvs12024-10-251-7/+27
| | | | except for file logging
* Help command now prints out full usage as well.dvs12024-10-251-12/+29
|
* Don't complain about not finding something we actually found.dvs12024-10-251-2/+1
|
* Moved common stuff like --help, --version to an internal options table we ↵dvs12024-10-251-4/+24
| | | | scan as well.
* TODO++dvs12024-10-251-0/+2
|
* Support config files now.dvs12024-10-251-14/+33
|
* Other potential names.dvs12024-10-251-0/+1
|
* Just discovered the arg variable, use it and rename parseArgs() to just parse().dvs12024-10-251-3/+3
|
* Yet another TODO, YATODO.dvs12024-10-241-0/+4
|
* Rename also to Then.dvs12024-10-241-1/+1
|
* Some more tidying up.dvs12024-10-241-51/+20
|
* Mostly minor cleanups.dvs12024-10-241-3/+11
|
* Add an after command for forked stuff, to be called whan the forked thing ends.dvs12024-10-241-2/+5
|
* Introducing PolygLua, writing Lua in any language.dvs12024-10-241-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.
* New options parsing stuff.dvs12024-10-231-8/+37
|
* Rearrange those logging globals and a few other things in _.dvs12024-10-221-43/+34
|
* Lots of little tweaks about how _ works.dvs12024-10-221-5/+32
|
* Restructure the APT.exe stuff.dvs12024-10-211-0/+170