Plugin for tethered photography
[geeqie.git] / plugins / tethered-photography / geeqie-tethered-photography-hook-script
1 #!/bin/bash
2
3 # Tethered photography
4
5 if [ "$ACTION" == "download" ]
6 then
7         notify-send --expire-time=4000 "$ARGUMENT"  --icon=geeqie
8         geeqie --remote File:"$PWD/$ARGUMENT"
9 fi
10
11 exit 0