-
Notifications
You must be signed in to change notification settings - Fork 713
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
Contexts not expanding #255
Comments
I guess you did, but just in case: Have you added |
Hey @pabgan , yes, I have. Everything else is expanding properly. Only the contexts are not. |
That's strange; if
|
Yes, I do have contexts, and More interestingly, either I made a mistake in my original post, or it now partly works:
However, expansion does not work: |
I am seeing command expansion working, but neither projects nor contexts working. For instance: t listproj and t listcon both work as expected, returning lists of projects and contexts in todo.txt. Using version 2.11.0 on Ubuntu 16.04 |
I had the same issue as @stueja wrote. Check if there is 'shopt -s hostname' in your .bashrc file. |
I have no such line in my .bashrc unfortunately, so that doesn't help in my case. Thanks for the suggestion though! |
Do you want to request a feature or report a bug?
A bug.
What is the current behavior?
Entering "@" and hitting "tab" does not expand the contexts.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.
Enter
t add +project @
and hit tab.What is the expected behavior?
Like with
+
, see a list of contexts.Which versions todo.sh are you using?
Which Operating System are you using?
Arch Linux
Which version of bash are you using?
Note: I sent this to the mailing list, no answer so far.
The text was updated successfully, but these errors were encountered: