Skip to content

Releases: pixdeo/editxr

editxr 1.1.0

09 Jun 22:40

Choose a tag to compare

A minimalist Markdown editor for the terminal.

Install

curl -fsSL https://raw.githubusercontent.com/pixdeo/editxr/main/install.sh | bash

or brew install pixdeo/tap/editxr.

What's new since 1.0.0

  • Focus mode (Ctrl+B): dim everything but the cursor with a gradient fade. Cycles off → line → word. Word focus fades by 2D distance to each word, weighting vertical distance so neighbouring lines don't stay lit.
  • Grouped command palette: commands organised into File / Edit / Go to / AI sections with separators. View/layout toggles nest under Editor settings and themes under Theme & appearance.
  • Global palette search: typing now searches across nested submenus and runs the matched command in place, with live markers.
  • Clear all (Edit group): empties the document in memory, undoable, leaves the file on disk untouched until you save.

Builds from source on macOS 12+ (Swift 5.9+).

editxr 1.0.0

09 Jun 02:25

Choose a tag to compare

A minimalist Markdown editor for the terminal.

Install

curl -fsSL https://raw.githubusercontent.com/pixdeo/editxr/main/install.sh | bash

or brew install pixdeo/tap/editxr.

Highlights: live Markdown rendering, LLM section editing with inline diff,
12 themes (dark/light) with a rounded command palette, incremental find,
HTML export, and a welcome splash. Builds from source on macOS 12+ (Swift 5.9+).

A signed, notarised universal binary will be attached shortly.