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

Absorb the tasks from pending.data instead of terminal commands. #7

Open a-t-0 opened 3 years ago

a-t-0 commented 3 years ago
      <p>Currently multiple terminal commands are used to absorb the task data. This takes quite a while &gt;2 mins for 200&gt; tasks. To speed up the sorting algorithm, the task objects should be created by reading the <code>pending.data</code> files instead.</p>