#!/bin/bash
#  imgcmtx -- display and browse images with comments
echo "Display image $1 and then images in same directory."
#
# echo "PWD variable is $PWD"
HERE=`dirname $(realpath $1)` # must execute
echo "Current directory is $HERE"
# set then reset font
## /usr/share/fonts/truetype/freefont/FreeMono/22 ## $1 $HERE/
# feh --geometry 800x600 100 100 --info ;'echo %f; rdjpgcom %f' -F  $1 $HERE/
feh --info 'echo %f; rdjpgcom %f' -F  $1 $HERE/
# ?? need to document better
# Also how to specify to file manager
## /usr/share/fonts/truetype/freefont/FreeMono/14 ## $1 $HERE/
