A KDE Plasma 6 panel widget with a command reference cheat-sheet organized by tabs. Click any row to copy the command or shortcut to the clipboard.
Same industrial HUD aesthetic as Code Projects: gray background (#c0c0c0), thick black borders, monospace font, and neon green (#00ff00) as accent. Commands are displayed as two-line rows — the shortcut/command on top in bold monospace, the description below.
- 10 built-in tabs — VSCODE · VIM · NVIM · LINUX · DOCKER · GIT · GIT FLOW · SSH · FFMPEG · REGEX
- Click any row to copy the command/shortcut to the clipboard instantly
- Green toast
✓ COPIADOconfirms the copy for 1.6s - Search — filter commands within the active tab with
⌕ SRC - Fully configurable — add, rename or delete tabs and individual commands from the widget settings
- Persists across reboots — all data is stored in Plasma configuration as JSON
╔══════════════════════════════════════════════════╗
║ ▌▌▌ DEV COMMANDS TABS CMDS ║
║ PLASMA WIDGET // COMMAND REFERENCE 10 19 ║
╠══════════════════════════════════════════════════╣
║ [VSCODE] [VIM] [NVIM] [LINUX] [DOCKER] ... ⌕ ║
╠══════════════════════════════════════════════════╣
║ SHORTCUT / COMANDO · DESCRIPCIÓN · CLICK COPIAR║
╠══════════════════════════════════════════════════╣
║ Ctrl+P ║
║ Abrir archivo rápido ║
║─────────────────────────────────────────────────║
║ Ctrl+Shift+P ║
║ Paleta de comandos ║
║─────────────────────────────────────────────────║
║ Ctrl+` ║
║ Toggle terminal integrado ║
╠══════════════════════════════════════════════════╣
║ KDE::PLASMA DEV COMMANDS // v1.0 ║
╚══════════════════════════════════════════════════╝
git clone https://github.com/Gu7i/kde-devcommands.git
cd kde-devcommands
chmod +x install.sh
./install.shThen right-click your panel → Add Widgets → search Dev Commands.
INSTALL_DIR="$HOME/.local/share/plasma/plasmoids/com.guti.devcommands"
mkdir -p "$INSTALL_DIR"
cp -r contents metadata.json "$INSTALL_DIR/"
systemctl --user restart plasma-plasmashellRight-click the widget → Configure to:
- Add / rename / delete tabs
- Add / edit / delete commands within any tab
- Reset everything to the built-in defaults
- KDE Plasma 6
- Qt 6 / QML
MIT