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 42c23c94d3 Move spec/ to tests/, change default options 2023-11-20 11:54:25 +00:00
src Allow an optional extension to be passed to nextfile 2023-11-18 21:33:25 +00:00
tests Move spec/ to tests/, change default options 2023-11-20 11:54:25 +00:00
.busted Move spec/ to tests/, change default options 2023-11-20 11:54:25 +00:00
.gitignore Ignore luacov.stats.out 2023-11-18 12:49:55 +00:00
nextfile-0.0.1.rockspec Add .rockspec file 2023-11-18 21:19:51 +00:00