tasknc icon indicating copy to clipboard operation
tasknc copied to clipboard

task deletion fails, if task asks for confirmation

Open ghost opened this issue 12 years ago • 3 comments

Hi,

as long as confirmation=no is set, deletion of tasks works fine. Otherwise it stays in a endless loop and crashes.

ghost avatar Oct 26 '13 12:10 ghost

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.

lharding avatar Oct 05 '15 08:10 lharding

hey i have the same behavior even when the config file has confirmation=no

MartinEtcheverry avatar Aug 03 '18 15:08 MartinEtcheverry

@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.

infinisil avatar Dec 19 '18 17:12 infinisil