You can make a shell script like this to show textual representation of EXIF:

#!/bin/sh
exiftool "$1" \
| zenity --text-info --font=Monospace --width=800 --height=600 --title="$1"

Or like this to copy it directly to clipboard:

#!/bin/sh
exiftool "$1" | xsel

And then set this script as an external editor in Geeqie.

You can also use another tools like exiv2 and customize output as you 
need using tool's options or grep/sed.


Grant wrote, on 12.7.2017 14:54:
> Hello, I need the ability to copy EXIF data to the clipboard from the
> metadata viewer in Linux.  Is anyone willing to work on this in
> exchange for payment?
> 
> Thanks,
> Grant
> 
> ------------------------------------------------------------------------------
> Check out the vibrant tech community on one of the world's most
> engaging tech sites, Slashdot.org! http://sdm.link/slashdot
> _______________________________________________
> Geeqie-devel mailing list
> Geeqie-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/geeqie-devel
> 

------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Geeqie-devel mailing list
Geeqie-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geeqie-devel

Reply via email to