Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Allow Custom Storage Locations for save_results #47

Closed
lemorage opened this issue Oct 23, 2023 · 2 comments
Closed

Feature Request: Allow Custom Storage Locations for save_results #47

lemorage opened this issue Oct 23, 2023 · 2 comments
Assignees

Comments

@lemorage
Copy link
Contributor

Currently, the save_results flag stores the results to ~/.local/share/donkeytype by default. It would be better to let the user customize the default location.

Proposed Solution:

  1. Introduce a new option, say --results-path, where users can provide their preferred storage location. If this option isn't set, the program can fall back to the default location.

  2. Alternatively, we could modify the save_results flag to accept an optional argument that specifies the storage location. If the argument isn't provided, it defaults to the current behavior.

@WindowGenerator
Copy link
Contributor

Can I take this issue or @lemorage u want to do it?

@lemorage
Copy link
Contributor Author

@WindowGenerator Oh no no, I'm just suggesting it, you go for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants