esc
Externally Scriptable Editor
git clone git://mccd.space/esc
| Log | Files | Refs | README |
commit 9fcc86a85fac750156a7d828e8aa2ebb2a7bbbf8 parent c0252e0f59224e18a2fcaf280f75e080ab4d7e3a Author: Marc Coquand <marc@coquand.email> Date: Wed, 25 Feb 2026 16:55:34 +0100 esc.1 Diffstat:
| A | esc.1 | | | 27 | +++++++++++++++++++++++++++ |
1 file changed, 27 insertions(+), 0 deletions(-) diff --git a/esc.1 b/esc.1 @@ -0,0 +1,27 @@ + +\" TODO +.TH esc 1 +.SH NAME + +esc - A unix integrated editor + +.SH SYNOPSIS + +\fBesc\fR [\fIfile\fR] + +.SH DESCRIPTION + +.PP +esc is an editor heavily inspired by \fBkak\fR(1), \fBemacs\fR(1) and +\fBacme\fR(1) built for Wayland. Esc is an integrated editor, it is built to +be easy to interop with. It uses \fBfuse\fR(4) to expose a pseudo-filesystem. + +.SH ENVIRONMENT + +.IP ESC_MENU +The menu program to use. Defaults to \fBwmenu\fR(1) + +.SH SEE ALSO +\fBesc-ipc\fR(5) +\fBesc-backup\fR(7) +\fBwmenu\fR(1)