Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bash-completion script is messed up #181

Open
axelsimon opened this issue Aug 9, 2023 · 2 comments
Open

bash-completion script is messed up #181

axelsimon opened this issue Aug 9, 2023 · 2 comments

Comments

@axelsimon
Copy link
Contributor

I have enabled bash completions by adding source <(dstask bash-completion) to my .bashrc.

The results are surprising.
For instance, if i type
dstask add test +butab expecting it to complete with +bug, instead I end up with dstask add test g.
dstask add test +bugtab ends up as dstask add test report

dstask add show-retab ends up as dstask add solved.

Tested on Kitty, Alacritty and GNOME Terminal.

Also, completion does nothing at all when used after the suggested alias t="dstask".

@naggie
Copy link
Owner

naggie commented Sep 3, 2023

This is strange, I cannot reproduce the broken tab completion on bash or zsh. Also, the alias (t) completion works fine. Is there a conflicting completion somewhere or something?

@axelsimon
Copy link
Contributor Author

I'll try and have another look at this and figure it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants