pending.nvim/lua/pending/sync
Barrett Ruth cee291a20b
feat: add cancelled task status with configurable state chars
Problem: the task lifecycle only has `pending`, `wip`, `blocked`, and
`done`. There is no way to mark a task as abandoned. Additionally,
state characters (`>`, `=`) are hardcoded rather than reading from
`config.icons`, so customizing them has no effect on rendering or
parsing.

Solution: add a `cancelled` status with default state char `c`, `g/`
keymap, `PendingCancelled` highlight, filter predicate, and archive
support. Unify state chars by making `state_char()`, `parse_buffer()`,
and `infer_status()` read from `config.icons`. Change defaults to
mnemonic chars: `w` (wip), `b` (blocked), `c` (cancelled).
2026-03-12 20:53:33 -04:00
..
gcal.lua feat: add cancelled task status with configurable state chars 2026-03-12 20:53:33 -04:00
gtasks.lua fix(sync): add backend name prefix to all OAuth log messages (#122) 2026-03-10 11:26:16 -04:00
oauth.lua refactor: tighten LuaCATS annotations and canonicalize metadata fields (#141) 2026-03-12 20:29:02 -04:00
s3.lua fix(sync): auto-trigger auth flow on unauthenticated sync actions (#120) (#123) 2026-03-10 11:37:16 -04:00
util.lua feat(sync): s3 backend (#112) 2026-03-08 20:20:16 -04:00