termpdf icon indicating copy to clipboard operation
termpdf copied to clipboard

`touch` on cache file fails when parent folder doesn't exist

Open max-baz opened this issue 7 years ago • 0 comments

This line fails when the folder ~/.config/termpdf doesn't exist.

https://github.com/dsanson/termpdf/blob/5d9e9796d618dbe81bace9ffeb65f409cb461cb4/termpdf#L295

However, ~/.config in general is not a good place for storing cache, please store it in ~/.cache/termpdf.

max-baz avatar May 22 '18 23:05 max-baz