-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
Comments
eval
changed the title
Allow for more declaritive use of
Allow for more declarative use of Mar 19, 2023
xdg-*-home
xdg-*-home
Sounds good
On Sun, 19 Mar 2023 at 13:52, Gert Goet ***@***.***> wrote:
(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"]`
—
Reply to this email directly, view it on GitHub
<#91>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AACFSBU74LWOO77RPNRP2VTW436PZANCNFSM6AAAAAAWADBIRA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
eval
added a commit
to eval/fs
that referenced
this issue
Mar 19, 2023
3 tasks
eval
added a commit
to eval/fs
that referenced
this issue
Mar 19, 2023
borkdude
pushed a commit
that referenced
this issue
Mar 19, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
(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?The text was updated successfully, but these errors were encountered: