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
An approach like this would allow pretty easy switching between TaskWarrior databases:
A configuration option to specify 'shortcuts' to various task databases
A new action that would allow a user to enter a shortcut name, which would then reload VIT with the task database the shortcut refers to.
Should be pretty efficient, for the following reasons:
The action would be bound to a key, just hit the keyboard shortcut and enter the alias. Both history and tab completion would be supported for alias name
I believe you could also map additional keyboard shortcuts to do a direct switch to a particular task database.
The text was updated successfully, but these errors were encountered:
Only somewhat related, but it would be nice if vit could accept a command line parameter specifying data folder to use.
That could be used to feed task with e.g. a default rc.data.location override, or possibly setting the TASKDATA envvar appropriately beforehand.
Alternatively allow passthrough command line param, which could e.g. also be used to specify alternate taskrc location (but there could be dragons)
Yes, that variable is used by TaskWarrior (and indirectly by vit) once it's set/exported, and things work as expected
You can use task rc.data.location:alternateDataLocationDirectory rc:alternateTaskrcConfFile... or set associated TASKDATA and TASKRC environment variables.
See "CONFIGURATION FILE AND OVERRIDE OPTIONS" section in task(1) manpage for details.
Feature request culled from #233
An approach like this would allow pretty easy switching between TaskWarrior databases:
Should be pretty efficient, for the following reasons:
The text was updated successfully, but these errors were encountered: