Skip to content

Instantly share code, notes, and snippets.

@srithon
Last active June 30, 2024 21:48
Show Gist options
  • Save srithon/3cd297bdfdd157c0a7e00ff1aeb2690c to your computer and use it in GitHub Desktop.
Save srithon/3cd297bdfdd157c0a7e00ff1aeb2690c to your computer and use it in GitHub Desktop.

Revisions

  1. srithon renamed this gist Jun 24, 2021. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. srithon revised this gist Jun 24, 2021. 1 changed file with 17 additions and 0 deletions.
    17 changes: 17 additions & 0 deletions qdbus.org
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,20 @@
    This document was generated by running the following script
    #+begin_src fish
    #!/bin/fish

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

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

    for item in (qdbus "$service" "$path")
    echo "- $item"
    end
    end
    end
    #+end_src

    * org.kde.ActivityManager
    ** /
    - ~method QString org.freedesktop.DBus.Introspectable.Introspect()~
  3. srithon created this gist Jun 24, 2021.
    10,607 changes: 10,607 additions & 0 deletions qdbus.org
    10,607 additions, 0 deletions not shown because the diff is too large. Please use a local Git client to view these changes.