mirror of
https://github.com/jpochyla/psst.git
synced 2026-04-27 07:25:52 +03:00
[GH-ISSUE #156] Change cache directory #114
Labels
No labels
api
bug
build
documentation
duplicate
enhancement
good first issue
help wanted
idea
invalid
linux
lowprio
macos
pull-request
upstream
windows
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/psst#114
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?
Originally created by @FaintWhisper on GitHub (Aug 30, 2021).
Original GitHub issue: https://github.com/jpochyla/psst/issues/156
Hello.
I wanted to know if there is any way to change the cache directory. I have not found any option for it within the GUI, the directory gets printed but it does not allow editing.
I have been reviewing the code to see if I could change it easily. I have found that the directory is defined in psst-gui/src/data/config.rs but I don't know much about Rust so I don't know how to modify it :(
I have also found a config file in AppData/Roaming/Psst but it does not include any fields regarding the cache directory.
It would be great if someone could add a simple way to change it.
Thank you very much and great job so far.
@jpochyla commented on GitHub (Aug 31, 2021):
Hi! Why would you like to change it?
@FaintWhisper commented on GitHub (Aug 31, 2021):
The reason is that the main disk (C: drive) of my computer is an SSD and I prefer to reserve it only for the OS so that it does not get worn out by unnecessary writes/reads, I rather move the applications and related cache directories to the second disk (D: drive) which is an HDD, but I know that this is a very particular situation so I would understand that you decide to not implement it.
@4utomator commented on GitHub (Aug 5, 2023):
This would be an important feature for me as well