abra autocomplete
setup difficulties
#490
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
First of all, autocompletion has a quite weird behavior when just upgrading abra, starting the Error message in the middle of the line:
Plus, setting up autocompletion under bash wasn't as easy as
abra autocomplete --help
suggested here:tried this:
Asked chatGPT on it and this worked for me:
Maybe its due to my setup with Windows and Linux Subsystem (WSL)? Can anyone else verify?
@simon in the latest git main version of abra, the
--help
output has a different command which should work around the permissions issue:abra autocomplete bash | sudo tee /etc/bash_completion.d/abra
Does that also work OK for you?
Additional links below. Please let us know @simon, thanks!
#475
(Please re-open if the issue persists)
This is still an issue on the latest RC
This doesn't work for some reason (Debian 12 and Fedora 41).? afaik it should do.
The solution Simon suggested "Solution 2: Local Storage and Sourcing" works for me, modding the bashrc. I reckon we should probably make sure all the autocomplete commands work for all shells
Have confirmed
abra autocomplete fish
andabra autocomplete zsh
also don't work onabra version 0.10.0-rc1-beta-8af87aa
@kawaiipunk any logs or hints? if i can't reproduce it, i can't fix it.
@3wordchant said in chat that was fixed on git main branch but not in the RC?
It's very confusing when there's stable, RC and git main. Are you on the current RC @decentral1se ? you should be able to recreate.
@kawaiipunk
This was fixed after the release candidate as shown in #490 (comment). This will be released for testing when we get the new release candidate out (currently stalled due to lack of capacity).
I can't recreate "doesn't work for some reason", can you please send us the logs of the error? Run
abra autocomplete bash | sudo tee /etc/bash_completion.d/abra
again and tell us what comes back.