fastfetch-cli / fastfetch

Like neofetch, but much faster because written mostly in C.
MIT License
8.03k stars 347 forks source link

Add the missing '--users-myself-only' option in bash completions #1027

Closed Antiz96 closed 2 weeks ago

Antiz96 commented 2 weeks ago

The new --users-myself-only option released in v2.16.0 is missing from the bash completions.

CarterLi commented 2 weeks ago

The bash completions file is very outdated and it lacks a lot more flags. It should use fastfetch --help-raw as what fish completions do.

I'm not good at writing shell scripts. If someone would like to contribute I'm happy to provide some support.

CarterLi commented 2 weeks ago

carapace-bin is a good alternative. It uses fastfetch --help-raw and support a lot more shells.

Antiz96 commented 2 weeks ago

Oh okay, I didn't notice the file was outdated and missing more flags, my bad... Thanks for the carapace-bin pointer :)

CarterLi commented 2 weeks ago

Before the script gets rewritten, adding any missing flags is still useful. Thanks for this PR!