mirror of
https://github.com/al0cam/AutoMover.git
synced 2026-07-22 12:10:26 +00:00
Update README.md
This commit is contained in:
parent
6a18d0a8fc
commit
fca87af73e
1 changed files with 17 additions and 1 deletions
18
README.md
18
README.md
|
|
@ -35,6 +35,7 @@ From patch 1.0.2 onwards, you can exclude files and folders from being moved.
|
|||
The UI that is used for the exclusion rules is the same as the one used for the search criteria.
|
||||
But here is a quick glance at how it looks:
|
||||
|
||||

|
||||
|
||||
1. **Excluded folder or files**: This is where you can input the folder or file paths you want to exclude from being moved.
|
||||
2. **Add rule button**: This button will add a rule to the list of rules.
|
||||
|
|
@ -89,18 +90,28 @@ They syntax is the same as the one used for the moving rules but here you can fi
|
|||
|
||||
### Example without regex
|
||||
|
||||
Lets imagine you have some creatures you want to move into folders like this:
|
||||
Lets imagine you have some creatures you want to move into folders like this.
|
||||
The list of creatures looks like this:
|
||||
|
||||

|
||||
|
||||
And the rules you want to apply to them look like this:
|
||||
|
||||

|
||||
|
||||
After moving them you are left with this:
|
||||
|
||||

|
||||
|
||||
And now you are thinking "Damn, despite all that rage, those are still rats in a cage..."
|
||||
And because you saw how angry the rats were, you decided you don't want to include them in further sorting.
|
||||
Therefore, a rule would look like this:
|
||||
|
||||

|
||||
|
||||
And the result would look like this:
|
||||
|
||||

|
||||
|
||||
### Example with regex
|
||||
|
||||
|
|
@ -108,11 +119,16 @@ I don't have any funny examples for this one, but I thought it could be useful t
|
|||
|
||||
Let's imagine you are moving the following files:
|
||||
|
||||

|
||||
|
||||
And you decided you want to exclude those that have numbers as a suffix.
|
||||
Then your rules can look like this:
|
||||
|
||||

|
||||
|
||||
And the result would look like this:
|
||||
|
||||

|
||||
|
||||
A sidenote for this is that regex can by default be used to manage exclusions as well.
|
||||
So the current example of exclusion could have been handled with a slight change to the moving rule as well.
|
||||
|
|
|
|||
Loading…
Reference in a new issue