nextfile is a small Lua library for generating the next file in a sequence of files. It was developed for use with tools that export sections of a video as images, and need to be able to name files sequentially without having generated all of the previous files themselves.
Go to file
The Magician d58b6f9148 Change basename to splitfilename, return extension 2023-11-18 18:05:01 +00:00
spec Change basename to splitfilename, return extension 2023-11-18 18:05:01 +00:00
src Change basename to splitfilename, return extension 2023-11-18 18:05:01 +00:00
.busted Add Busted configuration file 2023-11-18 12:47:25 +00:00
.gitignore Ignore luacov.stats.out 2023-11-18 12:49:55 +00:00