-
Notifications
You must be signed in to change notification settings - Fork 21
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
Support something simliar to context #122
Comments
Straightening things out in my own head, there are several angles:
|
I think we want to avoid baking specific interfaces like git and hg into the tool -- that opens the door to a slew of follow-on PRs to add more functionality and creeping growth. And inevitably privileges some integrations over others. Do we add a Darcs interface? SourceSafe? BitKeepr? etc. I suspect some careful planning could generate a kind of "hook" interface that can support this. We've got time to design something nice here. |
There is lively conversation about contexts: #163, pending its resolution. |
https://taskwarrior.org/docs/context.html
@srfraser mentioned in another issue that it would be handy to be able to dynamically determine contextual information from the current directory, and by running external commands. Is there a general approach we could take here?
The text was updated successfully, but these errors were encountered: