-
Notifications
You must be signed in to change notification settings - Fork 502
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
Global justfile #1846
Global justfile #1846
Conversation
13521ed
to
b1eed71
Compare
One thing that's probably worth discussing is whether the default justfile path should be |
I personally prefer dotfiles in my homedir, since it's easier to edit than the XDG config dir, which on a mac is in |
f94838f
to
1510ba6
Compare
@casey this is ready for review |
44d76e6
to
e83614d
Compare
Some notes:
|
Might be nice to have the ability to initialize a global justfile, but that's additional functionality that can come in a subsequent PR.
Makes sense, I'll try to add this shortly (probably not tonight).
Fine by me.
Ah I didn't realize there was already code that this. |
@casey looks like the macos CI job is failing with no error message. I'm not sure if this is a problem with these changes or CI. |
I think what I figured out was that setting |
I think it's fine not to test other OSs, since the only way something could go wrong is if there was a bug in dirs. |
LGTM! I made the flag |
Allow the
-g
or--global
flag to reference a globaljustfile
in the user's home directory.Resolves #1648