From e167dc4a84f32ec88b15a7e67ead4d34d9551aa9 Mon Sep 17 00:00:00 2001 From: DarkWiiPlayer Date: Fri, 5 Mar 2021 14:32:48 +0100 Subject: [PATCH] Add git push-pending done notification --- bin/git-push-pending | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/git-push-pending b/bin/git-push-pending index 4496fd6..b6afb97 100755 --- a/bin/git-push-pending +++ b/bin/git-push-pending @@ -11,3 +11,4 @@ echo "$repositories" \ | zenity --list --column Repository --column Path --text "Repositories that need pushing:" --multiple --title "Git" --separator ';' --width 800 --height 300 --print-column=2 2>/dev/null \ | tr ';' '\n' \ | xargs -P`nproc` -L 1 -Iā‚¬ sh -c 'cd ā‚¬ && git push' +notify-send Git 'Pushed everything šŸŽ‰'