2021-08-23 14:01:20 +02:00
|
|
|
# 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:
|
|
|
|
|
2025-03-26 02:30:50 +02:00
|
|
|
`moe {{[-o|--read-only]}} {{path/to/file}}`
|
2021-08-23 14:01:20 +02:00
|
|
|
|
|
|
|
- Edit a file without creating backups:
|
|
|
|
|
2025-03-26 02:30:50 +02:00
|
|
|
`moe {{[-B|--no-backup]}} {{path/to/file}}`
|
2021-08-23 14:01:20 +02:00
|
|
|
|
|
|
|
- Edit a file ignoring case in searches:
|
|
|
|
|
2025-03-26 02:30:50 +02:00
|
|
|
`moe {{[-i|--ignore-case]}} {{path/to/file}}`
|
2021-08-23 14:01:20 +02:00
|
|
|
|
|
|
|
- Save and Quit:
|
|
|
|
|
2025-03-09 03:23:24 +02:00
|
|
|
`<Ctrl x>`
|