autocomplete UX improvements #760
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?
Currently the
abra autocompletefeels quite confusing.Coming to it with no memory of past usages, I ran
abra autocomplete bashandabra autocomplete fishand then just saw the output of the script. It didn't actually do anything.@ammaratef45 let me know that I have to run
abra autocomplete bash --helpwhich outputs the actual commands that need to be run for all three supported shells.I don't think there's anyway of knowing that. Could we just make the
abra autocompleteoutput the same as what's currentlyabra autocomplete bash --helpand remove the help flag?