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
Commit message (
Expand
)
Author
Age
Files
Lines
*
feat(render): pin the priority range to Linear's A-D in the rendered file
Craig Jennings
2026-06-03
2
-0
/
+11
*
fix(render): nest comments under their issue in a grouped view
Craig Jennings
2026-06-03
2
-11
/
+47
*
feat(views): add pearl-assignee-tag-short to trim the @-tag to first name
Craig Jennings
2026-06-03
2
-5
/
+34
*
fix(views): slug the assignee @-tag from Linear's displayName handle
Craig Jennings
2026-06-03
2
-7
/
+37
*
feat(views): surface the issue assignee as an @-tag on the heading
Craig Jennings
2026-06-03
5
-14
/
+128
*
feat(views): render a Linear view's grouping as Org sections
Craig Jennings
2026-06-03
6
-30
/
+336
*
fix(views): honor a Linear view's completed-issues display preference
Craig Jennings
2026-06-03
3
-21
/
+273
*
feat(render): open a fetched view folded to the issue headings
Craig Jennings
2026-06-03
4
-8
/
+10
*
test: narrow the no-file-id assertion to :ID: specifically
Craig Jennings
2026-06-03
1
-2
/
+5
*
feat(views): run a Linear view in its configured sort order
Craig Jennings
2026-06-03
2
-14
/
+138
*
fix(views): rebuild Linear view URLs instead of querying the missing url field
Craig Jennings
2026-06-03
3
-21
/
+121
*
feat(render): collapse the #+ preamble to a styled summary line
Craig Jennings
2026-06-02
2
-10
/
+144
*
feat(render): foldable Pearl help header, dropping the # comments
Craig Jennings
2026-06-02
2
-9
/
+92
*
fix(priority): error on an out-of-range cookie instead of silent None
Craig Jennings
2026-06-02
2
-3
/
+36
*
feat(keys): friendlier which-key labels for the prefix sub-maps
Craig Jennings
2026-06-02
2
-11
/
+11
*
feat(views): offer open-default-view in the transient menu
Craig Jennings
2026-06-02
2
-1
/
+3
*
feat(views): wire the default view into the keymap, transient, and docs
Craig Jennings
2026-06-02
4
-20
/
+36
*
feat(views): set-default-view command
Craig Jennings
2026-06-02
2
-0
/
+179
*
feat(views): default-view resolver and open command
Craig Jennings
2026-06-02
2
-0
/
+183
*
docs: spec for a configurable default view
Craig Jennings
2026-06-02
1
-0
/
+162
*
feat(keys): dedicated views group, de-overloaded fetch, account binding
Craig Jennings
2026-06-02
4
-73
/
+154
*
docs(filter): document multi-state selection and reconcile the views boundary
Craig Jennings
2026-06-01
2
-7
/
+7
*
feat(filter): multi-select states in the interactive builder
Craig Jennings
2026-06-01
2
-8
/
+57
*
feat(filter): :state accepts a list of state names
Craig Jennings
2026-06-01
3
-6
/
+74
*
docs: spec for selecting multiple statuses in a filter
Craig Jennings
2026-06-01
1
-0
/
+148
*
test(views): source-level naming regression locking out "saved query"
Craig Jennings
2026-06-01
1
-0
/
+10
*
docs(views): update README and package summary to the views vocabulary
Craig Jennings
2026-06-01
2
-37
/
+53
*
feat(views): save a Linear view locally via the reverse-compile (copy down)
Craig Jennings
2026-06-01
4
-2
/
+510
*
feat(views): guard publish and delete against cross-account local views
Craig Jennings
2026-06-01
2
-1
/
+41
*
feat(views): rework the picker for local/Linear labels, dedup, and local disp...
Craig Jennings
2026-06-01
2
-67
/
+117
*
feat(views): reshape the keymap and transient around the view noun
Craig Jennings
2026-06-01
3
-24
/
+36
*
feat(views): add create and edit local views with a metadata-preserving writer
Craig Jennings
2026-06-01
3
-27
/
+321
*
refactor: rename saved-query surface to local-view vocabulary
Craig Jennings
2026-06-01
13
-243
/
+317
*
docs: finalize local/Linear views spec for implementation
Craig Jennings
2026-06-01
1
-82
/
+366
*
docs: add bidirectional copy to the local/Linear views spec
Craig Jennings
2026-06-01
1
-26
/
+72
*
docs: spec for local views and Linear views
Craig Jennings
2026-06-01
1
-0
/
+197
*
chore: remove the CI workflow until a GitHub repo exists
Craig Jennings
2026-05-31
2
-62
/
+0
*
docs: compose-window knobs and merge-refresh view preservation
Craig Jennings
2026-05-31
1
-0
/
+5
*
ci: add GitHub Actions workflow
Craig Jennings
2026-05-31
1
-0
/
+61
*
fix(accounts): pearl-check-setup reports the active account, not the legacy key
Craig Jennings
2026-05-31
2
-6
/
+51
*
feat(accounts): multi-account support with tests
Craig Jennings
2026-05-31
4
-46
/
+843
*
fix(merge): land the type-nil marker fix that should have been in eb56295
Craig Jennings
2026-05-28
2
-18
/
+26
*
feat(merge): preserve the user's view across a merge refresh
Craig Jennings
2026-05-28
2
-9
/
+151
*
refactor(render): drop the leading 💬 glyph from the Comments heading
Craig Jennings
2026-05-28
5
-41
/
+58
*
refactor(view-sync): pick-scope returns (display . plist), drops rassoc lookup
Craig Jennings
2026-05-28
2
-66
/
+162
*
fix(view-sync): refuse sync of a saved query whose filter is empty
Craig Jennings
2026-05-28
2
-27
/
+56
*
refactor(view-sync): pearl--save-query-mark-synced preserves unknown plist keys
Craig Jennings
2026-05-28
2
-16
/
+44
*
docs(view-sync): README sync-up section + spec status to Done
Craig Jennings
2026-05-28
2
-6
/
+45
*
feat(view-sync): pearl-publish-current-source convenience wrapper
Craig Jennings
2026-05-28
4
-2
/
+106
*
feat(view-sync): pearl-pick-source distinguishes [saved] / [saved → scope] ...
Craig Jennings
2026-05-28
3
-32
/
+256
[next]