From b081d62276378b3168c92c06153fd59db0589535 Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 24 May 2026 13:44:34 -0500 Subject: feat: pearl — manage Linear issues from org-mode MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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. --- .gitignore | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4bc61c3 --- /dev/null +++ b/.gitignore @@ -0,0 +1,17 @@ +# Per-project tooling (local only) +.ai/ +/todo.org + +# --- elisp build / test tooling --- +*.elc +*.eln +/.eask/ +/.coverage/ +/makefile-local +/tests/makefile-local +/tests/*-output.log +/pearl-autoloads.el +/tests/tests-autoloads.el + +# Emacs backup files +*~ -- cgit v1.2.3