Skip to content

Commit

Permalink
[DupFileManager] plugin updated to version 1.0.0 (#470)
Browse files Browse the repository at this point in the history
  • Loading branch information
David-Maisonave authored Nov 29, 2024
1 parent 512fbb8 commit 3ddd7fa
Show file tree
Hide file tree
Showing 8 changed files with 19,433 additions and 392 deletions.
13 changes: 11 additions & 2 deletions plugins/DupFileManager/DupFileManager.js

Large diffs are not rendered by default.

18,075 changes: 18,075 additions & 0 deletions plugins/DupFileManager/DupFileManager.log

Large diffs are not rendered by default.

639 changes: 535 additions & 104 deletions plugins/DupFileManager/DupFileManager.py

Large diffs are not rendered by default.

10 changes: 9 additions & 1 deletion plugins/DupFileManager/DupFileManager.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: DupFileManager
description: Manages duplicate files.
version: 0.1.9
version: 1.0.0
url: https://github.com/David-Maisonave/Axter-Stash/tree/main/plugins/DupFileManager
ui:
javascript:
Expand Down Expand Up @@ -34,6 +34,10 @@ settings:
displayName: Black List
description: Least preferential paths; Determine primary deletion candidates. E.g. C:\Downloads,C:\DelMe-3rd,C:\DelMe-2nd,C:\DeleteMeFirst
type: STRING
zxPinklist:
displayName: Pink List
description: An [Advance Duplicate File Deletion Menu] option for deletion using paths. E.g. C:\SomeRandomDir,E:\DelPath2
type: STRING
zyMaxDupToProcess:
displayName: Max Dup Process
description: (Default=0) Maximum number of duplicates to process. If 0, infinity.
Expand Down Expand Up @@ -66,6 +70,10 @@ settings:
displayName: Tracing
description: Enable tracing and debug so-as to add additional tracing and debug logging in Stash\plugins\DupFileManager\DupFileManager.log
type: BOOLEAN
zzdryRun:
displayName: Dry Run
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.
type: BOOLEAN
exec:
- python
- "{pluginDir}/DupFileManager.py"
Expand Down
Loading

0 comments on commit 3ddd7fa

Please sign in to comment.