LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

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

INSTALL

sudo dnf install xed
copy
sudo pacman -S xed
copy
sudo zypper install xed
copy
nix profile install nixpkgs#xed
copy

CAVEATS

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

SEE ALSO

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

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid