<?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 manager</title>
	<atom:link href="http://www.ghacks.net/tag/file-manager/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>Mon, 23 Nov 2009 22:22:46 +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>Konqueror tips and tricks</title>
		<link>http://www.ghacks.net/2009/10/27/konqueror-tips-and-tricks/</link>
		<comments>http://www.ghacks.net/2009/10/27/konqueror-tips-and-tricks/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 18:32:11 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Online Services]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[file manager]]></category>
		<category><![CDATA[KDE]]></category>
		<category><![CDATA[kio_slaves]]></category>
		<category><![CDATA[Konqueror]]></category>
		<category><![CDATA[split view browser]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=17789</guid>
		<description><![CDATA[If you are familar with KDE you know Konqueror. Konqueror used to be one of the finest file managers on the PC desktop &#8211; period. But now KDE has migrated toward a simpler, more user-friendly file manager (Dolphin) and pushed Konqueror to serve as a web-browser only. That does not mean Konqueror can not be [...]]]></description>
			<content:encoded><![CDATA[<p>If you are familar with KDE you know Konqueror. Konqueror used to be one of the finest file managers on the PC desktop &#8211; period. But now KDE has migrated toward a simpler, more user-friendly file manager (Dolphin) and pushed Konqueror to serve as a web-browser only. That does not mean Konqueror can not be used as a file manager. It can. In fact, Konqueror can do many things. From file management, to secure shell gui, to imap connections, and many more tricks. Konqueror is one of those Swiss Army Knife tools that many people over look. Well, we&#8217;re not going to overlook this outstanding tool.</p>
<p>In this article I am going to show you a few tips and tricks that you can apply to the Konqueror web browser to make your Konqueror (and KDE) experience even more flexible and powerful than it already is.</p>
<p><span id="more-17789"></span></p>
<p><strong>KIO Slaves</strong></p>
<p>KDE Input/Output slaves allows Konqueror to take advantage of external applications making it far more usable. Depending on what kio_slave you want to use the input for Konqueror will be different. Let&#8217;s take a look at some of the more useful slaves.</p>
<p><em>fish://</em></p>
<p>If you start an address with <em>fish://</em> you are telling Konqueror to make use of the ssh protocol. With this you can connect to a remote ssh server and even copy/paste to that server from within Konqueror. To do this you would enter an address like:</p>
<p><em>fish://USERNAME@ADDRESS</em></p>
<p>Where USERNAME is an actual username on the remote machine and ADDRESS is the actual address of the remote machine. You will be prompted for a password, unless you already have this connection set up for passwordless secure shell connections (see &#8220;<a title="Five handy secure shell tips and tricks" href="http://www.ghacks.net/2009/10/17/five-handy-secure-shell-tips-and-tricks/" target="_blank">Five handy secure shell tips and tricks</a>&#8220;).</p>
<p>imaps://USER@PASSWORD@ADDRESS:PORT</p>
<p>Where:</p>
<ul>
<li><span style="background-color: #ffffff">USER is the actual user name.</span></li>
<li><span style="background-color: #ffffff">PASSWORD is the users password.</span></li>
<li><span style="background-color: #ffffff">ADDRESS is the address of the imap server.</span></li>
<li><span style="background-color: #ffffff">PORT is the port used for the imap server.</span></li>
</ul>
<p><strong>Quick search</strong></p>
<p>If you enter <em>gg: linux</em> in the Konqueror address bar you will get a page with the Google results of the string &#8220;linux&#8221;. Konqueror has a lot of pre-configured quick search shortcuts like this. For example:</p>
<ul>
<li><span style="background-color: #ffffff">gg &#8211; Google</span></li>
<li><span style="background-color: #ffffff">fm &#8211; Freshmeat</span></li>
<li><span style="background-color: #ffffff">froogle &#8211; Froogle</span></li>
<li><span style="background-color: #ffffff">msdn &#8211; Microsoft Developer Network</span></li>
<li><span style="background-color: #ffffff">odp &#8211; Open Dictionary</span></li>
<li><span style="background-color: #ffffff">tr &#8211; Technorati</span></li>
<li><span style="background-color: #ffffff">wp &#8211; Wikipedia</span></li>
</ul>
<p>You can also create your own by issuing the command <em>kcmshell4 ebrowsing </em>in either the run dialog or a terminal window. In the new window click the New button and then fill out the following information:</p>
<ul>
<li><span style="background-color: #ffffff">Search Provider Name: Give your shortcut a name.</span></li>
<li><span style="background-color: #ffffff">Search URI: The URI the site you are adding uses.</span></li>
<li><span style="background-color: #ffffff">URI Shortcuts: Comma delineated list of shortcuts.</span></li>
</ul>
<p>So let&#8217;s say I want to create a short cut for searching amazon.com. To do that I would enter the following information:</p>
<ul>
<li><span style="background-color: #ffffff">Name: Amazon</span></li>
<li><span style="background-color: #ffffff">URI: http://www.amazon.com/s?url=search-alias%3Daps&amp;field-keywords=\{@}</span></li>
<li><span style="background-color: #ffffff">URI Shorcuts: az,amazon</span></li>
</ul>
<p>So now if I want to do a search for the string &#8220;Linux&#8221; on amazon.com I would just enter:</p>
<p><em>az: Linux</em></p>
<p>In the address bar.</p>
<p><strong>Split views</strong></p>
<div id="attachment_17796" class="wp-caption alignleft" style="width: 190px"><a rel="attachment wp-att-17796" href="http://www.ghacks.net/2009/10/27/konqueror-tips-and-tricks/konq_split/"><img class="size-thumbnail wp-image-17796 " src="http://www.ghacks.net/wp-content/uploads/2009/10/konq_split-300x300.png" alt="Figure 1" width="180" height="180" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>Not only can Konqueror do tabs, it can do split windows. Say you want to do some comparing of windows, or just want to be able to see more than one window at a time. With Konqueror you can split the view either horizontally or vertically by going to the Windows menu and selecting either Horizontal or Vertical and you can have two windows open at once for simple viewing. NOTE: Whichever window has the focus is the window that the address bar will effect. In other words, if you want to change the page on the right pane, click on the right pane and then enter the url in the address bar. If you want to close a pane &lt;Ctrl&gt;&lt;Shift&gt;R will close the active window.</p>
<p><strong>Final thoughts</strong></p>
<p>Konqueror is a very powerful, flexible tool that can be extended well beyond its intentions. Have you found a cool trick that applies to Konqueror as either a web browser or file manager? If so, share it with your fellow Ghacks readers.</p>

	Tags: <a href="http://www.ghacks.net/tag/file-manager/" title="file manager" rel="tag">file manager</a>, <a href="http://www.ghacks.net/tag/kde/" title="KDE" rel="tag">KDE</a>, <a href="http://www.ghacks.net/tag/kio_slaves/" title="kio_slaves" rel="tag">kio_slaves</a>, <a href="http://www.ghacks.net/tag/konqueror/" title="Konqueror" rel="tag">Konqueror</a>, <a href="http://www.ghacks.net/tag/split-view-browser/" title="split view browser" rel="tag">split view browser</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2006/08/17/windows-file-manager-free-commander/" title="Windows File Manager Free Commander (August 17, 2006)">Windows File Manager Free Commander</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/02/25/scandir-directory-lists-manager/" title="ScanDir Directory Lists Manager (February 25, 2009)">ScanDir Directory Lists Manager</a> (1)</li>
	<li><a href="http://www.ghacks.net/2009/01/29/leave-no-trace-in-kde-with-sweeper/" title="Leave No Trace in KDE with Sweeper (January 29, 2009)">Leave No Trace in KDE with Sweeper</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/11/17/keep-your-linux-system-up-to-date-with-kpackagekit/" title="Keep your Linux system up to date with KPackageKit (November 17, 2009)">Keep your Linux system up to date with KPackageKit</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/11/15/installing-kde-4-3-2-on-ubuntu/" title="Installing KDE 4.3.2 on Ubuntu (November 15, 2009)">Installing KDE 4.3.2 on Ubuntu</a> (9)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/10/27/konqueror-tips-and-tricks/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Create custom actions with the Thunar file manager</title>
		<link>http://www.ghacks.net/2009/05/16/create-custom-actions-with-the-thunar-file-manager/</link>
		<comments>http://www.ghacks.net/2009/05/16/create-custom-actions-with-the-thunar-file-manager/#comments</comments>
		<pubDate>Sat, 16 May 2009 16:04:52 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Desktop Manager]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[file manager]]></category>
		<category><![CDATA[thunar]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/05/16/create-custom-actions-with-the-thunar-file-manager/</guid>
		<description><![CDATA[The Thunar file managers is one of the best graphical file manager available for the Linux operating system. Thunar is the file manage of choice for the Xfce 4 desktop as well as Enlightenment E17. Written in GTK+ 2, Thunar can be used in nearly any X Windows graphical environment with GTK+ 2 support.
One of [...]]]></description>
			<content:encoded><![CDATA[<p>The Thunar file managers is one of the best graphical file manager available for the Linux operating system. Thunar is the file manage of choice for the Xfce 4 desktop as well as Enlightenment E17. Written in GTK+ 2, Thunar can be used in nearly any X Windows graphical environment with GTK+ 2 support.</p>
<p>One of the most under-appreciated aspects of Thunar is the ability to create custom actions. A custom action is a user-configure item that interacts with Thunar plugins so you can quickly take action on files within a directory. Say, for instance, you want to quickly print a file. Instead of having to open that file in the dedicated application, you simple right click a file and you will see a newly created Print File custom action that I am going to show you how to create.</p>
<p><span id="more-12871"></span>Creating custom actions for Thunar will really make this file manager useful. Depending on how resourceful you are, you could create some really handy actions. Some of the more useful actions you can create are:</p>
<ul>
<li>Print a file.</li>
<li>Finding files in current folder. NOTE: For this action you will need the gnome-search-tool installed.</li>
<li>Manipulating archives.</li>
<li>Playing audio files.</li>
<li>Burning iso CDs from file.</li>
<li>Set as background.</li>
</ul>
<p>And so much more.</p>
<p>So now let&#8217;s take a look at how to create customized actions.</p>
<div id="attachment_12865" class="wp-caption alignleft" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/05/thunar.png"><img class="size-medium wp-image-12865" src="http://www.ghacks.net/wp-content/uploads/2009/05/thunar-500x345.png" alt="Figure 1" width="300" height="207" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>The first thing you need to do is open up Thunar. This will depend upon the window manager/desktop you are using. If you can&#8217;t figure out how to open up your file manager (it should be obvious) you can always open up a terminal window and issue the command <em>thunar</em>. When Thunar opens (see Figure 1) click on the Edit menu to reveal the Configure Custom Actions entry. Click on that entry to open the Custom Actions window.</p>
<div id="attachment_12867" class="wp-caption alignright" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/05/thunar_actions1.png"><img class="size-full wp-image-12867" src="http://www.ghacks.net/wp-content/uploads/2009/05/thunar_actions1.png" alt="Figure 2" width="300" height="229" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>By default you will most likely only see one action included, Open Terminal Here. As you can see, in Figure 2, I have two other custom actions created: Print File and Set As Background.</p>
<p>First let&#8217;s create the Print File action. Click on the &#8220;+&#8221; symbol to open the Add Action window (see Figure 3).</p>
<p>For the most part the configurations for the new action should be obvious. In the case of the Print File action we will be using the &#8220;lp&#8221; command in order to make this happen.</p>
<div id="attachment_12868" class="wp-caption alignleft" style="width: 265px"><a href="http://www.ghacks.net/wp-content/uploads/2009/05/thunar_print.png"><img class="size-full wp-image-12868" src="http://www.ghacks.net/wp-content/uploads/2009/05/thunar_print.png" alt="Figure 3" width="255" height="288" /></a><p class="wp-caption-text">Figure 3</p></div>
<p>For the custom actions you can use anything for the Name and description. Remember, though, the Name will be what appears in the Right Click menu so you will want to keep that obvious and to the point.</p>
<p>Also notice the &#8220;%f&#8221; in the command line. As you can see the New (or edit) action window includes a listing of what each of these switches does.  This switch is crucial to the action, because without it the customized action will have no idea what file it is working on.</p>
<p>If you click on the Icon button a window will open with quite a few icons to choose from. If you don&#8217;t find what you are looking for in the window that opens, click the &#8220;Select Icon From&#8221; drop down and switch to a different listing. You should be able to find a suitable icon for your action.</p>
<p>Before you click OK click on the Appearance Condition tab. In this tab you have to select the file types which this action applies to. Obviously you will want to select Text Files. You could also select Image Files to print images as well.</p>
<div id="attachment_12870" class="wp-caption alignright" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/05/thunar_menu.png"><img class="size-medium wp-image-12870" src="http://www.ghacks.net/wp-content/uploads/2009/05/thunar_menu-500x343.png" alt="Figure 4" width="300" height="206" /></a><p class="wp-caption-text">Figure 4</p></div>
<p>After you fill out the necessary information, click OK and your action is complete. Now, navigate to a file within Thunar you want to print, right click the file, and behold the new menu entry &#8220;Print File&#8221; (see Figure 4).</p>
<p>Now let&#8217;s create an action that will make setting a background quick and painless. This will work for Window managers like Window Maker, Fluxbox, etc. This action requires the fbsetbg command. You will create this action similarly to the Print File command. In the &#8220;command&#8221; field you will enter:</p>
<p><em>fbsetbg %f</em></p>
<p>You will also want to select only Image Files from the Appearance Conditions tab. Click OK when you have completed this action. Now when you right click on any image within Thunar you will see an entry similar to what you configured for the Name of the set background action. In my case I named the action &#8220;Set As Background&#8221;. So when I right click an image in Thunar I see &#8220;Set As Background&#8221; listed. By clicking that the desktop wallpaper instantly changes to the image desired.</p>
<p><strong>Final thoughts</strong></p>
<p>The Thunar file manager is an outstanding entry in the file manager space. It is fast, reliable, user-friendly, and (with the help of custom actions) customizable. See what types of custom actions you can come up with. If you have a really handy one, share it with your fellow ghacks readers.</p>

	Tags: <a href="http://www.ghacks.net/tag/file-manager/" title="file manager" rel="tag">file manager</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/thunar/" title="thunar" rel="tag">thunar</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/16/linux-tips-view-hidden-files/" title="Linux Tips: View hidden files (April 16, 2009)">Linux Tips: View hidden files</a> (0)</li>
	<li><a href="http://www.ghacks.net/2008/02/07/yoggie-pico-personal-mobile-security-computer/" title="Yoggie PICO Personal Mobile Security Computer (February 7, 2008)">Yoggie PICO Personal Mobile Security Computer</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/10/30/with-ubuntu-9-10-arrives-wubi-9-10/" title="With Ubuntu 9.10 Arrives Wubi 9.10 (October 30, 2009)">With Ubuntu 9.10 Arrives Wubi 9.10</a> (2)</li>
	<li><a href="http://www.ghacks.net/2006/08/17/windows-file-manager-free-commander/" title="Windows File Manager Free Commander (August 17, 2006)">Windows File Manager Free Commander</a> (3)</li>
	<li><a href="http://www.ghacks.net/2006/12/07/widgets-for-linux-superkaramba/" title="Widgets for Linux: SuperKaramba (December 7, 2006)">Widgets for Linux: SuperKaramba</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/05/16/create-custom-actions-with-the-thunar-file-manager/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ScanDir Directory Lists Manager</title>
		<link>http://www.ghacks.net/2009/02/25/scandir-directory-lists-manager/</link>
		<comments>http://www.ghacks.net/2009/02/25/scandir-directory-lists-manager/#comments</comments>
		<pubDate>Wed, 25 Feb 2009 17:06:22 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[directory lists]]></category>
		<category><![CDATA[directory manager]]></category>
		<category><![CDATA[directory structure]]></category>
		<category><![CDATA[file manager]]></category>
		<category><![CDATA[portable software]]></category>
		<category><![CDATA[print dir]]></category>
		<category><![CDATA[print directory]]></category>
		<category><![CDATA[scandir]]></category>
		<category><![CDATA[windows software]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10767</guid>
		<description><![CDATA[ScanDir is a free directory lists manager for the Windows operating system. At its core stands a GUI powered search engine that performs incredible fast searches in selected directories or partitions of the computer system. Searches are powered by various filters that are divided into various tabs in the main interface. Filterers can make use [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.skybird.net/ScanDir/index.php">ScanDir</a> is a free directory lists manager for the Windows operating system. At its core stands a GUI powered search engine that performs incredible fast searches in selected directories or partitions of the computer system. Searches are powered by various filters that are divided into various tabs in the main interface. Filterers can make use of file attributes, sizes, dates and the path and name of the file. The Boolean search is wildcard driven and can combine or exclude various terms. It would for instance be possible to search for all mp3 files on drive c that have been added between November 2008 and January 2009 that contain the word &#8220;love&#8221;.</p>
<p>ScanDir will process the user request and display the results in four different ways. The first view lists all file paths, names, sizes and dates. A click on a file allows the execution of the file right away. The other three views provide various information such as statistics.</p>
<p>The software comes with file operation tools like copy, merge or purge. It is nowhere near as comfortable as working with a file manager but it works surprisingly after some time of training.</p>
<p><span id="more-10767"></span><img src="http://www.ghacks.net/wp-content/uploads/2009/02/scandir-500x373.png" alt="scandir" title="scandir" width="500" height="373" class="alignnone size-medium wp-image-10768" /></p>
<p>Bookmarks can be set to be able to quickly navigate between different directories. One of the main uses of ScanDir is the ability to export and print the results. It is possible to select the information that are included in the export. A complete export will basically contain all information that have been displayed to the user prior to starting the export function.</p>
<p>ScanDir is a portable software for the Windows operating system that provides access to extensive search operations and export options that might be interesting for users who regularly process such data.</p>

	Tags: <a href="http://www.ghacks.net/tag/directory-lists/" title="directory lists" rel="tag">directory lists</a>, <a href="http://www.ghacks.net/tag/directory-manager/" title="directory manager" rel="tag">directory manager</a>, <a href="http://www.ghacks.net/tag/directory-structure/" title="directory structure" rel="tag">directory structure</a>, <a href="http://www.ghacks.net/tag/file-manager/" title="file manager" rel="tag">file manager</a>, <a href="http://www.ghacks.net/tag/portable-software/" title="portable software" rel="tag">portable software</a>, <a href="http://www.ghacks.net/tag/print-dir/" title="print dir" rel="tag">print dir</a>, <a href="http://www.ghacks.net/tag/print-directory/" title="print directory" rel="tag">print directory</a>, <a href="http://www.ghacks.net/tag/scandir/" title="scandir" rel="tag">scandir</a>, <a href="http://www.ghacks.net/tag/windows-software/" title="windows software" rel="tag">windows software</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/09/01/youtube-video-search-is-a-barebone-youtube-downloader/" title="Youtube Video Search Is A Barebone Youtube Downloader (September 1, 2009)">Youtube Video Search Is A Barebone Youtube Downloader</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/10/21/xkcd-comic-wallpaper-changer/" title="Xkcd Comic Wallpaper Changer (October 21, 2009)">Xkcd Comic Wallpaper Changer</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/04/10/wireless-networking-software-homedale/" title="Wireless Networking Software Homedale (April 10, 2009)">Wireless Networking Software Homedale</a> (13)</li>
	<li><a href="http://www.ghacks.net/2009/03/06/windows-xp-default-internet-browser-per-user-profile/" title="Windows XP: Default Internet Browser Per User Profile (March 6, 2009)">Windows XP: Default Internet Browser Per User Profile</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/08/18/windows-xp-system-file-checker/" title="Windows XP System File Checker (August 18, 2009)">Windows XP System File Checker</a> (7)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/02/25/scandir-directory-lists-manager/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Firefly Firefox File Browser</title>
		<link>http://www.ghacks.net/2008/07/14/firefly-firefox-file-browser/</link>
		<comments>http://www.ghacks.net/2008/07/14/firefly-firefox-file-browser/#comments</comments>
		<pubDate>Mon, 14 Jul 2008 17:52:40 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[file manager]]></category>
		<category><![CDATA[firefly]]></category>
		<category><![CDATA[firefox add-ons]]></category>
		<category><![CDATA[firefox-extensions]]></category>
		<category><![CDATA[mozilla]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5325</guid>
		<description><![CDATA[If you are someone who does not want to leave Firefox for a simply local browsing then Firefly might be the add-on that you have been looking for. It adds a pretty comprehensive file manager to Firefox that can be used to view, open, edit, delete, move and rename files with ease. The installation file [...]]]></description>
			<content:encoded><![CDATA[<p>If you are someone who does not want to leave <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> for a simply local browsing then <a href="http://firefly.mozdev.org/index.php?page=main">Firefly</a> might be the add-on that you have been looking for. It adds a pretty comprehensive file manager to Firefox that can be used to view, open, edit, delete, move and rename files with ease. The installation file for the Firefox add-on is probably one of the biggest yet with a size of 1.4 Megabytes, that&#8217;s huge for an add-on.</p>
<p>A start page can be configured to contain any number of selected folders of local hard drives and other devices. Firefox tries to discover the available devices automatically at first start but all of them can be edited or removed from the list. Each device is listed with a system path, an alias and other information like type. </p>
<p>The user can then browse those folders and devices normally by clicking on them. The functionality is basically the same than that of Windows Explorer. Several file types can be previewed by hoovering the mouse over them. Most multimedia files can be played right in the browser</p>
<p><span id="more-5325"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/07/firefly-500x391.jpg" alt="firefly" title="firefly" width="500" height="391" class="alignnone size-medium wp-image-5326" /></p>
<p>Windows can be split and a folder structure can be displayed in the left sidebar as well. I would say that it is a sophisticated file manager, great for everyone who needs something like this in Firefox. I see it more as a nice proof of concept of what can be done with Firefox add-ons.</p>

	Tags: <a href="http://www.ghacks.net/tag/file-manager/" title="file manager" rel="tag">file manager</a>, <a href="http://www.ghacks.net/tag/firefly/" title="firefly" rel="tag">firefly</a>, <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/firefox-add-ons/" title="firefox add-ons" rel="tag">firefox add-ons</a>, <a href="http://www.ghacks.net/tag/firefox-extensions/" title="firefox-extensions" rel="tag">firefox-extensions</a>, <a href="http://www.ghacks.net/tag/mozilla/" title="mozilla" rel="tag">mozilla</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/05/21/take-look-inside-archives-without-downloading/" title="Take a look inside Archives without downloading them (May 21, 2008)">Take a look inside Archives without downloading them</a> (10)</li>
	<li><a href="http://www.ghacks.net/2008/03/23/set-download-folders-in-firefox/" title="Set Download Folders in Firefox (March 23, 2008)">Set Download Folders in Firefox</a> (9)</li>
	<li><a href="http://www.ghacks.net/2008/04/02/run-files-in-firefox/" title="Run Files in Firefox (April 2, 2008)">Run Files in Firefox</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/04/01/installing-firefox-add-ons-from-the-hard-disk/" title="Installing Firefox add-ons from the hard disk (April 1, 2008)">Installing Firefox add-ons from the hard disk</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/05/23/firefox-referrer-control/" title="Firefox Referrer Control (May 23, 2008)">Firefox Referrer Control</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/07/14/firefly-firefox-file-browser/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Capivara Java File Manager</title>
		<link>http://www.ghacks.net/2008/05/24/capivara-java-file-manager/</link>
		<comments>http://www.ghacks.net/2008/05/24/capivara-java-file-manager/#comments</comments>
		<pubDate>Sat, 24 May 2008 07:30:48 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[capivara]]></category>
		<category><![CDATA[file manager]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[sftp]]></category>
		<category><![CDATA[synchronize]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=4244</guid>
		<description><![CDATA[Capivara is a Java Open Source file manager that supports the FTP and SFTP protocol plus file synchronization. It does not have the massive functionality of a software like WinSCP, which by the way supports file synchronization as well. One advantage of Capivara is that it was programmed in Java which means that it can [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://capivara.sourceforge.net/">Capivara</a> is a Java Open Source file manager that supports the FTP and SFTP protocol plus file synchronization. It does not have the massive functionality of a software like WinSCP, which by the way supports file synchronization as well. One advantage of Capivara is that it was programmed in Java which means that it can be run on different operating systems such as Linux, Windows and Apple Macintosh.</p>
<p>The main features that make it stand out are tabbed browsing, synchronization and the duplicate finder. Tabbed browsing is definitely the easiest to explain. Two panes are by default displayed like in any other file manager. If I wanted to open another local or remote directory I would have to open a new WinSCP instance. Capivara makes use of tabs to avoid that several instances of the same application have to be opened.</p>
<p>A right-click on a tab opens a menu with the option to add another tab to that pane which can connect to local or remote servers. Synchronization is the next feature. As I said earlier this is also supported by WinSCP and many other clients but Capivara supports four different modes including SHA-1 and MD5 sync.</p>
<p><span id="more-4244"></span><img src="http://www.ghacks.net/wp-content/uploads/2008/05/main_french_charles-500x369.png" alt="capivara" title="capivara" width="500" height="369" class="alignnone size-medium wp-image-4245" /></p>
<p>Before files are copied and deleted they are shown in a preview pane which displays all file operations. The last feature is the duplicate finder. It compares the files and folders that reside in two root directories giving the user the options to move or delete duplicate files.</p>
<p>Capivara has some shortcomings though. The local file system will only be displayed if the user presses the connect button and selects it from the menu. That&#8217;s a bit complicated in my opinion. The right-click menu is not working everywhere. A user has to press a button to create a new directory while most are probably used to right-click the mouse to do so.</p>

	Tags: <a href="http://www.ghacks.net/tag/capivara/" title="capivara" rel="tag">capivara</a>, <a href="http://www.ghacks.net/tag/file-manager/" title="file manager" rel="tag">file manager</a>, <a href="http://www.ghacks.net/tag/ftp/" title="ftp" rel="tag">ftp</a>, <a href="http://www.ghacks.net/tag/java/" title="java" rel="tag">java</a>, <a href="http://www.ghacks.net/tag/server/" title="server" rel="tag">server</a>, <a href="http://www.ghacks.net/tag/sftp/" title="sftp" rel="tag">sftp</a>, <a href="http://www.ghacks.net/tag/synchronize/" title="synchronize" rel="tag">synchronize</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/23/secure-ftp-client-online/" title="Secure FTP Client Online (March 23, 2009)">Secure FTP Client Online</a> (4)</li>
	<li><a href="http://www.ghacks.net/2009/08/05/windows-ssh-server-winsshd/" title="Windows SSH Server WinSSHD (August 5, 2009)">Windows SSH Server WinSSHD</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/04/09/use-winscp-to-securely-copy-files-between-two-computers/" title="Use WinSCP to securely copy files between two computers (April 9, 2007)">Use WinSCP to securely copy files between two computers</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/09/04/sftp-and-ssh-server-for-windows/" title="SFTP And SSH Server For Windows (September 4, 2009)">SFTP And SSH Server For Windows</a> (0)</li>
	<li><a href="http://www.ghacks.net/2009/03/26/home-ftp-server/" title="Home FTP Server (March 26, 2009)">Home FTP Server</a> (5)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/05/24/capivara-java-file-manager/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Frigate3 Windows File Manager</title>
		<link>http://www.ghacks.net/2008/01/16/frigate3-windows-file-manager/</link>
		<comments>http://www.ghacks.net/2008/01/16/frigate3-windows-file-manager/#comments</comments>
		<pubDate>Wed, 16 Jan 2008 14:02:27 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Operating Systems]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[file management]]></category>
		<category><![CDATA[file manager]]></category>
		<category><![CDATA[frigate3]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2008/01/16/frigate3-windows-file-manager/</guid>
		<description><![CDATA[Tobey send me an email telling me about this days Giveaway of the Day which is Frigate3, a windows file manager that he recommended wholeheartedly. Frigate3 is a commercial program but can be downloaded freely today on the Giveaway of the Day website. The restrictions are that you do not get technical support or updates to upcoming versions. ]]></description>
			<content:encoded><![CDATA[<p>Tobey send me an email telling me about this days Giveaway of the Day which is Frigate3, a windows file manager that he recommended wholeheartedly. Frigate3 is a commercial program but can be downloaded freely today on the Giveaway of the Day website. The restrictions are that you do not get technical support or updates to upcoming versions. </p>
<p>I&#8217;m not a huge fan of file managers because I can&#8217;t see a reason to use them these days but I know that some, including Tobey, use them daily. So, what can you do with Frigate3 ? The main purpose is to manage files effectively of course which includes queuing file operations, build in zip support, file viewers, ftp, ftps and sftp support, network support, size manager, advanced search, mp3 tagger and build in syntax highligher.</p>
<p><a href="http://www.giveawayoftheday.com/frigate3-with-vista-support/">Frigate3</a> has a lot of features which is the major difference to my setup. I tend to use different applications for my needs and the advantage of <a href="http://www.frigate3.com/">Frigate3</a>, and any other file manager, is that you only need to install one software to increase the functionality of your Windows operating system.</p>
<p><span id="more-2879"></span><img src='http://www.ghacks.net/wp-content/uploads/2008/01/frigate3.jpg' alt='frigate3 file manager' /></p>
<p>I suppose Tobey will leave a comment about the File Manager when he reads the article and it&#8217;s probably better that he does, because he knows the program way better. I guess it&#8217;s worth a look if you are looking for a file manager or use file managers.</p>

	Tags: <a href="http://www.ghacks.net/tag/file-management/" title="file management" rel="tag">file management</a>, <a href="http://www.ghacks.net/tag/file-manager/" title="file manager" rel="tag">file manager</a>, <a href="http://www.ghacks.net/tag/frigate3/" title="frigate3" rel="tag">frigate3</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</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/2006/08/17/windows-file-manager-free-commander/" title="Windows File Manager Free Commander (August 17, 2006)">Windows File Manager Free Commander</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/03/09/better-file-management-with-open/" title="Better File Management with Open++ (March 9, 2009)">Better File Management with Open++</a> (0)</li>
	<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>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/01/16/frigate3-windows-file-manager/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Windows File Manager Free Commander</title>
		<link>http://www.ghacks.net/2006/08/17/windows-file-manager-free-commander/</link>
		<comments>http://www.ghacks.net/2006/08/17/windows-file-manager-free-commander/#comments</comments>
		<pubDate>Thu, 17 Aug 2006 09:08:06 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[file manager]]></category>
		<category><![CDATA[free commander]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2006/08/17/windows-file-manager-free-commander/</guid>
		<description><![CDATA[Working with files is really uncomfortable in windows. If you want to copy files from one folder to a different one you will have to open two windows showing both folders and use drag and drop to copy the files. File Managers offer an easier way to work with files by offering two explorer windows for instance with the ability to perform all file operations in the file manager.]]></description>
			<content:encoded><![CDATA[<p>Working with files is really uncomfortable in windows. If you want to copy files from one folder to a different one you will have to open two windows showing both folders and use drag and drop to copy the files. File Managers offer an easier way to work with files by offering two explorer windows for instance with the ability to perform all file operations in the file manager.</p>
<p><a title="windows file manager free commander" href="http://www.freecommander.com/index_en.htm" target="_blank">Free commander</a> offers some additional features that make it a valuable tool for every windows user. It is able to check and synchronise files and folders, wipe files, calculate folder sizes, split and filter files and much more. It has a built in file viewer and can read zip, cab and rar files as well as a multitude of other files.</p>
<p><span id="more-724"></span></p>
<p>A great feature is that it can be run not only from hard drive but also from usb stick, CD or floppy disks because it does not install itself. Just run it from the location that you&#8217;ve chosen and everything will work out fine.</p>

	Tags: <a href="http://www.ghacks.net/tag/file-manager/" title="file manager" rel="tag">file manager</a>, <a href="http://www.ghacks.net/tag/free-commander/" title="free commander" rel="tag">free commander</a>, <a href="http://www.ghacks.net/tag/software/" title="software" rel="tag">software</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/01/16/frigate3-windows-file-manager/" title="Frigate3 Windows File Manager (January 16, 2008)">Frigate3 Windows File Manager</a> (13)</li>
	<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>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2006/08/17/windows-file-manager-free-commander/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
