From 1d7e5ae1c715336604207b674536f98e744ce609 Mon Sep 17 00:00:00 2001 From: "Arsalan \"Aeria\" Kazmi" Date: Thu, 10 Oct 2024 14:54:08 +0100 Subject: [PATCH] Updated the description of the editor on the docs --- docs/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.html b/docs/index.html index f471bbd..1728a5f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -25,7 +25,7 @@

SYNOPSIS

sued [file]

DESCRIPTION

-

sued is a vector-oriented line editor, kind of similar to the venerable and standard ed text editor, just with a different command syntax and set, to provide a unique editing experience.

+

sued is a stateless vector-oriented command-based text editor written in Rust, with focus on speed, simplicity, ease of use and staying the hell out of your way. It's inspired by more contemporary editors, such as the ed family (ed, em, ex, vi, Vim, Neovim, etc.).

To be clear, it's a text editor that works on Rust's Vec type. To be clearer, it's a text editor that works on lines and isn't graphical, like you're probably used to.

SITE NAVIGATION