LinuxCommandLibrary

moe

A WYSIWYG text editor for ISO-8859-15 encoded text.

TLDR

Open moe and create a backup file (file~) when saving edits

$ moe [path/to/file]
copy


Open a file as read-only
$ moe --read-only [path/to/file]
copy


Edit a file without creating backups
$ moe --no-backup [path/to/file]
copy


Edit a file ignoring case in searches
$ moe --ignore-case [path/to/file]
copy


Save and Quit
$ Ctrl + X
copy

Copied to clipboard