Skip to content

a simple darktable Lua add-on to export a list of images in current collection to text file

License

Notifications You must be signed in to change notification settings

saris-a37/list-images

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

list-images

image

a simple darktable Lua add-on to export a list of images in the current collection as text file

AUTHOR

สาริศ ธนาโสภณ ([email protected])

INSTALLATION

  • copy this file in $CONFIGDIR/lua/ where CONFIGDIR is your darktable configuration directory
  • add the following line in the file $CONFIGDIR/luarc

require "list_images"

USAGE

  • select the output string format
  • select the seperator between each image's entry in the output text file
  • set the target directory and output text file name
  • click 'export'

TO-DOs

  • selected image(s) only check-button
  • use common parent directory as destination check-button (with function to find path)
  • auto-apply default settings

LICENSE

GPLv2

About

a simple darktable Lua add-on to export a list of images in current collection to text file

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages