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

SEE ALSO

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

EXAMPLES

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

AUTHORS

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

AUTHOR

103       Lauri Watts <lauri@kde.org>
104           Author.
105

NOTES

107        1. Kate website
108           https://kate-editor.org/
109
110
111
112KDE Gear KDE Gear 21.08           2021-07-12                           KATE(1)
Impressum