aboutsummaryrefslogtreecommitdiff
path: root/pearl.el
Commit message (Expand)AuthorAgeFilesLines
* feat(views): run a Linear view in its configured sort orderCraig Jennings2026-06-031-12/+54
* fix(views): rebuild Linear view URLs instead of querying the missing url fieldCraig Jennings2026-06-031-18/+68
* feat(render): collapse the #+ preamble to a styled summary lineCraig Jennings2026-06-021-7/+84
* feat(render): foldable Pearl help header, dropping the # commentsCraig Jennings2026-06-021-6/+44
* fix(priority): error on an out-of-range cookie instead of silent NoneCraig Jennings2026-06-021-3/+13
* feat(keys): friendlier which-key labels for the prefix sub-mapsCraig Jennings2026-06-021-8/+8
* feat(views): offer open-default-view in the transient menuCraig Jennings2026-06-021-1/+2
* feat(views): wire the default view into the keymap, transient, and docsCraig Jennings2026-06-021-6/+6
* feat(views): set-default-view commandCraig Jennings2026-06-021-0/+62
* feat(views): default-view resolver and open commandCraig Jennings2026-06-021-0/+49
* feat(keys): dedicated views group, de-overloaded fetch, account bindingCraig Jennings2026-06-021-36/+73
* feat(filter): multi-select states in the interactive builderCraig Jennings2026-06-011-8/+17
* feat(filter): :state accepts a list of state namesCraig Jennings2026-06-011-6/+30
* feat(views): save a Linear view locally via the reverse-compile (copy down)Craig Jennings2026-06-011-0/+277
* feat(views): guard publish and delete against cross-account local viewsCraig Jennings2026-06-011-1/+8
* feat(views): rework the picker for local/Linear labels, dedup, and local disp...Craig Jennings2026-06-011-45/+56
* feat(views): reshape the keymap and transient around the view nounCraig Jennings2026-06-011-16/+24
* feat(views): add create and edit local views with a metadata-preserving writerCraig Jennings2026-06-011-20/+143
* refactor: rename saved-query surface to local-view vocabularyCraig Jennings2026-06-011-114/+114
* fix(accounts): pearl-check-setup reports the active account, not the legacy keyCraig Jennings2026-05-311-6/+17
* feat(accounts): multi-account support with testsCraig Jennings2026-05-311-43/+304
* fix(merge): land the type-nil marker fix that should have been in eb56295Craig Jennings2026-05-281-4/+10
* feat(merge): preserve the user's view across a merge refreshCraig Jennings2026-05-281-9/+59
* refactor(render): drop the leading 💬 glyph from the Comments headingCraig Jennings2026-05-281-13/+14
* refactor(view-sync): pick-scope returns (display . plist), drops rassoc lookupCraig Jennings2026-05-281-62/+83
* fix(view-sync): refuse sync of a saved query whose filter is emptyCraig Jennings2026-05-281-27/+36
* refactor(view-sync): pearl--save-query-mark-synced preserves unknown plist keysCraig Jennings2026-05-281-16/+16
* feat(view-sync): pearl-publish-current-source convenience wrapperCraig Jennings2026-05-281-1/+37
* feat(view-sync): pearl-pick-source distinguishes [saved] / [saved → scope] ...Craig Jennings2026-05-281-32/+105
* feat(view-sync): extend pearl-delete-saved-query with delete-on-Linear promptCraig Jennings2026-05-281-13/+93
* feat(view-sync): pearl-sync-saved-query-to-linear + transient entryCraig Jennings2026-05-281-61/+459
* feat(prompts): split sentinel + default-yes for safe yes/noCraig Jennings2026-05-281-44/+71
* feat(saved): add pearl-delete-saved-query and a sentinel cancel for runCraig Jennings2026-05-281-3/+39
* fix(filter): pin builder candidate order so [ None. ] stays at the topCraig Jennings2026-05-281-10/+28
* feat(filter): show "[ None. ]" as the topmost option in builder promptsCraig Jennings2026-05-281-22/+54
* refactor(preamble): tighten buffer affordance comments to keymap formCraig Jennings2026-05-271-5/+5
* feat(sources): favorites, views, and filters via pick-sourceCraig Jennings2026-05-271-27/+271
* refactor: verb-align command names and prefixes, use issue not ticketCraig Jennings2026-05-271-30/+35
* feat(compose): open compose and conflict buffers in a configurable side windowCraig Jennings2026-05-271-2/+30
* fix(save): detect comment edits with a rendered-Org hash, not the md round-tripCraig Jennings2026-05-271-27/+35
* feat(labels): render Linear labels as Org tags on issue headingsCraig Jennings2026-05-271-2/+42
* feat(commands): add pearl-copy-issue-url, bound at u cCraig Jennings2026-05-271-2/+17
* feat(keys): add pearl-mode and complete the command keymapCraig Jennings2026-05-271-25/+109
* feat(render): render issue titles and the view name verbatimCraig Jennings2026-05-271-10/+13
* fix(commands): run add-comment and delete from anywhere in a ticketCraig Jennings2026-05-261-8/+2
* feat(refresh): re-tidy drawers via org-tidy when it's activeCraig Jennings2026-05-261-3/+13
* feat(comments): fold the drawer and update the heading count on addCraig Jennings2026-05-261-2/+33
* feat(refresh): prompt instead of silently deferring a dirty refreshCraig Jennings2026-05-261-10/+48
* fix(refresh): merge keeps any locally-edited ticketCraig Jennings2026-05-261-4/+13
* fix(comments): don't recolor the leading heading starsCraig Jennings2026-05-261-4/+10