1GEDIT(1) General Commands Manual GEDIT(1)
2
3
4
6 gedit - text editor for the GNOME Desktop
7
8
10 gedit [OPTION...] [FILE...] [+LINE[:COLUMN]]
11 gedit [OPTION...] -
12
13
15 gedit is the official text editor of the GNOME desktop environment.
16
17 While aiming at simplicity and ease of use, gedit is a powerful general
18 purpose text editor. It can be used to create and edit all kinds of
19 text files.
20
21 gedit features a flexible plugin system which can be used to dynami‐
22 cally add new advanced features to gedit itself.
23
25 --encoding
26 Set the character encoding to be used for opening the files
27 listed on the command line.
28
29 --list-encodings
30 Display list of possible values for the encoding option and
31 exit.
32
33 --new-window
34 Create a new toplevel window in an existing instance of gedit.
35
36 --new-document
37 Create a new document in an existing instance of gedit.
38
39 -s, --standalone
40 Run gedit in standalone mode.
41
42 -w, --wait
43 Open files and block the gedit process.
44
45 --help Prints the command line options.
46
47 --version
48 Output version information and exit.
49
50 FILE Specifies the file to open when gedit starts. If this is not
51 specified, gedit will load a blank file with an "Unsaved Docu‐
52 ment" label. Multiple files can be loaded if they are separated
53 by spaces. gedit also supports handling of remote files. For
54 example, you can pass the location of a webpage to gedit , like
55 "http://www.gnome.org", or load a file from a FTP server, like
56 "ftp://ftp.gnome.org/robots.txt".
57
58 - gedit will read from stdin
59
60 +LINE For all the files specified on command line, go to the line
61 specified by LINE (do not insert a space between the "+" sign
62 and the number). If LINE is missing, go to the last line.
63
64 COLUMN For all the files specified on command line, go to the column
65 specified by COLUMN. If COLUMN is missing, go to the first col‐
66 umn.
67
68
70 If you find a bug, please report it at the GNOME bug tracker. See
71 https://wiki.gnome.org/Apps/Gedit/ReportingBugs.
72
74 Paolo Maggi (paolo@gnome.org)
75
76 Paolo Borelli (pborelli@gnome.org)
77
78 Steve Frécinaux (code@istique.net)
79
80 Jesse van den Kieboom (jessevdk@gnome.org)
81
82 Ignacio Casal Quinteiro <icq@gnome.org>
83
84 James Willcox (jwillcox@gnome.org)
85
86 Federico Mena Quintero (federico@novell.com)
87
88 Chema Celorio
89
90
91
92
93 17 May 2010 GEDIT(1)