Skip to content

Commit

Permalink
Allow more than active task
Browse files Browse the repository at this point in the history
The default Taskwarrior limit of active tasks is one. However, there are
many use cases where multiple active tasks must be used, e.g. when
working on an GitHub issue and the associated PR which are both handled
in separate tasks or when working on tasks that are dependent on other
tasks.
The limited has been increased to allow to use Taskwarrior for such use
cases without having to deal with limitation errors.

Closes GH-117
  • Loading branch information
arcticicestudio committed Sep 8, 2018
1 parent 6cb1165 commit 8d013ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions snowblocks/taskwarrior/taskrc
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ default.command=stat
editor=vim
list.all.projects=true
list.all.tags=true
max_active_tasks=20
regex=true
weekstart=Monday

Expand Down

0 comments on commit 8d013ad

Please sign in to comment.