commands.sh

moe

all

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

More info →

Options (3)

-o, --read-onlyboolean

Open a file as read-only

Example: moe {{[-o|--read-only]}} {{path/to/file}}
-B, --no-backupboolean

Edit a file without creating backups

Example: moe {{[-B|--no-backup]}} {{path/to/file}}
-i, --ignore-caseboolean

Edit a file ignoring case in searches

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

Examples (5)

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>
made by @shridhargupta | data from tldr-pages