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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix(save): detect comment edits with a rendered-Org hash, not the md round-trip
Craig Jennings
2026-05-27
1
-0
/
+52
*
feat(labels): render Linear labels as Org tags on issue headings
Craig Jennings
2026-05-27
2
-2
/
+195
*
feat(commands): add pearl-copy-issue-url, bound at u c
Craig Jennings
2026-05-27
2
-4
/
+27
*
feat(keys): add pearl-mode and complete the command keymap
Craig Jennings
2026-05-27
1
-38
/
+115
*
feat(render): render issue titles and the view name verbatim
Craig Jennings
2026-05-27
4
-8
/
+23
*
fix(commands): run add-comment and delete from anywhere in a ticket
Craig Jennings
2026-05-26
2
-5
/
+28
*
feat(refresh): re-tidy drawers via org-tidy when it's active
Craig Jennings
2026-05-26
1
-0
/
+24
*
feat(comments): fold the drawer and update the heading count on add
Craig Jennings
2026-05-26
2
-4
/
+13
*
feat(refresh): prompt instead of silently deferring a dirty refresh
Craig Jennings
2026-05-26
2
-4
/
+65
*
fix(refresh): merge keeps any locally-edited ticket
Craig Jennings
2026-05-26
1
-0
/
+17
*
fix(comments): don't recolor the leading heading stars
Craig Jennings
2026-05-26
1
-7
/
+17
*
feat(comments): dim read-only comments so they read as disabled
Craig Jennings
2026-05-26
1
-0
/
+24
*
refactor: remove the dead state-to-todo mapping subsystem
Craig Jennings
2026-05-26
14
-99
/
+30
*
feat(comments): lead the Comments heading with the 💬 glyph
Craig Jennings
2026-05-26
2
-10
/
+10
*
fix(comments): apply comment highlighting on the bulk render path
Craig Jennings
2026-05-26
1
-0
/
+38
*
feat(coverage): print a terminal coverage summary from the SimpleCov report
Craig Jennings
2026-05-26
2
-1
/
+165
*
feat: resolve a cycled TODO keyword to its Linear state at save
Craig Jennings
2026-05-26
3
-21
/
+104
*
feat(render): rebuild the derived #+TODO header on merge refresh
Craig Jennings
2026-05-25
2
-5
/
+38
*
feat(render): derive the #+TODO line and keywords from team workflow states
Craig Jennings
2026-05-25
2
-0
/
+42
*
feat(render): add the pure helpers for workspace-derived TODO keywords
Craig Jennings
2026-05-25
1
-0
/
+87
*
fix(save): extend the killed-buffer guard to the text-field savers
Craig Jennings
2026-05-25
1
-0
/
+26
*
fix(save): guard atomic-saver commit callbacks against a killed buffer
Craig Jennings
2026-05-25
1
-0
/
+31
*
refactor(save): remove the immediate-state-push org-sync machinery
Craig Jennings
2026-05-25
4
-221
/
+38
*
refactor(save): retire the immediate-push field setters for buffer-editors
Craig Jennings
2026-05-25
8
-179
/
+79
*
feat(save): reconcile structured fields in save-issue and save-all
Craig Jennings
2026-05-25
1
-0
/
+37
*
feat(save): add the priority, state, and labels savers
Craig Jennings
2026-05-25
2
-5
/
+69
*
feat(save): add the atomic field-save engine and the assignee saver
Craig Jennings
2026-05-25
1
-0
/
+109
*
feat(save): add an atomic conflict gate for enum and relation fields
Craig Jennings
2026-05-25
1
-0
/
+56
*
feat(save): detect dirty structured fields against synced baselines
Craig Jennings
2026-05-25
3
-10
/
+72
*
build: resolve test-file to the exact name before globbing
Craig Jennings
2026-05-25
1
-1
/
+9
*
feat(save): write synced baselines for structured fields
Craig Jennings
2026-05-25
1
-0
/
+25
*
refactor: rename issue-body tests to match entry-body-at-point
Craig Jennings
2026-05-25
1
-5
/
+5
*
feat: render inline code spans verbatim in the Org buffer
Craig Jennings
2026-05-25
1
-4
/
+16
*
refactor: rename pearl--issue-body-at-point to pearl--entry-body-at-point
Craig Jennings
2026-05-25
5
-12
/
+12
*
fix: guard issue async callbacks against a killed buffer
Craig Jennings
2026-05-25
1
-0
/
+25
*
fix: seven quick bugs from the 2026-05-25 code review
Craig Jennings
2026-05-25
1
-0
/
+155
*
feat: add pearl-delete-current-comment
Craig Jennings
2026-05-25
2
-3
/
+240
*
feat: add the pearl-prefix-map keymap and regroup the transient menu
Craig Jennings
2026-05-25
2
-1
/
+96
*
feat: add the unified ticket save model with save-issue and save-all
Craig Jennings
2026-05-25
2
-2
/
+324
*
feat: add the local dirty scanners for the ticket save model
Craig Jennings
2026-05-24
1
-0
/
+123
*
feat: title-case the view name in the file title
Craig Jennings
2026-05-24
1
-0
/
+11
*
feat: make comment sort order configurable, newest-first by default
Craig Jennings
2026-05-24
2
-26
/
+50
*
feat: compose comments and descriptions in an Org buffer
Craig Jennings
2026-05-24
1
-0
/
+153
*
feat: render recent comments in the bulk issue list
Craig Jennings
2026-05-24
3
-4
/
+157
*
feat: render issue headings with the identifier prefix and title case
Craig Jennings
2026-05-24
4
-10
/
+151
*
test: add an end-to-end acceptance flow
Craig Jennings
2026-05-24
1
-0
/
+200
*
test: cover sort and render ordering boundary cases
Craig Jennings
2026-05-24
1
-0
/
+46
*
test: cover comment insertion and extraction boundary cases
Craig Jennings
2026-05-24
2
-0
/
+49
*
test: lock markdown round-trip identity across boundary cases
Craig Jennings
2026-05-24
1
-0
/
+14
*
test: cover malformed and unknown source headers
Craig Jennings
2026-05-24
1
-0
/
+32
[next]