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 šŸŽ‰'