Replies: 1 comment
-
Yeah, good point, this should definitely be in the readme. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
To add just completion to bash, the easiest is to add the following line in ~/.bashrc:
No need to fiddle with completions scripts in /etc/bash_completion.d or whatever, which can vary according to linux distribution and might need to be updated at every new just version.
To be complete, these are the lines I use to also have completion for the 'j' alias:
Maybe this is worth adding to the documentation in:
https://just.systems/man/en/chapter_63.html
Please note I have tested this only on bash, my bash version is:
GNU bash, version 5.1.16(1)-release (x86_64-pc-linux-gnu)
Beta Was this translation helpful? Give feedback.
All reactions