HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

moe — A WYSIWYG text editor for ISO-8859-15 encoded text. More information: <https://www.gnu.org/software/

Submitted by: @import:tldr-pages··
0
Viewed 0 times
wysiwygeditorcommandmoetextcliforiso

Problem

How to use the moe command: A WYSIWYG text editor for ISO-8859-15 encoded text. More information: <https://www.gnu.org/software/moe/moe.html>.

Solution

moe — A WYSIWYG text editor for ISO-8859-15 encoded text. More information: <https://www.gnu.org/software/moe/moe.html>.

Open moe and create a backup file (file~) when saving edits:
moe {{path/to/file}}


Open a file as read-only:
moe {{[-o|--read-only]}} {{path/to/file}}


Edit a file without creating backups:
moe {{[-B|--no-backup]}} {{path/to/file}}


Edit a file ignoring case in searches:
moe {{[-i|--ignore-case]}} {{path/to/file}}


Save and Quit:
<Ctrl x>

Code Snippets

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

moe {{path/to/file}}

Open a file as read-only

moe {{[-o|--read-only]}} {{path/to/file}}

Edit a file without creating backups

moe {{[-B|--no-backup]}} {{path/to/file}}

Edit a file ignoring case in searches

moe {{[-i|--ignore-case]}} {{path/to/file}}

Save and Quit

<Ctrl x>

Context

tldr-pages: common/moe

Revisions (0)

No revisions yet.