Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
dtorop
/
lua-scripts
Public
forked from
darktable-org/lua-scripts
Notifications
You must be signed in to change notification settings
Fork
0
Star
1
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
lua-scripts
lib
on
wordpress_export.lua
User selector
All users
All time
Commit history
Commits on Apr 16, 2019
Merge pull request #185 from darktable-org/file.lua
Show description for 0fe95e9
supertobi
authored
0fe95e9
View commit details
Copy full SHA for 0fe95e9
View code at this point
Browse repository at this point
dtutils_file.file_copy: use the result
supertobi
authored
cadd98d
View commit details
Copy full SHA for cadd98d
View code at this point
Browse repository at this point
Commits on Apr 15, 2019
file.lua copy for windows
supertobi
authored
d355095
View commit details
Copy full SHA for d355095
View code at this point
Browse repository at this point
On Windows we don't need anything to open a file
Show description for a81d992
supertobi
authored
a81d992
View commit details
Copy full SHA for a81d992
View code at this point
Browse repository at this point
Commits on Feb 27, 2019
removed sanitize_filename wrapper from path argument
wpferguson
committed
11881b3
View commit details
Copy full SHA for 11881b3
View code at this point
Browse repository at this point
Commits on Feb 26, 2019
Added a space after the commands and removed quotes in the command invocation.
wpferguson
committed
5ff36fe
View commit details
Copy full SHA for 5ff36fe
View code at this point
Browse repository at this point
Commits on Feb 24, 2019
Fixed compatibility issues. Added new version check to scripts. Renamed lib/dtutils/file/rm() to lib/dtutils/file/rmdir since removing a file in windows with rmdir /q/s results in an error. Fixe…
Show description for de087f7
wpferguson
committed
de087f7
View commit details
Copy full SHA for de087f7
View code at this point
Browse repository at this point
Commits on Feb 22, 2019
Updated files
wpferguson
committed
8f6a236
View commit details
Copy full SHA for 8f6a236
View code at this point
Browse repository at this point
Commits on Feb 21, 2019
Merge pull request #157 from theres/dm_timelapse
Show description for d9ce826
wpferguson
authored
d9ce826
View commit details
Copy full SHA for d9ce826
View code at this point
Browse repository at this point
Commits on Feb 20, 2019
Incorporated supertobi's comment about spacing.
wpferguson
committed
245a7b5
View commit details
Copy full SHA for 245a7b5
View code at this point
Browse repository at this point
Changed check_min_api_version() to print error messages and throw an error if the minimum api is not satisfied. Updated the scripts to reflect the changed check_min_api_version().
wpferguson
committed
8b714ed
View commit details
Copy full SHA for 8b714ed
View code at this point
Browse repository at this point
Commits on Feb 19, 2019
file lib: mkdir - handle existing directory case on Windows
theres
committed
5555ee2
View commit details
Copy full SHA for 5555ee2
View code at this point
Browse repository at this point
Added check_min_api_function to dtutils.lua to check the minimum version of the lua API required for a script to run. This is intended to replace the API check done with darktable.configuration.ch…
Show description for 451c7fb
wpferguson
committed
451c7fb
View commit details
Copy full SHA for 451c7fb
View code at this point
Browse repository at this point
Commits on Jan 27, 2019
video ffmpeg - post review fixes
Show description for 3675f4d
theres
committed
3675f4d
View commit details
Copy full SHA for 3675f4d
View code at this point
Browse repository at this point
Commits on Jul 12, 2018
Added require statement for official/yield.lua so that darktable.control.execute() would have all of it's requirements met without the user having to remember to add it somewhere else
wpferguson
committed
8b5a43e
View commit details
Copy full SHA for 8b5a43e
View code at this point
Browse repository at this point
Commits on Jul 11, 2018
Added system library to handle running external commands on different operating systems in a transparent manner. Added file and path quoting that is cross platform compatible. Changed gimp.lua to…
Show description for 1a22bfb
wpferguson
committed
1a22bfb
View commit details
Copy full SHA for 1a22bfb
View code at this point
Browse repository at this point
Commits on Jul 7, 2018
Removed 'open -W -a' for mac commands from check_if_bin_exists since it only appears to be needed for GUIs. Added 'open -W -a' for macs using GIMP in gimp.lua
wpferguson
committed
4b32c34
View commit details
Copy full SHA for 4b32c34
View code at this point
Browse repository at this point
Commits on May 15, 2018
Fixed bug where log_level() always returned log.success instead of the correct log level
wpferguson
committed
7acf2b9
View commit details
Copy full SHA for 7acf2b9
View code at this point
Browse repository at this point
Replaced dt_print_log = dt.print_error with dt.print_log now that the function exists
wpferguson
committed
f961e6a
View commit details
Copy full SHA for f961e6a
View code at this point
Browse repository at this point
Commits on Mar 16, 2018
Used a less aggressive quoting strategy that works with check_if_bin_exists, check_if_file_exists, and io.popen().
wpferguson
committed
5266aa7
View commit details
Copy full SHA for 5266aa7
View code at this point
Browse repository at this point
Commits on Mar 10, 2018
Changed wine test to check for .exe"$ or .EXE"$ because of quoting string paths
wpferguson
committed
1c587d3
View commit details
Copy full SHA for 1c587d3
View code at this point
Browse repository at this point
Fixed accidently wiped out check for macos
wpferguson
committed
b4ea97c
View commit details
Copy full SHA for b4ea97c
View code at this point
Browse repository at this point
Changed wine check to operating system isn't windows
wpferguson
committed
83c1a57
View commit details
Copy full SHA for 83c1a57
View code at this point
Browse repository at this point
Removed debugging statement
wpferguson
committed
8410266
View commit details
Copy full SHA for 8410266
View code at this point
Browse repository at this point
Added wine awareness for unix, linux, and macos. Added open -a -W to the macos path so that the path returned by the finder will work correctly.
wpferguson
committed
692441e
View commit details
Copy full SHA for 692441e
View code at this point
Browse repository at this point
Commits on Mar 5, 2018
Merge pull request #112 from wpferguson/os_path_fix
Show description for de18432
supertobi
authored
de18432
View commit details
Copy full SHA for de18432
View code at this point
Browse repository at this point
Commits on Mar 4, 2018
Added check_os to lib/dtutils.lua so that scripts can check compatibility with the current operating system
wpferguson
committed
c073ecf
View commit details
Copy full SHA for c073ecf
View code at this point
Browse repository at this point
Commits on Mar 2, 2018
Added windows and macOS external executable compatibility. Added functions set_executable_path_preference(), get_executable_path_preference(), and executable_path_widget() to lib/dtutils/file.lua …
Show description for 2ea4db8
wpferguson
committed
2ea4db8
View commit details
Copy full SHA for 2ea4db8
View code at this point
Browse repository at this point
Commits on Feb 24, 2018
platform dependent implementation of check_if_bin_exists and check_if_file_exists
Andy Chien
committed
467365d
View commit details
Copy full SHA for 467365d
View code at this point
Browse repository at this point
Commits on Feb 23, 2018
fixed a couple dtutils_file functions for windows platform
Andy Chien
committed
5d57347
View commit details
Copy full SHA for 5d57347
View code at this point
Browse repository at this point
Commits on Sep 26, 2017
added {5,0,0} to the check_version
supertobi
authored
19b7d29
View commit details
Copy full SHA for 19b7d29
View code at this point
Browse repository at this point
added {5,0,0} to the check_version
supertobi
authored
15a492c
View commit details
Copy full SHA for 15a492c
View code at this point
Browse repository at this point
Commits on Nov 8, 2016
Verified API 4.0.0 compatibility and made the necessary changes
wpferguson
committed
93e30a8
View commit details
Copy full SHA for 93e30a8
View code at this point
Browse repository at this point
Commits on Oct 24, 2016
Fixed log bug in dprint function
wpferguson
committed
dab0282
View commit details
Copy full SHA for dab0282
View code at this point
Browse repository at this point
Commits on Oct 20, 2016
Moved lib/libLog.lua to lib/dtutils/log.lua. Rewrote most of it to make it more configurable and easier to use. Updated doc format to a fixed list of fields. Did away with the comment blocks and…
Show description for 564fd20
wpferguson
committed
564fd20
View commit details
Copy full SHA for 564fd20
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.