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

Improving the config handling #8

Closed
JojiiOfficial opened this issue Feb 25, 2021 · 1 comment · Fixed by #10
Closed

Improving the config handling #8

JojiiOfficial opened this issue Feb 25, 2021 · 1 comment · Fixed by #10

Comments

@JojiiOfficial
Copy link

Currently, the config has to be at the exact same location as the executable, this bring some problems and is generally not the best way to handle configs. You can't install the binary in /usr/bin and use clink as user, because /usr/bin is not writable as user. Also users probably want their own configuration each. I'd place the configuration in ~/.config/clink/clink.toml. In addition a cli flag like -c or --config would help as well.

@Lurk
Copy link
Owner

Lurk commented Feb 26, 2021

I think that is a good idea. I will do it sometime later, or feel free to make a pull request.

@Lurk Lurk mentioned this issue Mar 4, 2021
@Lurk Lurk closed this as completed in #10 Mar 4, 2021
Lurk pushed a commit that referenced this issue Sep 22, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants