diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-24 14:10:45 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-24 14:10:45 -0500 |
| commit | 5a4e99bd4d3dd316a7bf080f8af8e47f4f30988a (patch) | |
| tree | a7876d06b9ab1b175f3f85e050b7ec526983552c | |
| parent | 6cc8eb668fd994655ad951bbdc2cb87a6b8e8a35 (diff) | |
| download | pearl-5a4e99bd4d3dd316a7bf080f8af8e47f4f30988a.tar.gz pearl-5a4e99bd4d3dd316a7bf080f8af8e47f4f30988a.zip | |
docs: title the README with the PEARL backronym and add an epigraph
I made the recursive backronym the README title — Pearl Edits and Reflects Linear (P=Pearl, E=Edits, A=and, R=Reflects, L=Linear) — and named it in the opening line, matching the sibling projects' READMEs (Chime, emacs-wttrin). Added an Umberto Eco epigraph, "We like lists because we don't want to die.", in the same quote style they use. The cgit repo description on cjennings.net is set to match.
| -rw-r--r-- | README.org | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -1,10 +1,13 @@ -* Pearl - Linear.app for Emacs and Org Mode +* Pearl Edits and Reflects Linear [[#features][Features]] | [[#installation][Installation]] | [[#quick-start][Quick Start]] | [[#commands][Commands]] | [[#configuration][Configuration]] | [[#development--testing][Development & Testing]] | [[#faq][FAQ]] | [[#history][History]] | [[#license][License]] [[https://www.gnu.org/licenses/gpl-3.0][https://img.shields.io/badge/License-GPLv3-blue.svg]] -Pearl brings Linear issues into Emacs as a working Org file. Fetch your open issues, a project, a Linear Custom View, an ad-hoc filter, or a saved local query; Pearl renders each issue as an Org heading with the description and comments in the body and Linear metadata in a namespaced property drawer. Edit what you need, then push it back explicitly with conflict-aware commands. +" /We like lists because we don't want to die./ " +— /Umberto Eco/ + +Pearl (backronym: *Pearl Edits and Reflects Linear*) brings Linear issues into Emacs as a working Org file. Fetch your open issues, a project, a Linear Custom View, an ad-hoc filter, or a saved local query; Pearl renders each issue as an Org heading with the description and comments in the body and Linear metadata in a namespaced property drawer. Edit what you need, then push it back explicitly with conflict-aware commands. ** Features :PROPERTIES: |
