Claude Dolphin & Konsole Actions

March 18, 2026 ยท View on GitHub

Part of the Claude Code Repos Index

Claude Dolphin & Konsole Actions

Work in Progress

Dolphin right-click context menu actions (KDE service menus) for launching Claude Code and related tools in structured window layouts.

Environment

  • Ubuntu 25.10 (Questing Quokka)
  • KDE Plasma 6.4.5 / Wayland
  • Dolphin 25.08.1
  • Konsole 25.08.1

Actions

#ActionLayoutStatus
1Open In ClaudeSingle terminalDone
2Claude + Raw Terminal2/3 + 1/3 splitPlanned
3Super Claude (2x / 4x)Grid of Claude instancesPlanned
4Claude + Terminal + File ManagerThree-panePlanned
5Claude + File Manager2/3 + 1/3 splitPlanned

Structure

actions/           # .desktop files, install & uninstall scripts per action
planning/          # Specification and design documents
screenshots/       # Screenshots of working actions

Installation

Each action has its own install.sh and uninstall.sh:

cd actions/open-in-claude-code
./install.sh    # Copies .desktop file to ~/.local/share/kio/servicemenus/
./uninstall.sh  # Removes it

Specification

See planning/SPEC.md for the full specification.


For more Claude Code projects, visit my Claude Code Repos Index.