tasknc
tasknc copied to clipboard
task deletion fails, if task asks for confirmation
Hi,
as long as confirmation=no is set, deletion of tasks works fine. Otherwise it stays in a endless loop and crashes.
With mjheagle8's blessing, I'm taking over maintenance of this project. If you still care about this issue, please reopen it over at my fork.
hey i have the same behavior even when the config file has confirmation=no
@MartinEtcheverry It's the task configuration that needs confirmation=no. Set it like this:
$ task config confirmation no
Or add to ~/.taskrc:
confirmation=no
tasknc doesn't crash for me if I do that.