pending.nvim/lua/pending
Barrett Ruth 7835dc4687 feat(file-token): add file: inline metadata token with gf navigation
Problem: there was no way to link a task to a specific location in a
source file, or to quickly jump from a task to the relevant code.

Solution: add a file:<path>:<line> inline token that stores a relative
file reference in task._extra.file. Virtual text renders basename:line
in a new PendingFile highlight group. A buffer-local gf mapping
(configurable via keymaps.goto_file) opens the file at the given line.
M.add_here() lets users attach the current cursor position to any task
via vim.ui.select(). M.edit() gains -file support to clear the
reference. <Plug>(pending-goto-file) and <Plug>(pending-add-here) are
exposed for custom mappings.
2026-02-26 18:20:32 -05:00
..
sync feat(sync): backend interface + CLI refactor (#42) 2026-02-26 17:59:04 -05:00
buffer.lua feat(file-token): add file: inline metadata token with gf navigation 2026-02-26 18:20:32 -05:00
complete.lua feat(file-token): add file: inline metadata token with gf navigation 2026-02-26 18:20:32 -05:00
config.lua feat(file-token): add file: inline metadata token with gf navigation 2026-02-26 18:20:32 -05:00
diff.lua feat(file-token): add file: inline metadata token with gf navigation 2026-02-26 18:20:32 -05:00
health.lua feat(sync): backend interface + CLI refactor (#42) 2026-02-26 17:59:04 -05:00
init.lua feat(file-token): add file: inline metadata token with gf navigation 2026-02-26 18:20:32 -05:00
parse.lua feat(file-token): add file: inline metadata token with gf navigation 2026-02-26 18:20:32 -05:00
recur.lua feat: time-aware due dates, persistent undo, @return audit (#33) 2026-02-25 20:37:50 -05:00
store.lua feat: :Pending edit command for CLI metadata editing (#41) 2026-02-26 16:34:07 -05:00
textobj.lua feat: text objects and motions for the pending buffer (#39) 2026-02-26 16:28:58 -05:00
views.lua feat(file-token): add file: inline metadata token with gf navigation 2026-02-26 18:20:32 -05:00