LinuxCommandLibrary

xed

Cinnamon desktop text editor

TLDR

Start editor

$ xed
copy
Open files
$ xed [path/to/file1 path/to/file2 ...]
copy
Open with encoding
$ xed --encoding [WINDOWS-1252] [path/to/file]
copy
List encodings
$ xed --list-encodings
copy
Go to line number
$ xed +[10] [path/to/file]
copy

SYNOPSIS

xed [OPTIONS] [FILE...]

DESCRIPTION

xed is the default text editor for the Cinnamon desktop environment. It is based on gedit and provides syntax highlighting, tabs, spell checking, and plugin support.
The editor supports multiple character encodings and can convert between them.

PARAMETERS

--encoding ENCODING

Open files using specific character encoding
--list-encodings
Print all supported encodings
+LINE
Go to specified line number
--new-window
Open in new window
--new-document
Open new document

CAVEATS

Designed for Cinnamon desktop. May require GTK libraries on other environments. Plugins require Python.

SEE ALSO

gedit(1), pluma(1), nano(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community