MacUpdate
Join MacUpdate
New Member

New Developer
Explore
MacUpdate Desktop
Hot Apps

Business
Dashboard
Development
Drivers
Education
MacUpdate Promo
Popular Apps

Games
Home & Personal
Internet
Multimedia & Design
Utilities
iPhone
Apps

Login
Member Login

Developer Login
About
Search Mac Apps

Search iPhone Apps

Advanced Search
Name Mangler
Name Mangler 2.5.1
Your rating: Now say why...

(21) 4.5476190476190474

Easy-to-use batch file re-namer.   Shareware ($10)
Add to my Watch List
Email me when discounted
  • Download Now
    1.5 MB
  • Visit Developer's Site
    Many Tricks
Name Mangler (was File List) is an Easy-to-use batch file re-namer.

If you need to rename several files at once, this is the application you have always been looking for. Name Mangler is a batch file renamer that supports the following renaming tasks: Find and Replace (including support for regular expressions); Number Sequentially; Change Case; Set Extension; Add Prefix/Suffix; Remove/Insert Characters.

Moreover, you can combine all of these using the Advanced renaming mode, which even comes with some extra features, such as conditional statements, nested counters,
What's New
Version 2.5.1:

New Features:

  • File renaming operations that will remove filename extensions now generate a confirmation prior to the action taking place.
Requirements
Intel, Mac OS X 10.6 or later



MacUpdate - Name Mangler




  • Search&Replace
    +23
    Shareware $6.50
    Search and replace batch ...

  • A Better Finde...
    +8
    Shareware $19.95
    File, photo, and MP3 batch ...

  • NameChanger
    +7
    Free
    Rename files in batches.

  • Batch File Ren...
    +5
    Shareware $14
    Simple batch renaming script.

  • Rename
    +3
    Free
    A hassle-free file renaming ...

  • Renamer
    +2
    Shareware $19
    Batch rename files quickly.
Name Mangler User Discussion (Write a Review)
ver. 2.x:
(21)
Your rating: Now say why...
Overall:
(31)

sort: smiles | time
burypromote
+1

+8

Tommy_b reviewed on 06 Apr 2011
Love Name Mangler.

I've been using it since it first came out.

Makes things so incredibly easy when trying to batch rename a bunch of stuff. And the advanced use examples/templates have been enormously helpful to in crafting more complex renaming actions as I have no clue about regular expressions.

And, gotta say, it's kinda neat to have the Finder window open where your files to be renamed are, click the button in Name Mangler so it executes the changes, and then watch all the file names change right before your eyes in a split second! (OK, yeah, I'm still easily awed by the wonders of simple computing.)
[Version 2.4.2]


burypromote

+138

Thyx reviewed on 02 Apr 2011
Name Mangler is definitely worth it.
My major issue is/was that I need some more help to cope with just another RegEx dialect.

I haven't used it a lot, due to my limited needs … and then came the green-ink competitor kinda free with the bundle. So, guilt's the occasion, not the reason for this review.
[Version 2.4.2]


burypromote
-1

+23

azazel- reviewed on 07 Feb 2011
Great app, however the version on the App Store is still listed as 2.4. Would be nice if versions could be synchronized.
[Version 2.4.1]


burypromote
-1

+1
Lumicide commented on 06 Nov 2010
I'm looking to rename a bunch of files with file names like

logfile.s123.uvwxyz.txt

All I really need is the middle part of the file name s123 and the extension .txt. The file name could be easily generated searching for the regular expression .*(d*).* and replacing it with 1 turning it into 123.txt

Unfortunately this software can not do that. It doesn’t make use of 1 in the replace string. Instead it just ignores the and writes a single digit 1.
[Version 2.3]

3 Replies

burypromote

+9
S. Brozius replied on 08 Dec 2010
You might wanna try using the advanced mode and using one of these:

Textfile-name: logfile.s123.uvwxyz.txt

