Search found 1729 matches

by DigitalVolcano
Thu May 23, 2024 3:03 pm
Forum: Duplicate Cleaner support
Topic: Disorganized Photos to a Single Directory?
Replies: 1
Views: 79

Re: Disorganized Photos to a Single Directory?

At the simplest level you can run a scan (Exact matches or Image Mode Similar matches), Mark 'Only one file in each group', and then copy all the marked photos to your new folder (making sure Overwrite is turned off).
by DigitalVolcano
Thu May 23, 2024 3:00 pm
Forum: TextCrawler - General
Topic: Exclude folders
Replies: 1
Views: 22

Re: Exclude folders

You can add the folder name/wildcard to the Exclude box (under the file filter). Use a semicolon to separate names,.

Code: Select all

.git;.svn;.vs
by DigitalVolcano
Mon May 20, 2024 11:37 am
Forum: TextCrawler - General
Topic: TextCrawler Pro 4 - suggestions thread
Replies: 19
Views: 153211

Re: TextCrawler Pro 4 - suggestions thread

Side by side projects:-
Screenshot 2024-05-20 113656.png
by DigitalVolcano
Mon May 20, 2024 11:27 am
Forum: TextCrawler - General
Topic: TextCrawler Pro 4 - suggestions thread
Replies: 19
Views: 153211

Re: TextCrawler Pro 4 - suggestions thread

As promised - a few screenshots from the Alpha:
Screenshot 2024-05-20 112405.png
Screenshot 2024-05-20 104350.png
Screenshot 2024-05-20 112024.png
by DigitalVolcano
Wed May 15, 2024 10:44 am
Forum: Duplicate Cleaner support
Topic: Cache questions
Replies: 9
Views: 18487

Re: Cache questions

Does using the virtual drives/folders feature help? This allows you to make an image of a drive for offline comparison.
https://www.digitalvolcano.co.uk/duplic ... =&sct=MzQ2
by DigitalVolcano
Sat May 11, 2024 11:22 am
Forum: Duplicate Cleaner support
Topic: Folders map to the same location warning?
Replies: 1
Views: 125

Re: Folders map to the same location warning?

It usually checks by volume drive serial number among other things - is it possible that one drive was cloned from the other at some point in the past?

If you are happy you can ignore the warning (be sure you have backups before removing anything though).
by DigitalVolcano
Thu May 09, 2024 10:38 am
Forum: Duplicate Cleaner support
Topic: Delete files without extension from each folder group
Replies: 1
Views: 258

Re: Delete files without extension from each folder group

You can try:
Selection Assistant
-All but one matching SET in each group
-(Checkmark) File name - Does not contain - . (dot)
by DigitalVolcano
Tue May 07, 2024 7:47 pm
Forum: Duplicate Cleaner support
Topic: Regex to mark folders not ending with a digit?
Replies: 2
Views: 720

Re: Regex to mark folders not ending with a digit?

This should work for .NET regular expressions though I've not tested it in DC

Code: Select all

.*(?<![0-9])$

https://regex101.com/r/MAJQSZ/1
by DigitalVolcano
Tue May 07, 2024 12:10 pm
Forum: TextCrawler - General
Topic: How to save only found lines of text to file"
Replies: 3
Views: 922

Re: How to save only found lines of text to file"

Next to the replace button. (Pro version only)

See manual "Action buttons" section
https://www.digitalvolcano.co.uk/textcr ... =&sct=MA==
by DigitalVolcano
Tue May 07, 2024 10:09 am
Forum: TextCrawler - General
Topic: How to save only found lines of text to file"
Replies: 3
Views: 922

Re: How to save only found lines of text to file"

You can use the Extract button to put the lines to the ScratchPad, then this can be saved.

To get line breaks in the extracted text, you may need to change your expression to one such as : "MOZ_.*\n"