1KATE(1)                       Kate User's Manual                       KATE(1)
2
3
4

NAME

6       kate - Advanced text editor by KDE
7

SYNOPSIS

9       kate [-s, --start name] [--startanon] [-n, --new] [-b, --block] [-p,
10            --pid pid] [-e, --encoding name] [-l, --line line] [-c, --column
11            column] [-i, --stdin] [--tempfile] [file]
12

DESCRIPTION

14       Kate is the KDE Advanced Text Editor.
15
16       Kate also provides the editor part for various applications, under the
17       name KWrite.
18
19       Some of Kate's many features include configurable syntax highlighting
20       for languages ranging from C and C++ to HTML to bash scripts, the
21       ability to create and maintain projects, a multiple document interface
22       (MDI), and a self-contained terminal emulator.
23
24       But Kate is more than a programmer's editor. Its ability to open
25       several files at once makes it ideal for editing UNIX®'s many
26       configuration files. This document was written in Kate.
27

OPTIONS

29       -s, --start name
30           Start Kate with a given session.
31
32       --startanon
33           Start Kate with a new anonymous session, implies -n.
34
35       -n, --new
36           Force start of a new Kate instance (is ignored if start is used and
37           another Kate instance already has the given session opened), forced
38           if no parameters and no URLs are given at all.
39
40       -b, --block
41           If using an already running Kate instance, block until it exits, if
42           URLs given to open.
43
44       -p, --pid  pid
45           Only try to reuse kate instance with this pid (is ignored if start
46           is used and another Kate instance already has the given session
47           opened).
48
49       -e, --encoding  name
50           Set encoding for the file to open.
51
52           You can use this to force a file opened in utf-8 format, for
53           instance. (The command iconv -l provides a list of encodings, which
54           may be helpful to you.)
55
56       -l, --line  line
57           Navigate to this line.
58
59       -c, --column  column
60           Navigate to this column.
61
62       -i, --stdin
63           Read the contents of stdin.
64
65       --tempfile
66           The files/URLs opened by the application will be deleted after use.
67
68       file
69           File to open.
70

SEE ALSO

72           More detailed user documentation is available from help:/kate
73           (either enter this URL into Konqueror, or run khelpcenter
74           help:/kate).
75           kf5options(7)
76           qt5options(7)
77           There is also further information available at the Kate website[1].
78

EXAMPLES

80       To open a file named source.cpp at column 15, line 25, in an existing
81       Kate window, you could use:
82
83           kate -c 15 -l 25 source.cpp
84
85       If you have an active internet connection, you can take advantage of
86       KDE's network transparency to open a file from an FTP site. If you do
87       not have write permission on the remote server, the file will be opened
88       read only and you will be prompted for a local filename to save to if
89       you make changes. If you do have write permission, changes will be
90       saved transparently over the network.
91
92           kate ftp://ftp.kde.org/pub/kde/README
93

AUTHORS

95       The maintainer of Kate is Christoph Cullmann <cullmann@kde.org>. A
96       comprehensive list of authors and contributors is available in the
97       complete user manual mentioned above.
98

AUTHOR

100       Lauri Watts <lauri@kde.org>
101           Author.
102

NOTES

104        1. Kate website
105           https://kate-editor.org/
106
107
108
109KDE Applications Applications     2018-03-18                           KATE(1)
Impressum