wedi

★ 0 v0.8.7 GitHub

Overview

wedi is a lightweight console text editor with a fast startup and a familiar editing experience. It brings syntax highlighting for 200+ languages, undo/redo, search, and clipboard support to the terminal — including terminals without Shift-key selection.

Features

Screenshot

wedi editor

Install

# via Wenget
wenget install wedi
# Windows one-liner
$env:APP_NAME="wedi"; $env:REPO="superyngo/wedi"; $env:UNINSTALL="false"; irm https://gist.githubusercontent.com/superyngo/a6b786af38b8b4c2ce15a70ae5387bd7/raw/gpinstall.ps1 | iex