From 9fd450885bed9a940a8e78598497c33bba1e7c36 Mon Sep 17 00:00:00 2001 From: deadlydog Date: Sun, 1 Nov 2020 01:00:05 -0600 Subject: [PATCH] refactor: Rename manual run script --- ReadMe.md | 2 +- src/{Run.ps1 => Invoke-MoveFilesIntoDateDirectories.ps1} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename src/{Run.ps1 => Invoke-MoveFilesIntoDateDirectories.ps1} (100%) diff --git a/ReadMe.md b/ReadMe.md index c406a77..5cec9b5 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -6,7 +6,7 @@ It is acceptable for the `SourceDirectoryPath` and `TargetDirectoryPath` to be t A common use-case of this script is to move photos into date-named directories based on when the photo was taken. -You can use the [Run.ps1](src/Run.ps1) script to easily provide parameters and run the cmdlet. +You can use the [Invoke-MoveFilesIntoDateDirectories.ps1](src/Invoke-MoveFilesIntoDateDirectories.ps1) script to easily provide parameters and run the cmdlet. ## Example diff --git a/src/Run.ps1 b/src/Invoke-MoveFilesIntoDateDirectories.ps1 similarity index 100% rename from src/Run.ps1 rename to src/Invoke-MoveFilesIntoDateDirectories.ps1