-
Notifications
You must be signed in to change notification settings - Fork 49
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
Multiple Active Context #20
Comments
The only way you can currently do this is to use a different repository per tab. You could have a bash script in your bashrc that sets the dstask repo location based on the git project, for instance. The environment variable is I have considered allowing a |
Setting the |
Thinking about it, I think |
If this env var is set to a valid context string, it takes precedence over context stored in local state. The "--" ignore context token will still be respected, however. Refs naggie#20
Working on a version of this in #66 |
If this env var is set to a valid context string, it takes precedence over context stored in local state. The "--" ignore context token will still be respected, however. Space-separated strings are allowed in DSTASK_CONTEXT. We tokenize before passing to ParseCmdLine Refs naggie#20
If anyone is willing to build from the master branch, context can now be set/overridden with the |
Actually it's built into v0.23.1 -- I forgot to add that to the release note, sorry! I've amended the release note. https://github.com/naggie/dstask/releases/tag/v0.23.1 |
looks like this can be closed. |
So using iterm, i would like to keep different context in different window, to use it as different active boards to work on, any ideas on this.
Tried doing it, but changing the context changes it globally across different iterm planes
The text was updated successfully, but these errors were encountered: