flathub / org.darktable.Darktable

https://flathub.org/apps/details/org.darktable.Darktable
5 stars 14 forks source link

How to use darktable-cli? #9

Closed hubslave closed 6 years ago

hubslave commented 6 years ago

Hello friends,

Darktable application comes with a utility called darktable-cli - a command line batch utility for processing photos from terminal. Is it possible to use this utility when I have Darktable installed as flatpak? If yes how can I use it?

Thank you very much for your time and have a nice day :)

hubslave commented 6 years ago

@TingPing answered my question, so I post it also here, if anybody else would be looking for this:

flatpak run --command=darktable-cli org.darktable.Darktable --arguments-go-here

jurf commented 6 years ago

Or, in a more logical order:

flatpak run org.darktable.Darktable --command=darktable-cli --arguments-go-here