<?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 &#124; Latest Tech News, Software And Tutorials &#187; batch actions</title> <atom:link href="http://www.ghacks.net/tag/batch-actions/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 21:54:04 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <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[Software]]></category> <category><![CDATA[Tools]]></category> <category><![CDATA[Tutorials Basic]]></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> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/07/22/bulk-renaming-made-easy-with-thunar-bulk-renamer/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> </channel> </rss>
