logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

pto_move - Move a project file with all images in it.

Authors

       Thomas Modes

Version: 2024.0.1"                                 2025-01-03                                      PTO_MOVE("1")

Description

pto_move Moves a project file and all images to a new destination.  Optionally copies; can be recursive,
       and can overwrite

Name

       pto_move - Move a project file with all images in it.

Options

--copy
           Copy project files and images instead of moving

       --recursive
           Only  effective  in use case 2. Go recursive in the the source folder and move all project files with
           images to destination folder by maintaining the folder structure relative to source folder.

       --overwrite
           Overwrite all existing files. Otherwise you will be asked for each existing file.

Synopsis

pto_move [options] path1/source.pto path2/dest.pto

Usage

pto_move [options] path1/source.pto path2/dest.pto

       Rename project file path1/source.pto to path2/dest.pto.  All images contained in the project will be
       moved accordingly.

       pto_move [options] sourceFolder destFolder

       Moves all project files in the source folder to the destination folder including all images.

See Also