<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; file renaming</title>
	<atom:link href="http://www.ghacks.net/tag/file-renaming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 23:31:44 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Bulk renaming made easy with Thunar bulk renamer</title>
		<link>http://www.ghacks.net/2009/07/22/bulk-renaming-made-easy-with-thunar-bulk-renamer/</link>
		<comments>http://www.ghacks.net/2009/07/22/bulk-renaming-made-easy-with-thunar-bulk-renamer/#comments</comments>
		<pubDate>Wed, 22 Jul 2009 19:12:20 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[batch actions]]></category>
		<category><![CDATA[batch renaming]]></category>
		<category><![CDATA[file managment]]></category>
		<category><![CDATA[file renaming]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=14640</guid>
		<description><![CDATA[To many Thunar is just a file manager. But if you&#8217;ve played around with it you know it is much, much more. You may remember my previous article &#8220;Create custom actions with the Thunar file manager&#8221; which shows you one method of extending the application. There is one extra tool that comes with Thunar which [...]]]></description>
			<content:encoded><![CDATA[<p>To many Thunar is just a file manager. But if you&#8217;ve played around with it you know it is much, much more. You may remember my previous article &#8220;<a title="Custom actions with Thunar" href="http://www.ghacks.net/2009/05/16/create-custom-actions-with-the-thunar-file-manager/" target="_blank">Create custom actions with the Thunar file manager</a>&#8221; which shows you one method of extending the application. There is one extra tool that comes with Thunar which is the Bulk Renamer. The Bulk Renamer is a Thunar plug-in that allows you to handle batch renames with a very simple, user-friendly GUI.</p>
<p>The Thunar Bulk renamer can:</p>
<ul>
<li>Insert/Overwrite file names</li>
<li>Add various forms of numbering</li>
<li>Remove characters</li>
<li>Search/Replace</li>
<li>Change Uppercase/Lowercase</li>
</ul>
<p>The Thunar Bulk Renamer only handles basic renaming. If you are looking for a more complex renaming tool you can look into writing an additional module for Thunar (see the <a title="Thunar Extension Framework Reference Manual" href="http://thunar.xfce.org/documentation.html" target="_blank">Thunar Extension Framwork Reference Manual for more information</a>.) But for simple bulk renaming &#8211; this tool can&#8217;t be beaten.</p>
<p><span id="more-14640"></span></p>
<p><strong>Installing</strong></p>
<p>If you have Thunar installed, the Bulk Renamer is installed with it. If not then you can:</p>
<ul>
<li>Open up your Add/Remove Software utility.</li>
<li>Do a search for &#8220;thunar&#8221; (no quotes).</li>
<li>Mark the results for installation (right click the resulting entry).</li>
<li>Click Apply to install.</li>
</ul>
<p>Or you can open up a console window and issue a command like:</p>
<p><em>sudo apt-get install thunar</em></p>
<p>or</p>
<p><em>yum install thunar</em></p>
<p>Once installed if you can not find a menu entry (in Enlightenment E17 it is in the Applications &gt; Utilities &gt; More menu entry) you can run the bulk renamer from the command like like so:</p>
<p><em>thunar &#8211;bulk-rename</em></p>
<p>which will open up the main window.</p>
<p><strong>Usage</strong></p>
<div id="attachment_14642" class="wp-caption alignleft" style="width: 310px"><a rel="attachment wp-att-14642" href="http://www.ghacks.net/?attachment_id=14642"><img class="size-medium wp-image-14642 " src="http://www.ghacks.net/wp-content/uploads/2009/07/bulk_rename-500x476.png" alt="Figure 1" width="300" height="286" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>The Bulk Renamer window (see Figur 1) is a very easy to use interface.</p>
<p>The first step in renaming files with this tool is to add the files you want to rename. Once you have your files selected it is time to figure out how you want to rename them.</p>
<p>there are a few different ways to rename your files. From the drop-down list you can do the following:</p>
<ul>
<li>Add the date/time.</li>
<li>Insert/Overwrite.</li>
<li>Insert numbering.</li>
<li>Remove characters.</li>
<li>Search and replace.</li>
<li>Switch uppercase/lowercase</li>
</ul>
<div id="attachment_14643" class="wp-caption alignright" style="width: 310px"><a rel="attachment wp-att-14643" href="http://www.ghacks.net/?attachment_id=14643"><img class="size-medium wp-image-14643 " src="http://www.ghacks.net/wp-content/uploads/2009/07/rename_select-500x476.png" alt="Figure 2" width="300" height="286" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>Each different type selected from the drop-down will offer different options to select or configure. For instance, if you select Remove Characters from the drop-down list (see Figure 2) you will need to configure the:</p>
<ul>
<li>Remove From Position: The left-most character in the string to be removed.</li>
<li> To Position: The right-most character in the string to be removed.</li>
</ul>
<p>You can also select to include only the Name only, the Suffix only, or the Name and Suffix in your renaming.</p>
<div id="attachment_14645" class="wp-caption alignleft" style="width: 310px"><a rel="attachment wp-att-14645" href="http://www.ghacks.net/?attachment_id=14645"><img class="size-medium wp-image-14645 " src="http://www.ghacks.net/wp-content/uploads/2009/07/rename-500x476.png" alt="Figure 3" width="300" height="286" /></a><p class="wp-caption-text">Figure 3</p></div>
<p>As you add your configuration options you will see what the results of the renaming will look like in real time in the left pane of the window (see Figure 3).</p>
<p>Once you have made all of your choices click the Rename files button and the files will be renamed.</p>
<p>One piece of advice: There is no auto-undo feature with Thunar. If you rename files and need to re-rename files you will have to add the files again and then rename the files to either add or remove what you changed. So set up your bulk renaming carefully.</p>
<p><strong>Final thoughts</strong></p>
<p>If you have a need for a batch renaming tool, and you do not want to play around with the command line, the Thunar Bulk Renamer is one tool that can make a troublesome task simple. Give Thunar a try; not only is it a good file manager it can make your job easier.</p>

	Tags: <a href="http://www.ghacks.net/tag/batch-actions/" title="batch actions" rel="tag">batch actions</a>, <a href="http://www.ghacks.net/tag/batch-renaming/" title="batch renaming" rel="tag">batch renaming</a>, <a href="http://www.ghacks.net/tag/file-managment/" title="file managment" rel="tag">file managment</a>, <a href="http://www.ghacks.net/tag/file-renaming/" title="file renaming" rel="tag">file renaming</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/04/29/wild-rename/" title="Wild Rename (April 29, 2008)">Wild Rename</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/07/22/bulk-renaming-made-easy-with-thunar-bulk-renamer/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Wild Rename</title>
		<link>http://www.ghacks.net/2008/04/29/wild-rename/</link>
		<comments>http://www.ghacks.net/2008/04/29/wild-rename/#comments</comments>
		<pubDate>Tue, 29 Apr 2008 14:16:38 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[file renaming]]></category>
		<category><![CDATA[renamer]]></category>
		<category><![CDATA[wild rename]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=3962</guid>
		<description><![CDATA[Renaming multiple files can be quite a challenging task in Windows. It surely does not make much sense to rename hundreds of files manually, it would literally take ages to rename all files. That is where applications like Wild Rename come into play that provide renaming functions for multiple files, batch renaming so to speak. [...]]]></description>
			<content:encoded><![CDATA[<p>Renaming multiple files can be quite a challenging task in Windows. It surely does not make much sense to rename hundreds of files manually, it would literally take ages to rename all files. That is where applications like Wild Rename come into play that provide renaming functions for multiple files, batch renaming so to speak. Wild Rename can process an unlimited amount of files and directories in one go and does provide a preview of the results.</p>
<p>This preview function makes <a href="http://www.cylog.org/utilities/wildrename.jsp">Wild Rename</a> interesting for complex jobs. It provides two ways to preview the output. The first is by entering a sample filename and watching how it will look like after the renaming and the second, far more interesting, is the so called simulation mode. All files and directories are virtually renamed and the results are displayed. It is therefor possible to check exactly how all files and directories look like after running them through the renaming functions.</p>
<p>Talking about functions: Wild Rename does not offer regular expressions which does make it more appealing to casual users. All renaming functions are directly accessible through buttons in the interface. The process starts by selecting files or directories from the attached directory and file explorer. Once they have been marked at least one renaming operation has to be selected.</p>
<p><span id="more-3962"></span><a href='http://www.ghacks.net/wp-content/uploads/2008/04/wren_full.gif'><img src="http://www.ghacks.net/wp-content/uploads/2008/04/wren_full-300x177.gif" alt="wild rename" title="wild rename" width="300" height="177" class="alignnone size-medium wp-image-3963" /></a></p>
<p>The possibilities are to convert to lower or upper case, normalize the files, to insert or remove characters and to add a numeric counter. Besides that it is possible to convert the full name, the filename only, the extension only or a specific range of characters. The transformation is fast and it is possible to log all changes and it is even possible to create an undo file to revert changes if necessary.</p>
<p>The application does not have to be installed, just unpack it to any location on the hard drive and run it from there. Works in Windows XP, no information on other Windows versions that it is compatible with.</p>

	Tags: <a href="http://www.ghacks.net/tag/file-renaming/" title="file renaming" rel="tag">file renaming</a>, <a href="http://www.ghacks.net/tag/renamer/" title="renamer" rel="tag">renamer</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</a>, <a href="http://www.ghacks.net/tag/wild-rename/" title="wild rename" rel="tag">wild rename</a>, <a href="http://www.ghacks.net/tag/windows/" title="Windows" rel="tag">Windows</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/06/08/zip-repair/" title="Zip Repair (June 8, 2008)">Zip Repair</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/15/zen-key-an-all-purpose-application-manager/" title="Zen Key An All Purpose Application Manager (July 15, 2008)">Zen Key An All Purpose Application Manager</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/05/13/youtube-batch-downloader/" title="Youtube Batch Downloader (May 13, 2008)">Youtube Batch Downloader</a> (13)</li>
	<li><a href="http://www.ghacks.net/2008/07/10/yahoo-widget-position-restorer/" title="Yahoo Widget Position Restorer (July 10, 2008)">Yahoo Widget Position Restorer</a> (1)</li>
	<li><a href="http://www.ghacks.net/2006/02/23/workrave/" title="Workrave (February 23, 2006)">Workrave</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/04/29/wild-rename/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
