I didn't found an option on how to open images from command line. I usualy start the program from a comandline (using helper bash script). It would be awsome if I could specifiy the images I like to edit on the comand line.
Example: geotag.sh *.jpeg
My helper script is just that:
#!/bin/sh java -Xmx256M -jar ~/bin/geotag-0.103.jar "$@"
Log in to post a comment.
My helper script is just that: