MCPcopy Create free account
hub / github.com/KDE/yakuake

github.com/KDE/yakuake @v26.04.3

Chat with this repo
repository ↗ · DeepWiki ↗ · release v26.04.3 ↗ · + Follow
418 symbols 632 edges 29 files 2 documented · 0% updated 4d ago★ 477

Browse by type

Functions 357 Types & classes 61
What it actually does AI analysis from the code graph — generated when you open this
loading…
README

Yakuake is a drop-down terminal emulator based on KDE Konsole technology.

It's a KDE Extragear application released under GPL v2, GPL v3 or any later version accepted by the membership of KDE e.V.

The current maintainer of Yakuake is Eike Hein hein@kde.org.

The Yakuake website is located at https://apps.kde.org/yakuake

Report bugs and wishes at https://bugs.kde.org/

You can browse the latest and older sources at https://invent.kde.org/utilities/yakuake

Basic build and installation instructions:

  1. Download the source code or clone this repository
  2. cd to the source code folder
  3. mkdir build
  4. cd build
  5. cmake ../ - defaults to /usr/local as installation path on UNIX (docs), optionally use -DCMAKE_INSTALL_PREFIX=<path to install to>
  6. make
  7. sudo make install

To remove use sudo make uninstall

For more, please see the KDE Techbase wiki (https://techbase.kde.org/) and the CMake documentation (at https://www.cmake.org/).

Core symbols most depended-on inside this repo

Shape

Method 355
Class 55
Enum 6
Function 2

Languages

C++100%

Modules by API surface

app/mainwindow.cpp71 symbols
app/sessionstack.cpp58 symbols
app/tabbar.cpp48 symbols
app/session.cpp36 symbols
app/config/appearancesettings.cpp18 symbols
app/mainwindow.h17 symbols
app/terminal.cpp16 symbols
app/skin.h15 symbols
app/terminal.h14 symbols
app/visualeventoverlay.cpp13 symbols
app/outputorderwatcher.cpp13 symbols
app/titlebar.cpp12 symbols

For agents

$ claude mcp add yakuake \
  -- python -m otcore.mcp_server <graph>

⬇ download graph artifact

Ask about this repo answers extend the page