view plugins/tethered-photography/geeqie-tethered-photography-hook-script @ 2916:ae6cdcd69d9f default tip

Merge with upstream/master.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 May 2019 11:46:50 +0300
parents 8521d2405863
children
line wrap: on
line source

#!/bin/bash

# Tethered photography

if [ "$ACTION" == "download" ]
then
	notify-send --expire-time=4000 "$ARGUMENT"  --icon=geeqie
	geeqie --remote File:"$PWD/$ARGUMENT"
fi

exit 0