task.shift-recurrence icon indicating copy to clipboard operation
task.shift-recurrence copied to clipboard

Shift all your recurrent tasks's time attributes, not only due.

Results 8 task.shift-recurrence issues
Sort by recently updated
recently updated
newest added

The feature implemented by this hook is relevant, or the function is already present in Taskwarrior 2.6.0?

I guess what I removed are old instructions since those files are gone and the instructions are at https://github.com/tbabej/taskpirate.

The following line of `pirate_add_shift_recurrence.py`: ```python tw = TaskWarrior(data_location=os.path.dirname(os.path.dirname(sys.argv[0]))) ``` is wrong if `hooks.location` is not inside `data.location`. Currently I have: ```python data.location=$HOME/.local/share/task hooks.location=$HOME/.config/task/hooks ``` I had to set the...

I'm presuming that this hook is still "a thing" and that the discrepancy between the Install part of the README is referring to files that ..used to exist? ..used to...

Hi! I'm not sure if this is a problem here or in taskpirate, but since you are the developer of both, I don't think it matters much. ;) I created...

TaskWarrior 2.5.1 (and possibly some earlier versions) shift the "wait" attribute appropriately, making that part of this hook superfluous. Fixes [#5](https://github.com/tbabej/task.shift-recurrence/issues/5).

I'm using taskwarrior 2.5.0. I've been experimenting with this hook, and it works well to shift the 'scheduled' attribute of a recurring task. It also implies that the 'wait' attribute...