SUED(1) User Commands SUED(1)

NAME

sued - the text editor of all time, a post-classic line editor

SYNOPSIS

sued [file]

DESCRIPTION

sued is a line editor written in Rust by Arsalan Kazmi in the image of the standard text editor, ed.

sued is not nearly as powerful as its inspiration, but it matches it in the terseness department, while at the same time being quite a bit more user-friendly.

OBTAINING

sued technically works fine for writing text to a file, or opening a file and displaying its contents.

You can use sued at this point if you want to, but it still needs some more time in the oven.

sued is available on crates.io - you can get it with cargo install sued.

Go to the GitHub page if you want to check out sued for yourself, or if you want to help me work on it.

OPTIONS

None yet, lmao. Maybe in the future, but not now.

COMMANDS

All commands start with ~. Run ~ by itself to see a list of commands.

save - Write the file buffer to the provided file name.

open - Find or create a file and open its contents up in sued.

show - Display the buffer contents.

run - Run the provided executable. Will prioritise real executables over shell builtins.

exit - Quit sued, discarding the buffer contents.

help - Display some information about sued onto the screen.

FAQ

DIAGNOSTICS

When an error occurs that sued can't recover from, it will print an error message as follows and quit:

stop: ERROR_CODE: 0xXXXXXXXX (0xXXXXXXXX,0xXXXXXXXX,0xXXXXXXXX)

The currently implemented error codes are as follows:

SEE ALSO

ed(1), streakline(1)

LIMITATIONS

sued can't really do much in terms of "editing" text. It can write to files fine, but you can't exactly change file contents. Is that enough information on its limitations?

HISTORY

sued was, technically speaking, initially developed at the University of Hertfordshire (because I'm a student there), but practically speaking it wasn't developed under their watch or on their systems, or even for them. sued is a project by me, Arsalan Kazmi, first and foremost, no matter where it's worked on from, and UH holds no copyright over it.

BUGS

Yes.

That1M8Head 2023-06-18 That1M8Head