From e8f78385a09cbf6731059b069b127e6dee9afbb2 Mon Sep 17 00:00:00 2001 From: Alison Watson Date: Thu, 24 Oct 2019 23:29:55 -0400 Subject: [PATCH] add git-gui kservice --- links | 1 + system/git-gui.desktop | 13 +++++++++++++ 2 files changed, 14 insertions(+) create mode 100644 system/git-gui.desktop diff --git a/links b/links index 9fbac01..ee658a4 100644 --- a/links +++ b/links @@ -34,6 +34,7 @@ system/fcitx/conf ~/.config/fcitx/conf system/fcitx/config ~/.config/fcitx/config system/fcitx/data ~/.config/fcitx/data system/fcitx/profile ~/.config/fcitx/profile +system/git-gui.desktop ~/.local/share/kservices5/git-gui.desktop system/services/marrub.service ~/.config/systemd/user/marrub.service system/services/marrub.timer ~/.config/systemd/user/marrub.timer themes/hgtk.py ~/.config/ranger/colorschemes/hgtk.py diff --git a/system/git-gui.desktop b/system/git-gui.desktop new file mode 100644 index 0000000..655b754 --- /dev/null +++ b/system/git-gui.desktop @@ -0,0 +1,13 @@ +[Desktop Entry] +Type=Service +Icon=git +X-KDE-ServiceTypes=KonqPopupMenu/Plugin +MimeType=inode/directory; +Actions=gitGui; +Encoding=UTF-8 + +[Desktop Action gitGui] +Name=Open Git GUI here +Description=Opens the Git GUI in this folder +Icon=git +Exec=cd "%f" && git gui