92761ec090
change 2>log_err.txt to 2>&1
...
redicrects the sterr to stdout so it can all be in the same file
2023-06-07 17:04:40 +02:00
6ac163b207
fix windows require statement
...
The quotes would push
```lua
"require 'tools/script_manager'"
```
instead of
```lua
require 'tools/script_manager'
```
to the file
2023-06-07 14:57:01 +02:00
b391509be6
Update troubleshooting.md
...
Added `2> log_err.txt` to the command and explained what it does. This is necessary as stderr will otherwise get outputted to the console instead of the file.
2023-06-07 14:48:27 +02:00
Kofa
ff3159345f
Fixed URL to git's home site
2023-05-07 09:46:36 +02:00
Bill Ferguson
fee1e00da6
Added documentation for contrib/rename_images
2022-01-12 16:33:41 -05:00
Bill Ferguson
c22925127f
[contrib/rename-tags.md] Added deprecation warning
2021-12-28 20:37:30 -05:00
wpferguson
36c58ad3c8
[contrib/select_untagged] fixed position
...
[examples/multi_os] fixed id and title
2021-05-30 13:21:03 -04:00
wpferguson
c354b5fe27
Added documentation of detached mode
2021-04-09 00:35:15 -04:00
wpferguson
39d50c87ae
Updated to reflect latest option, display in darkroom view
2021-02-25 20:09:32 -05:00
wpferguson
42db01e0fd
updated description
2021-02-19 17:46:03 -05:00
wpferguson
74de0a0b7a
Added contrib/fujifilm_dynamic_range documentation
2021-02-19 17:39:34 -05:00
wpferguson
b194392013
Added website link for phtoils
2021-02-19 15:10:09 -05:00
wpferguson
e76a08f7dd
[scripts api manual] updated dtutils.file/check_if_bin_exists to document
...
the updated functionality. Added dtutils.file/test_file
to document new function for file testing.
[scripts manual] Updated script_manager to document rewrite of script.
2020-12-23 23:05:23 -05:00
wpferguson
263ecf9b48
Took a first run through the scripts. Changed the startup from the luarc file to script manager.
2020-12-18 22:08:09 -05:00
wpferguson
2f9034a7af
Updated README.md based on dtdocs, rename lua.api to lua.api.manual, and fixed a version number
2020-12-18 19:40:46 -05:00
wpferguson
886e4ff6a9
Added lua logo, fixed script category ordering, fixed typo
2020-12-18 16:47:52 -05:00
Bill Ferguson
b69d752221
[lua scripts] created manual from script comments
...
[lua scripts api] created manual from embedded library documentation
[lua api] created stub to contain lua api manual
2020-12-12 15:14:19 -05:00