63 lines
4.3 KiB
XML
63 lines
4.3 KiB
XML
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
|
|
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
|
|
<channel>
|
|
<title>dtutils.system on darktable lua documentation</title>
|
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.system/</link>
|
|
<description>Recent content in dtutils.system on darktable lua documentation</description>
|
|
<generator>Hugo -- gohugo.io</generator>
|
|
<language>en-us</language><atom:link href="https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.system/index.xml" rel="self" type="application/rss+xml" />
|
|
<item>
|
|
<title>details</title>
|
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.system/details/</link>
|
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
|
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.system/details/</guid>
|
|
<description>🔗DTUTILS.SYSTEM 🔗NAME dtutils.system
|
|
🔗SYNOPSIS a library of system utilities for use in darktable lua scripts
|
|
🔗USAGE local dtsys = require &quot;lib/dtutils.system&quot; 🔗DESCRIPTION This library contains routines for interfacing to the operating system from darktable lua scripts.
|
|
🔗RETURN VALUE dtsys - library - the darktable lua system library
|
|
🔗FUNCTIONS 🔗external_command pass a command to the operating system for execution and return the result
|
|
🔗launch_default_app open file in default application
|
|
🔗windows_command pass a command to the windows operating system for execution and return the result</description>
|
|
</item>
|
|
|
|
<item>
|
|
<title>external_command</title>
|
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.system/external_command/</link>
|
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
|
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.system/external_command/</guid>
|
|
<description>🔗NAME external_command
|
|
🔗SYNOPSIS pass a command to the operating system for execution and return the result
|
|
🔗USAGE local dsys = require &quot;lib/dtutils.system&quot; local result = dsys.external_command(command) command - string - a string containing the command and arguments to be passed to the operating system for execution.
|
|
🔗DESCRIPTION external_command passes a command to the operating system for execution and returns the results.
|
|
🔗RETURN VALUE result - number = the return value signalling success or failure.</description>
|
|
</item>
|
|
|
|
<item>
|
|
<title>launch_default_app</title>
|
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.system/launch_default_app/</link>
|
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
|
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.system/launch_default_app/</guid>
|
|
<description>🔗NAME launch_default_app
|
|
🔗SYNOPSIS open file in default application
|
|
🔗USAGE local dsys = require &quot;lib/dtutils.file&quot; result = dsys.launch_default_app(path) path - string - a file path
|
|
🔗DESCRIPTION launch_default_app allows opening a file in the application that is assigned as default for that filetype in the users&rsquo;s system
|
|
🔗RETURN VALUE result - number - the return value signalling success or failure.</description>
|
|
</item>
|
|
|
|
<item>
|
|
<title>windows_command</title>
|
|
<link>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.system/windows_command/</link>
|
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
|
|
<guid>https://darktable-org.github.io/luadocs/lua.scripts.api.manual/dtutils.system/windows_command/</guid>
|
|
<description>🔗NAME windows_command
|
|
🔗SYNOPSIS pass a command to the windows operating system for execution and return the result
|
|
🔗USAGE local dsys = require &quot;lib/dtutils.system&quot; local result = dsys.windows_command(command) command - string - a string containing the command and arguments to be passed to the operating system for execution.
|
|
🔗DESCRIPTION The normal method of executing an operating system command is using dt.control.execute(), but that doesn&rsquo;t work with Windows when more than one item in the command is quoted.</description>
|
|
</item>
|
|
|
|
</channel>
|
|
</rss>
|