sdushantha / fontpreview

Highly customizable and minimal font previewer written in bash
MIT License
909 stars 39 forks source link

Create temp directory #10

Closed maxdevjs closed 4 years ago

maxdevjs commented 4 years ago

to contain fontpreview temp files.

Note: this is absolutely optional PR.

I did it for testing purpose: /tmp quickly gets filled with old files. Now it is way easier to clean everything up during tests and even when exiting fontpreview.

Automatic clean not yet implemented.

sdushantha commented 4 years ago

Thats great! Now the /tmp wont be messy :blush: