HiveMinds / tw-install

Automatically installs Taskwarrior, Taskserver (TODO: and Timewarrior). This project aims to support automated installation of all Taskwarrior hook scripts, configuration flavours etc. with a single command.
GNU Affero General Public License v3.0
17 stars 7 forks source link

Create manual, selective group task sharing hook. #53

Open a-t-0 opened 3 years ago

a-t-0 commented 3 years ago
      <p>Check if it doesn't already exist first.</p>

Suppose I planned a course, I might want to share this planning with my fellow taskwarrior users, without sharing other (private) tasks. Make a command/script that allows one to export all the tasks from pending.data that are for example selected with command: task share proj:uni.SomeCourse.

That should make a file containing the pending.data lines of those tasks, that is read by the task import filename.data command those tasks to the other users taskwarrior if she/he decides to import them.

Preferably by generating task objects that are turned into task add.. commands, so that the backlog.data and undo.data are also correct. Otherwise just copy the lines into pending.data.