Simplification of cache placement with $XDG_CACHE_HOME #19
Labels
No labels
bug
dependency
documentation
duplicate
enhancement
fixed
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
bud/typiskt#19
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Hi, thinking about the Freedesktop XDG specifications, I think it would be easier to set typiskt's cache dir at
$XDG_CACHE_HOME/typiskt, and have that default to~/.cache/typisktifXDG_CACHE_HOMEis unset, so that you don't need to have thecache-diroption norTYPISKT_CACHEvariable, since the user can control the cache folder through the aforementioned XDG variable. I think it's more elegant this wayVery good idea. And it's a oneline fix for me. I will include that in the next version. Thank you! What's your WPM?
Well, It was around 40 when I started using your program; now it's ~75:) (just checked by looking at the
scorefile)finally did this.