Error handling, feature cleanup

This commit is contained in:
Thomas Wilczynski 2025-11-05 14:34:01 -08:00
commit 94755aa78f
6 changed files with 181 additions and 107 deletions

View file

@ -12,7 +12,7 @@ Other use cases:
- Copying only certain types of documents into a backup folder
- TODO: Grouping all of your photos into separate folders, by year
- Moving only files that contain the name "document"
This is my first real Python project, after many unimportant scripts and experiments. I really needed a project like this in my portfolio, even if it's not truly amazing.
@ -24,9 +24,11 @@ This is my first real Python project, after many unimportant scripts and experim
- Set file rules for generic file types (images, documents, etc.)
- Save your file rules configuration for future use
## Usage
You can run either the app or the script, but the script won't use the file rules if you haven't set them up.
You can run either the app or the script
## About