1XED(1)                      General Commands Manual                     XED(1)
2
3
4

NAME

6       Xed - The Text Editor
7

SYNOPSIS

9       xed [OPTIONS...] [FILES...]
10

DESCRIPTION

12       Xed  is  the  official text editor of the X-APPS project, which aims to
13       provide applications to the Cinnamon, MATE  and  Xfce  desktops.  While
14       aiming at simplicity and ease of use, Xed is a powerful general purpose
15       text editor. It can be used to create and edit all sorts of text files.
16
17       Xed features a flexible plugin system which can be used to  dynamically
18       add new advanced features to Xed itself.
19
20       This manual page briefly documents the xed command.
21
22

OPTIONS

24       filename(s)...
25              Specifies the file to open when xed starts. If this is not spec‐
26              ified, xed will start a new, blank file with an  "Unsaved  Docu‐
27              ment"  label. Multiple files can be loaded if they are separated
28              by spaces. xed also supports handling of remote files.
29
30       --display=DISPLAY
31              X display to use.
32
33       --encoding
34              Set the character encoding to be  used  for  opening  the  files
35              listed on the command line.
36
37       --new-window
38              Create a new toplevel window in an existing instance of xed.
39
40       --new-document
41              Create  a  new  document  in an existing instance of xed, on the
42              last Xed window that had focus.
43
44       +[num] For the first file, go to the line specified by  "num"  (do  not
45              insert  a  space between the "+" sign and the number).  If "num"
46              is missing, go to the last line.
47
48       --list-encodings
49              Display list of possible values for the encoding option and exit
50
51       --version
52              Output version information and exit
53
54       -?, -h, --help
55              Print standard command line options.
56
57       --help-all
58              Print all command line options.
59
60       This program also accepts the standard GTK options.
61
62

EXAMPLES

64       xed   --encoding    WINDOWS-1252    ftp://ftp.kernel.org/pub/linux/ker‐
65       nel/README
66           Open  the  Linux  Kernel  README  file from kernel.org's FTP server
67           using Windows-1252 character encoding.
68
69       xed +156 http://www.some-website.com/
70           Open the main web page of some-website.com and jump to line 156.
71
72       xed --new-window ~/.bashrc ~/.bash_history
73           Open the current users .bashrc and .bash_history  files  in  a  new
74           window.
75
76

BUGS

78   Should you encounter any bugs, they may be reported at:
79       http://github.com/linuxmint/xed/issues
80
81

SEE ALSO

83   Xed  documentation can be found from the "Help" menu, or by pressing the F1
84       key.
85                                                                        XED(1)
Impressum