lua-scripts
lua-scripts copied to clipboard
See the Lua part of #450
This is a POC on how Lua script translation could be handled directly in darktable. ### The darktable part - Add lua-scripts has a submodule in src/external - Add all...
The current script manager looks like:  I find it hard to read each line and do proper separation between the script name and the status. A proposal would be...
See https://discuss.pixls.us/t/plugin-for-creating-automatic-tags/18167
With OpenInExplorer the external_command will only work with path without accent. Meaning of "work" is "windows explorer open with the expected file selected" have'nt test on linux, I will.
Open the export destination folder after an export completes.
lib/dtutils/system - added wrapper functions os_execute and io_popen for the lua functions os.execute and io.popen to ensure proper command sanitization for windows Fixes #436
Handle command execution with for commands that require multiple quoted strings on Windows. This handles circumstances such as: * space in the username or path * special characters See https://github.com/darktable-org/darktable/pull/15437...
The enfuseAdvanced lua script causes the latest version of Darktable on my Windows 10 to hard crash, giving this error: **Magick: caught exception 0xC0000005 "Access violation"....**. Debugging through the code,...
executable_manager currently allows assigning executable paths to executables that have been requested by other scripts. There is not a provision for just adding a new executable (and there should be).