You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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?
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 +bu
tab expecting it to complete with+bug
, instead I end up withdstask add test g
.dstask add test +bug
tab ends up asdstask add test report
dstask add show-re
tab ends up asdstask add solved
.Tested on Kitty, Alacritty and GNOME Terminal.
Also, completion does nothing at all when used after the suggested alias t="dstask".
The text was updated successfully, but these errors were encountered: