`ujust --choose` alias

Hi! Can’t say enough how much I’m liking bluefin. One thing I noticed, though, was that I could not remember the --choose flag. When you type ujust and hit tab --choose is not included in the provided suggestions. Only non ‘–’ options are. As such, I was wondering whether an alias like ‘ujust menu’ would make it easier for newcomers to get into the lovely fzf display?

Thanks for your efforts!

On my Bluefin, there are no autocomplete for ujust, not only for --choose

I just created an issue about it :

You can make one :

  • FISh : alias --save "ujc" "ujust --choose"
  • POSIX Shell Compliant : alias ujc="ujust --choose"

If you want to propose an official built-in alias,
This is where you should post it :

1 Like

Hmmm tab complete is working out of the box on my install.

I didn’t mean a bash alias, just a Justfile modification to make --choose and menu do the same thing. Mostly for uniformity, since the rest of the top level commands aren’t hyphenated.

I’ll make a gh issue.
Cheers.

For ujust ?

It is weird because it is not working on my machine

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.