Advanced 1:
[concatenate
[findRegularExpression
"^D*" in
[findRegularExpression
"D*$"
in replace with ""
] replace with ""
]"."
]
Gives: 123.txt
(strips all non-digits from the name)

Advanced 2:
[concatenate
[findRegularExpression
"^w*." in
[findRegularExpression
".w+$"
in replace with ""
] replace with ""
]"."
]
Gives s123.txt
burypromote
+3

+4
runningbird replied on 09 Dec 2010
You can actually do this without Advanced Mode, but there are two issues with what you tried: First off, Name Mangler requires a "$" (dollar sign) prefix for block references. And secondly, ".*" is greedy by default, so that part of the query will match the whole name, consequently causing the rest of the query to fail.

If the prefix and suffix (i.e., everything outside that middle part you want to keep) don't contain any further digits, one way to easily work around the greediness issue is to use the following query/replacement combo:

- query: [^d]*(d*)[^d]*
- replacement: $1

With the example you gave, this will indeed work--here's a screenshot: http://manytricks.com/sandbox/screenshots/macupdate-2010-12-09.png
burypromote
+1

+4
runningbird replied on 09 Dec 2010
There's no edit functionality for these comments, right...?

Anyway, I'm afraid MacUpdate's comment system seems to have stripped the backslashes from my previous reply. Please refer to the screenshot for the actual query/replacement combo.
burypromote
+1

+18
Ricoblues commented on 03 Nov 2010
One of the best utility in my Application folder. As web master, every day must work hard on bad habits of my customers about file names.
Now is an easy and fast job with Name Mangler. I'm very happy and satisfied. Tanks!
[Version 2.3]


burypromote
+2

+37

Big-Mac-XXL reviewed on 15 Jul 2010
Name Mangler does renaming of files fast, Mac-like and in style. Very easy to use, intuitive, a must on every Mac. I highly recommend it. I'm using it since it was known as File List. Download the trial today! You won't regret it. Cool stuff!
[Version 2.2.1]


burypromote
+6

+20

Clakes reviewed on 02 Jun 2010
Droplets, Get Finder and _Path Finder_ selection, Advanced Tagging... Wow.

As someone noticed in competitor's board, it's a one trick pony.
True.
But in this case (and in most of the software I love) being a one-trick pony means "does that thing I want it to do / does it the best and most flexible way / does it in style".

Look no further.
[Version 2.1.1]


burypromote
+3

+19

truthhurts reviewed on 26 Mar 2010
This is to counteract my previous review. Name Mangler has always been top-notch in functionality, with just about any renaming feature you could ask for (and if you can write a regex, the sky's the limit). The interface is sleek and extremely Mac-like, and being able to preview a huge batch rename before committing is crucial. The only thing I downrated previously was the change to shareware, but now that I understand there are no functionality limits in place and just reminders, I've changed my mind - and bought it at the same time.

One minor feature I'd love to see added is a way to store frequently used regex patterns. It does save the last one used, but I don't recall seeing any way to save several, like BBEdit for example.
[Version 2.1.1]


burypromote
-18

-27

Kobrasio reviewed on 25 Mar 2010
Just so you know: Name Mangler 2.1 is NOT FREE any more.

You can launch it 25 times before you have to shell out.


You can stick with 2.0 or use a FREEWARE.
Search macupdate for free renamer.

You can also search for another shareware which have much more features and works easier.

Try all before you pay 10 bucks for it!
[Version 2.1.1]

3 Replies

burypromote
+8

+721
Robotank replied on 26 Mar 2010
How does that comment in any way constitute a review? The fact that Name Mangler now costs money earns it a two-star review that includes no consideration of its features or quality? Would it have killed you to post a comment if you just wanted to recommend an alternative app or point out that version 2.1 is no longer free? This is nothing but an abuse of the rating system to take a jab at a developer who has annoyed you by deciding to charge for his application. I wish that MU staff would start converting "reviews" like this one into comments to preserve some semblance of validity in the rating system.
burypromote
+14
Many Tricks (developer) replied on 26 Mar 2010
Name Mangler was never free, it was donationware. The perception that it *was* free is exactly why we switched to shareware: nobody, basically, was paying for the product.

Anyone who donated for 2.0 gets a free 2.1 license, so those who supported the program get the update for free. Those who used 2.0 before and didn't donate are being asked to pay for this version -- just as they were asked to pay for all prior versions.

The main difference this time is that there's a nag screen that starts appearing after 25 uses -- no functionality is lost. If you've batch renamed files 25 times, clearly you find our product valuable.

-rob.
burypromote

+34
Lookin2it replied on 25 Apr 2011
So tell us, how did you like THIS software; what are the pros & cons? Did it perform adequately? You apparently used it 25 times, so you must have liked something about it. Offering such information, that is what is meant by review. Any one sophisticated enough to be using mac update does not need to be informed that they can do a search. "Just so you know" - the price of most things change over the course of time, but thanks for the update.
burypromote
+1

+264

Drdul reviewed on 23 Mar 2010
I am very happy to see Name Mangler back in action. I had stopped using it when I upgraded to Snow Leopard, as I couldn't get it to work (turns out it may have had something to do with icon previews, which can be turned off in prefs, but I didn't know that at the time). I switched to another popular renaming app, which works but is rather clunky and awkward to use. I prefer Name Mangler because it is intuitive and simple to use, yet is powerful enough to handle any renaming task I throw at it, plus I can create droplets for common tasks.

