Виклик для кожної ОС
darktable та інші виконувані файли (наприклад, darktable-cltest) можна запустити з консолі наступним чином:
Linux
- Installed as package or snap:
darktable - Flatpak:
flatpak run org.darktable.Darktable- To run e.g.
darktable-cltest:flatpak run --command=darktable-cltest org.darktable.Darktable --arguments-go-here.
- To run e.g.
- AppImage: Navigate to containing folder, then
./darktable.Appimage(or however you named the file)- To run e.g.
darktable-cltest:./darktable.Appimage darktable-cltest - An additional option to run the various binaries included in darktable (e.g.
darktable-cltestordarktable-cli) is through a symbolic link:- Create a symbolic link to your AppImage and call it e.g.
darktable-cli. - Then, when calling the AppImage through the symbolic link with
./darktable-cli, the code inside the package checks if there is a binary file inside the AppImage with a name that matches the symlink name. If so, it will be run instead of the default one.
- Create a symbolic link to your AppImage and call it e.g.
- To run e.g.
Windows
- Перейдіть до папки програми darktable:
cd "\Program Files\darktable\bin", потім виконайте.\darktable.exe. - Інші виконувані файли, наприклад,
darktable-cltest.exe, також знаходяться в цій папці та можуть бути викликані відповідно.
macOS
- Виконайте
/Applications/darktable.app/Contents/MacOS/darktable. - Інші виконувані файли, наприклад,
darktable-cltest, також знаходяться в цій папці та можуть бути викликані відповідно.
Параметри командного рядка в будь-якому випадку просто додаються (наприклад, -d common).