lua-scripts icon indicating copy to clipboard operation
lua-scripts copied to clipboard

Results 95 lua-scripts issues
Sort by recently updated
recently updated
newest added

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...

enhancement
WIP

The current script manager looks like: ![image](https://github.com/darktable-org/lua-scripts/assets/467069/d2fc6f30-3725-4071-b2da-c86abc265f02) 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.

enhancement

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

bugfix
os: windows
status: testing

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...

bug
os: windows

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,...

working

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).

enhancement