Skip to content

editxr 1.1.0

Latest

Choose a tag to compare

@mromanuk mromanuk released this 09 Jun 22:40
· 1 commit to main since this release

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+).