about summary refs log tree commit diff
path: root/users/tazjin/gio-list-apps
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2023-08-26T23·22+0300
committertazjin <tazjin@tvl.su>2023-08-26T23·30+0000
commitc6224c9ef586cf367c2fa2ad9a5bc50e307ac084 (patch)
tree87d0aca8da93428e30491fe5a09cd73fb024cc6f /users/tazjin/gio-list-apps
parentb5979f26e8f47638520b0954ac2f1b794ca58880 (diff)
feat(tazjin/emacs): implement run-xdg-app using gio-list-apps tool r/6529
Change-Id: I43111dfc7091c416035be563ca7fc17265667b33
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9158
Tested-by: BuildkiteCI
Reviewed-by: tazjin <tazjin@tvl.su>
Diffstat (limited to 'users/tazjin/gio-list-apps')
-rw-r--r--users/tazjin/gio-list-apps/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/gio-list-apps/src/main.rs b/users/tazjin/gio-list-apps/src/main.rs
index 2b04ac06a7..c6b6b98d4d 100644
--- a/users/tazjin/gio-list-apps/src/main.rs
+++ b/users/tazjin/gio-list-apps/src/main.rs
@@ -10,6 +10,7 @@ fn main() {
                     "{}",
                     json!({
                         "name": app.name().as_str(),
+                        "display_name": app.display_name().as_str(),
                         "commandline": cmd,
                     })
                 );