git-dude
git-dude copied to clipboard
Git commit notifier
Thanks much for sharing this awesome tool. I am struggling to get it to display any notifications though. This is on gnome, so its using notify-send which works fine otherwise....
Assuming an exit code of 0 indicates "success"/that the screensaver is active, the "screensaver is running" check needs to be reversed.
If i have a repo with a parenthesis in the name the script breaks when running eval ``` icon_path=/home/grok/code/salt-states/icon.png cd "$dir_name"; git rev-parse --git-dir 2>/dev/null cd "$dir_name"; git config dude.ignore...
Pull Request #30 added support for OS X Notification Center (OS X 10.8 Mountain Lion and newer) using [terminal-notifier](https://github.com/alloy/terminal-notifier). Unfortunately, it also added GitHub-specific support, so was not accepted, but...