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

Allow for more declarative use of xdg-*-home #91

Closed
eval opened this issue Mar 19, 2023 · 1 comment · Fixed by #92
Closed

Allow for more declarative use of xdg-*-home #91

eval opened this issue Mar 19, 2023 · 1 comment · Fixed by #92

Comments

@eval
Copy link
Contributor

eval commented Mar 19, 2023

(fs/xdg-config-home) is mostly never useful as-is as it's typically used to get the config-folder for a specific application: (fs/path (fs/xdg-config-home) "some-app").

How about we add a 1-arity option for the fs/xdg-*-home functions?

(fs/xdg-config-home "clj-kondo")
;; => #object[sun.nio.fs.UnixPath 0x37548587 "/Users/gert/.config/clj-kondo"]`
@eval eval changed the title Allow for more declaritive use of xdg-*-home Allow for more declarative use of xdg-*-home Mar 19, 2023
@borkdude
Copy link
Contributor

borkdude commented Mar 19, 2023 via email

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