JojiiOfficial / LiveBudsCli

A tool to control your Galaxy buds+, Live, Buds Pro and Buds 2 Pro
https://crates.io/crates/earbuds
GNU General Public License v3.0
193 stars 16 forks source link

Fish shell completions not working #58

Closed Diaoul closed 3 years ago

Diaoul commented 3 years ago

Starting to type earbuds gives this error with fish:

/usr/share/fish/vendor_completions.d/earbuds.fish (line 12): Unexpected ')' found, expecting '}'
            earbuds)
                   ^
from sourcing file /usr/share/fish/vendor_completions.d/earbuds.fish
in command substitution
source: Error while reading file “/usr/share/fish/vendor_completions.d/earbuds.fish”

Running up-to-date Arch Linux.

Awesome work btw! can't wait to get my polybar setup with this :+1:

JojiiOfficial commented 3 years ago

./target/release/${pkgname} --generate=bash > ${pkgname}.fish Looks like the PKGBUILD is generating bash completion for fish shell completion... I'll create a new version and upload it to the AUR.

JojiiOfficial commented 3 years ago

The new version is available. Please reopen this issue if the error still persists.