• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

LICENSES/H03-May-2022-

data/H03-May-2022-3,2432,379

desktop/H03-May-2022-2,6102,566

doc/H27-Feb-2022-7,7796,064

po/H01-Mar-2022-352,755297,068

src/H03-May-2022-58,62439,398

tests/H27-Feb-2022-652442

tools/H03-May-2022-1,9751,615

.editorconfigH A D27-Feb-2022237 1512

.git-blame-ignore-revsH A D27-Feb-202296 43

.gitignoreH A D27-Feb-2022525 4440

.gitlab-ci.ymlH A D27-Feb-2022163 64

.kde-ci.ymlH A D27-Feb-20221 KiB3129

.krazyH A D27-Feb-202235 21

BUILD.mdH A D27-Feb-2022822 2113

CMakePresets.jsonH A D27-Feb-20223.8 KiB107106

COPYINGH A D27-Feb-202217.8 KiB347285

COPYING.DOCH A D27-Feb-202220 KiB398328

COPYING.LIBH A D27-Feb-202224.8 KiB

Mainpage.doxH A D27-Feb-2022737 3022

README.mdH A D27-Feb-20222.4 KiB3626

README.md

1# Konsole - KDE's Terminal Emulator
2
3Konsole is a terminal program for KDE.
4
5As well as being a standalone program, it is also used by other KDE programs
6such as the Kate editor and KDevelop development environment to provide easy
7access to a terminal window. Konsole's features and usage are explained and
8illustrated in the Konsole handbook, which can be accessed by browsing to
9`help:/konsole` in Konqueror.
10
11
12## Directory Structure
13
14| Directory          | Description                                                                                                                                                                        |
15| ------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
16| `/doc/user`        | README files, primarily for advanced users, explaining various aspects of Konsole such as fonts and keyboard handling in-depth.                                                    |
17| `/doc/developer`   | README files and resources for developers of Konsole. This includes information on the design of Konsole's internals and the VT100 terminal on which Konsole's emulation is based. |
18| `/src`             | Source code for Konsole, including the embedded versions of Konsole which are used in Kate, KDevelop and others.                                                                   |
19| `/desktop`         | .desktop files for Konsole, used to launch the program from KDE's various menus and other application launchers.                                                                   |
20| `/data`            | Data files for use with Konsole as well as the keyboard setup and color schemes provided with Konsole.                                                                             |
21
22## Contact
23
24Up-to-date information about the latest releases can be found on Konsole's
25website at https://konsole.kde.org. Discussions about Konsole's development are
26held on the konsole-devel mailing list, which can be accessed at
27https://mail.kde.org/mailman/listinfo/konsole-devel.
28
29## Quick Links
30- [KDE Release Schedule](https://community.kde.org/Schedules)
31- [Official Homepage](https://konsole.kde.org)
32- [Builds](https://build.kde.org/job/Applications/job/konsole)
33- [Forums](http://forum.kde.org/viewforum.php?f=227)
34- [Konsole Bug Reports per Component](https://bugs.kde.org/describecomponents.cgi?product=konsole)
35
36