Skip to content

Instantly share code, notes, and snippets.

View RedBearAK's full-sized avatar
🐻
Bearish

RedBearAK

🐻
Bearish
View GitHub Profile
@RedBearAK
RedBearAK / kde-qdbus.org
Created June 30, 2024 21:48 — forked from srithon/kde-qdbus.org
A list of all the KDE-related DBus commands on my machine

This document was generated by running the following script

#!/bin/fish

for service in (qdbus "org.kde.*")
  echo "* $service"

  for path in (qdbus "$service")
    echo "** $path"