From fee1e00da62f3054a1bad45e89492746927f07b4 Mon Sep 17 00:00:00 2001 From: Bill Ferguson Date: Wed, 12 Jan 2022 16:33:41 -0500 Subject: [PATCH] Added documentation for contrib/rename_images --- .../scripts/contrib/rename_images.md | 37 +++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 content/lua.scripts.manual/scripts/contrib/rename_images.md diff --git a/content/lua.scripts.manual/scripts/contrib/rename_images.md b/content/lua.scripts.manual/scripts/contrib/rename_images.md new file mode 100644 index 0000000..9d1cd31 --- /dev/null +++ b/content/lua.scripts.manual/scripts/contrib/rename_images.md @@ -0,0 +1,37 @@ +--- +title: rename_images +id: rename_images +weight: 275 +draft: false +author: "people" +--- + +## Name + +rename_images.lua - rename one or more image files + +## Description + +Rename an image or images according to a pattern built by +the user. It is possible to specify a different directory +in the rename pattern, which will result in a move as well as +a rename. The database will be updated to reflect the new +name/location of the image. + +## Usage + +* require this script from your luarc file or start it from script_manager +* select an image or images +* enter a renaming pattern +* click the button to rename the files + +## Additional Software Required + + +## Limitations + + +## Author + + Bill Ferguson - wpferguson@gmail.com +