Hi!
I’ve just installed the most recent version of darktable (5.0.0) with the command “brew install --cask darktable”, and I can launch the app by double-clicking on the icon in the Applications folder of Finder. However, I see from section 12.5 of the current documentation (https://darktable-org.github.io/dtdocs/en/darktable_user_manual.pdf) that it can also be called from the command line with specific options, and that there is also a separate “darktable-cli” executable. Yet, if I call or search for those executables from a Terminal I don’t see any of those:
MicMac3 ~ % darktable
zsh: command not found: darktable
MicMac3 ~ % which darktable
darktable not found
MicMac3 ~ % whereis darktable
darktable:
MicMac3 ~ % whereis darktable.app
darktable.app:
MicMac3 ~ % darktable-cli
zsh: command not found: darktable-cli
MicMac3 ~ %
What should I do to access those executables from a Terminal?
Thanks for clarifying this point.