morazanm / fsm

A DSL for the Automata Theory Classroom
15 stars 6 forks source link

feat: Save Graphviz Generated Files in Systems `tmp` Directory #56

Closed jschappel closed 1 year ago

jschappel commented 1 year ago

Overview

Currently when generating graphviz files we save the .dot and .png file in the users current directory. It would be ideal to instead save this in the systems temporary folder. This would make is so the OS will auto clean up the files for us.