Malix
1
ujust
features completion only for bash (while just
features completion everywhere)
Is there a way to fix that ?
Is that the same for everyone ?
I know that:
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 "${@}"
But I don’t really know how to debug it
Given ujust
is just a wrapper for just
, you should be able to follow just
’s normal procedure for getting completions for whatever shell you’re using.
https://just.systems/man/en/shell-completion-scripts.html
Malix
3
Thanks for the workaround
Are you on Bluefin/Aurora ?
If yes, does ujust
completion works ?
I’m on Bluefin, and no, stock the ujust
completions did not work for me.