git.cjennings.net
:
pearl
main
Pearl Edits and Reflects Linear — manage Linear.app issues as org-mode in Emacs
Craig Jennings
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pearl.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix(accounts): pearl-check-setup reports the active account, not the legacy key
Craig Jennings
2026-05-31
1
-6
/
+17
*
feat(accounts): multi-account support with tests
Craig Jennings
2026-05-31
1
-43
/
+304
*
fix(merge): land the type-nil marker fix that should have been in eb56295
Craig Jennings
2026-05-28
1
-4
/
+10
*
feat(merge): preserve the user's view across a merge refresh
Craig Jennings
2026-05-28
1
-9
/
+59
*
refactor(render): drop the leading 💬 glyph from the Comments heading
Craig Jennings
2026-05-28
1
-13
/
+14
*
refactor(view-sync): pick-scope returns (display . plist), drops rassoc lookup
Craig Jennings
2026-05-28
1
-62
/
+83
*
fix(view-sync): refuse sync of a saved query whose filter is empty
Craig Jennings
2026-05-28
1
-27
/
+36
*
refactor(view-sync): pearl--save-query-mark-synced preserves unknown plist keys
Craig Jennings
2026-05-28
1
-16
/
+16
*
feat(view-sync): pearl-publish-current-source convenience wrapper
Craig Jennings
2026-05-28
1
-1
/
+37
*
feat(view-sync): pearl-pick-source distinguishes [saved] / [saved → scope] ...
Craig Jennings
2026-05-28
1
-32
/
+105
*
feat(view-sync): extend pearl-delete-saved-query with delete-on-Linear prompt
Craig Jennings
2026-05-28
1
-13
/
+93
*
feat(view-sync): pearl-sync-saved-query-to-linear + transient entry
Craig Jennings
2026-05-28
1
-61
/
+459
*
feat(prompts): split sentinel + default-yes for safe yes/no
Craig Jennings
2026-05-28
1
-44
/
+71
*
feat(saved): add pearl-delete-saved-query and a sentinel cancel for run
Craig Jennings
2026-05-28
1
-3
/
+39
*
fix(filter): pin builder candidate order so [ None. ] stays at the top
Craig Jennings
2026-05-28
1
-10
/
+28
*
feat(filter): show "[ None. ]" as the topmost option in builder prompts
Craig Jennings
2026-05-28
1
-22
/
+54
*
refactor(preamble): tighten buffer affordance comments to keymap form
Craig Jennings
2026-05-27
1
-5
/
+5
*
feat(sources): favorites, views, and filters via pick-source
Craig Jennings
2026-05-27
1
-27
/
+271
*
refactor: verb-align command names and prefixes, use issue not ticket
Craig Jennings
2026-05-27
1
-30
/
+35
*
feat(compose): open compose and conflict buffers in a configurable side window
Craig Jennings
2026-05-27
1
-2
/
+30
*
fix(save): detect comment edits with a rendered-Org hash, not the md round-trip
Craig Jennings
2026-05-27
1
-27
/
+35
*
feat(labels): render Linear labels as Org tags on issue headings
Craig Jennings
2026-05-27
1
-2
/
+42
*
feat(commands): add pearl-copy-issue-url, bound at u c
Craig Jennings
2026-05-27
1
-2
/
+17
*
feat(keys): add pearl-mode and complete the command keymap
Craig Jennings
2026-05-27
1
-25
/
+109
*
feat(render): render issue titles and the view name verbatim
Craig Jennings
2026-05-27
1
-10
/
+13
*
fix(commands): run add-comment and delete from anywhere in a ticket
Craig Jennings
2026-05-26
1
-8
/
+2
*
feat(refresh): re-tidy drawers via org-tidy when it's active
Craig Jennings
2026-05-26
1
-3
/
+13
*
feat(comments): fold the drawer and update the heading count on add
Craig Jennings
2026-05-26
1
-2
/
+33
*
feat(refresh): prompt instead of silently deferring a dirty refresh
Craig Jennings
2026-05-26
1
-10
/
+48
*
fix(refresh): merge keeps any locally-edited ticket
Craig Jennings
2026-05-26
1
-4
/
+13
*
fix(comments): don't recolor the leading heading stars
Craig Jennings
2026-05-26
1
-4
/
+10
*
feat(comments): dim read-only comments so they read as disabled
Craig Jennings
2026-05-26
1
-9
/
+19
*
refactor: remove the dead state-to-todo mapping subsystem
Craig Jennings
2026-05-26
1
-45
/
+2
*
feat(comments): lead the Comments heading with the 💬 glyph
Craig Jennings
2026-05-26
1
-8
/
+11
*
fix(comments): apply comment highlighting on the bulk render path
Craig Jennings
2026-05-26
1
-2
/
+5
*
feat: resolve a cycled TODO keyword to its Linear state at save
Craig Jennings
2026-05-26
1
-48
/
+101
*
feat(render): rebuild the derived #+TODO header on merge refresh
Craig Jennings
2026-05-25
1
-0
/
+31
*
feat(render): derive the #+TODO line and keywords from team workflow states
Craig Jennings
2026-05-25
1
-10
/
+52
*
feat(render): add the pure helpers for workspace-derived TODO keywords
Craig Jennings
2026-05-25
1
-0
/
+35
*
fix(save): extend the killed-buffer guard to the text-field savers
Craig Jennings
2026-05-25
1
-14
/
+20
*
fix(save): guard atomic-saver commit callbacks against a killed buffer
Craig Jennings
2026-05-25
1
-3
/
+18
*
docs: drop the stale sync-hook mention in set-heading-state
Craig Jennings
2026-05-25
1
-3
/
+3
*
refactor(save): remove the immediate-state-push org-sync machinery
Craig Jennings
2026-05-25
1
-125
/
+1
*
refactor(save): retire the immediate-push field setters for buffer-editors
Craig Jennings
2026-05-25
1
-106
/
+47
*
feat(save): reconcile structured fields in save-issue and save-all
Craig Jennings
2026-05-25
1
-17
/
+50
*
feat(save): add the priority, state, and labels savers
Craig Jennings
2026-05-25
1
-1
/
+146
*
feat(save): add the atomic field-save engine and the assignee saver
Craig Jennings
2026-05-25
1
-0
/
+110
*
feat(save): add an atomic conflict gate for enum and relation fields
Craig Jennings
2026-05-25
1
-0
/
+46
*
feat(save): detect dirty structured fields against synced baselines
Craig Jennings
2026-05-25
1
-8
/
+56
*
feat(save): write synced baselines for structured fields
Craig Jennings
2026-05-25
1
-0
/
+7
[next]