Skip to content

Commit 3ddd7fa

Browse files
[DupFileManager] plugin updated to version 1.0.0 (#470)
1 parent 512fbb8 commit 3ddd7fa

File tree

8 files changed

+19433
-392
lines changed

8 files changed

+19433
-392
lines changed

plugins/DupFileManager/DupFileManager.js

Lines changed: 11 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/DupFileManager/DupFileManager.log

Lines changed: 18075 additions & 0 deletions
Large diffs are not rendered by default.

plugins/DupFileManager/DupFileManager.py

Lines changed: 535 additions & 104 deletions
Large diffs are not rendered by default.

plugins/DupFileManager/DupFileManager.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: DupFileManager
22
description: Manages duplicate files.
3-
version: 0.1.9
3+
version: 1.0.0
44
url: https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/DupFileManager
55
ui:
66
javascript:
@@ -34,6 +34,10 @@ settings:
3434
displayName: Black List
3535
description: Least preferential paths; Determine primary deletion candidates. E.g. C:\Downloads,C:\DelMe-3rd,C:\DelMe-2nd,C:\DeleteMeFirst
3636
type: STRING
37+
zxPinklist:
38+
displayName: Pink List
39+
description: An [Advance Duplicate File Deletion Menu] option for deletion using paths. E.g. C:\SomeRandomDir,E:\DelPath2
40+
type: STRING
3741
zyMaxDupToProcess:
3842
displayName: Max Dup Process
3943
description: (Default=0) Maximum number of duplicates to process. If 0, infinity.
@@ -66,6 +70,10 @@ settings:
6670
displayName: Tracing
6771
description: Enable tracing and debug so-as to add additional tracing and debug logging in Stash\plugins\DupFileManager\DupFileManager.log
6872
type: BOOLEAN
73+
zzdryRun:
74+
displayName: Dry Run
75+
description: Enable to run script in [Dry Run] mode. In dry run mode, files are NOT deleted, and only logging is performed. Use the logging to determine if deletion will occur as expected.
76+
type: BOOLEAN
6977
exec:
7078
- python
7179
- "{pluginDir}/DupFileManager.py"

0 commit comments

Comments
 (0)