add git-gui kservice

master
an 2019-10-24 23:29:55 -04:00
parent 55852d8197
commit e8f78385a0
2 changed files with 14 additions and 0 deletions

1
links
View File

@ -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

13
system/git-gui.desktop Normal file
View File

@ -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