The $10 price is less than the price of similar apps, and IMO is a deal. I happily purchased a licence.
[Version 2.1]


burypromote

+7
Mikofox had trouble on 11 Jan 2011
Slight problem I had when trying to sort by creation date, when adding files that are shot within seconds. Is it possible that the sorting only works by the minute and disregards seconds? In any case it did not sort correctly when adding files with the same file name/different file ending from a folder of Panasonic jpg/raw I had previously renamed with Adobe Bridge.
[Version 2.3.3]




Flobipro rated on 21 May 2012

[Version 2.5.1]




Brandonjp rated on 08 Jun 2011

[Version 2.4.4]



-3

craigfin74 rated on 12 Apr 2011

[Version 2.4.2]



+211

Capitan rated on 24 Mar 2011

[Version 2.4.2]



-1

Fae rated on 07 Jan 2011

[Version 2.3.1]



-3

craigfin74 rated on 18 Dec 2010

[Version 2.3.1]


Downloads:34,646
Version Downloads:843
Type:Utilities : File Management
License:Shareware
Date:12 Apr 2012
Platform:Intel
Price: $10.00
Overall (Version 2.x):
Features:
Ease of Use:
Value:
Stability:
Displaying 1-10 of 40
< 1 2 3 4 >
Displaying 1-1 of 1
Displaying 1-6 of 6
-
-
-
Please login or create a new
MacUpdate Member account
to use this feature
Watch Lists are available to
MacUpdate Desktop Members
Upgrade Now
Download and auto-install
using MacUpdate Desktop. Save
time moving folders and cleaning-up.
Name Mangler (was File List) is an Easy-to-use batch file re-namer.

If you need to rename several files at once, this is the application you have always been looking for. Name Mangler is a batch file renamer that supports the following renaming tasks: Find and Replace (including support for regular expressions); Number Sequentially; Change Case; Set Extension; Add Prefix/Suffix; Remove/Insert Characters.

Moreover, you can combine all of these using the Advanced renaming mode, which even comes with some extra features, such as conditional statements, nested counters, and more.

But Name Mangler is more than just one versatile renaming utility - it's an infinite number of task-specific renaming utilities: Name Mangler's Droplets make it ridiculously easy to store configurations and use those repeatedly for different, alternating purposes. Just drop your files on them.
Add/Update Listing About MacUpdate Desktop Career Opportunities RSS Twitter Facebook Advertise Sitemap
Copyright © 2012 MacUpdate LLC


- -