pending.nvim/doc
Barrett Ruth cfcaaca28b feat(archive): duration syntax and confirmation prompt
Problem: `:Pending archive` accepted only a bare integer for days and
silently deleted tasks with no confirmation, risking accidental data loss.

Solution: Accept duration strings (`7d`, `3w`, `2m`) via
`parse.parse_duration_to_days()`, show a `vim.ui.input` confirmation
prompt before removing tasks, and skip the prompt when zero tasks match.
2026-03-08 20:25:33 -04:00
..
pending.txt feat(archive): duration syntax and confirmation prompt 2026-03-08 20:25:33 -04:00