aboutsummaryrefslogtreecommitdiff
path: root/tests/test-pearl-open.el
Commit message (Collapse)AuthorAgeFilesLines
* feat(commands): add pearl-copy-issue-url, bound at u cCraig Jennings2026-05-271-0/+24
| | | | I added pearl-copy-issue-url. It copies the Linear URL of the issue at point to the kill ring and the system clipboard, reading the stored LINEAR-URL drawer property so there's no network call, and works from anywhere inside the issue subtree. kill-new carries it to the clipboard through interprogram-cut-function, so nothing shells out to a clipboard tool. Bound at u c in the url group, beside u o (open in browser).
* feat: pearl — manage Linear issues from org-modeCraig Jennings2026-05-241-0/+66
Pearl fetches Linear issues into an org file and syncs edits back. It covers list / custom views / saved queries, per-issue and bulk rendering with comments inline, conflict-aware sync of descriptions, titles, and comments, field commands for priority / state / assignee / labels, and a transient dispatch menu. The render folds to a scannable outline and nests issues under a sortable parent. Based on and inspired by Gael Blanchemain's linear-emacs.