Is there a difference between ujust
and just
?
Is it as simple as
ujust
is the shared, disto-provided tasks
just
is for personal tasks
?
I could be wrong on this one but I think ujust
is a alias of just
that calls a custom justfile with all the scripts ublue offers while normal just
defaults to the justfile in your home folder.
4 Likes
This is correct.
Also see
1 Like
malix@malix-pc ~> which ujust
/usr/bin/ujust
malix@malix-pc ~> cat /usr/bin/ujust
#!/usr/bin/bash
/usr/bin/just --justfile /usr/share/ublue-os/justfile "${@}"