smart_todo icon indicating copy to clipboard operation
smart_todo copied to clipboard

Add a `OnOccasionaly` event

Open Edouard-chin opened this issue 5 years ago • 1 comments

Useful when you don't really know when the todo comes to expiration but want to be reminded every so often

Edouard-chin avatar Jul 11 '19 18:07 Edouard-chin

That would require to remember state from run to run. A stateless way would be to have a percentage chance of notifying, like 10% of runs, or approximately every once every 10 runs. It might be never, or it might be every run. It's a roll of the dice :)

francois avatar Jul 08 '21 18:07 francois