dansanderson / picotool

Tools and Python libraries for manipulating Pico-8 game files. http://www.lexaloffle.com/pico-8.php
MIT License
367 stars 46 forks source link

p8tool build option to take Lua from stdin #42

Open dansanderson opened 6 years ago

dansanderson commented 6 years ago

More than once now I've recommended build solutions that involve using another tool to produce a .lua file, then p8tool build --lua to add it to a cart. Often, the other tool can actually write the Lua to stdout. It'd be a nice to have an option that would accept this from stdin so these tools can be piped without an intermediate file.