Main > Free Download Search >

Free pcman file manager 0.3.2.2 software for linux

pcman file manager 0.3.2.2

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 1428
PCMan File Manager 0.3.2.2

PCMan File Manager 0.3.2.2


PCMan File Manager is a lightweight file manager which features tabbed browsing. more>>
PCMan File Manager is a lightweight file manager which features tabbed browsing.
Main features:
- Lightweight & Fast
- Tabbed Browsing
- Clean and easy to use
<<less
Download (0.41MB)
Added: 2006-11-13 License: GPL (GNU General Public License) Price:
647 downloads
My File Manager 0.4

My File Manager 0.4


My File Manager is a small and lightweight file manager. more>>
My File Manager is a small and lightweight file manager. It was developed to provide a small and fast file manager, which has only a few dependencies from other packages, but including some interestings things like mount partitions, minimalistic burning capability and mass renaming files. MFM use FLTK graphics toolkit.
Main features:
- Selectable shown fields (permissions, users, groups, date and size)
- Various sort options
- Rename group of files
- Change attributes of group of files
- Compress files
- Burn CD/DVD
- Find files by name or by content
- Mount/umount partitions
<<less
Download (0.092MB)
Added: 2006-06-11 License: GPL (GNU General Public License) Price:
1237 downloads
Dolphin File Manager 0.8.1

Dolphin File Manager 0.8.1


Dolphin is a file manager for KDE focusing on usability. more>>
Dolphin is a file manager for KDE focusing on usability.
Main features:
- Navigation bar for URLs, which allows to navigate quickly through the file hierarchy.
- View properties are remembered for each folder.
- Splitting of views is supported.
- Network transparency.
- Undo/redo functionality.
Dolphin is not intended to be a competitor to Konqueror, the default KDE file manager: Konqueror acts as universal viewer being able to show HTML pages, text documents, directories and a lot more, whereas Dolphin focuses on being only a file manager. This approach allows to optimize the user interface for the task of file management.
Enhancements:
- Split view divides the window in two equal sections.
- Updated the documentation how to make Dolphin the default file manager (Michael Austin).
- Updated Estonian translation (Ain Vagula).
<<less
Download (1.3MB)
Added: 2007-01-05 License: GPL (GNU General Public License) Price:
1040 downloads
Gmail Manager 0.5.3

Gmail Manager 0.5.3


Gmail Manager extension allwos you to manage multiple Gmail accounts and receive new mail notifications. more>>
Gmail Manager extension allwos you to manage multiple Gmail accounts and receive new mail notifications.

Displays your account details including unread messages, saved drafts, spam messages, labels with new mail, space used, and new mail snippets

<<less
Download (0.16MB)
Added: 2007-04-08 License: GPL (GNU General Public License) Price:
988 downloads
ego file manager 0.16.0

ego file manager 0.16.0


The ego file manager is a GTK+2 file manager. more>>
ego file manager is a GTK+2 file manager that uses libferris for its VFS and provides evas2, GTK tree, and optional Mozilla browser views.
Enhancements:
- This release adds the ability to drop files from f-spot onto a directory to initiate a copy.
<<less
Download (2.3MB)
Added: 2007-04-15 License: GPL (GNU General Public License) Price:
926 downloads
Brutal File Manager 1.2

Brutal File Manager 1.2


Brutal File Manager is a 3D FPS filemanager. more>>
Bfm, the Brutal File Manager is a combined file manager and first person shooter game. The basic idea is to represent different folders on your computer as rooms in a 3D environment.
Then, armed to your teeths you go through these rooms and delete files by shooting att them. Take a look at the screenshots section and youll see what its all about.
Bfm is written in Java and uses the hardware accelerated 3D library Java3D. That means that it should run on all platforms that have Java and Java3D. It is tested on Linux and Windows.
The whole thing started as a project in our programming class in school, and the development has continued even though we have graduated.
Bfm is released under the GNU General Public License.
Main features:
- A 3D environment with rooms generated from the file system, the walls are "doors" to other directories
- Files are represented by cylinders on the floor
- Weapons: currently a spear, a shotgun and a sniper rifle
- You can delete files using your weapons
- Secondary fire: you can zoom with the sniper rifle
- Walls are colored in different ways depending on different attributes
- The look of the files depend on various attributes, default color is blue, read only files are red, hidden files are transparent and files that have been hit turn yellow
- Its perfectly safe to use bfm strictly for entertainment by starting it in safe mode, files wont be removed from the hard drive but theyll still disappear in the 3D environment
- A head up display showing current directory, safe mode and a crosshair
- A config file reader
- Platform independent (since its written in Java), should run on all platforms with a Java and Java3D installation (for more details look at requirements)
<<less
Download (0.12MB)
Added: 2005-04-29 License: GPL (GNU General Public License) Price:
1641 downloads
Apache File Manager 0.19

Apache File Manager 0.19


Apache File Manager is an Apache mod_perl Web server filemanager. more>>
The Apache::FileManager module is a simple HTML file manager. It provides file manipulations such as cut, copy, paste, delete, rename, extract archive, create directory, create file, edit file, and upload files.
It also has the ability to rsync the server htdocs tree to another server with the click of a button.
Enhancements:
- prevented file edit screen from opening when cancel is clicked when creating new filenames
- fixed up documentation
<<less
Download (0.012MB)
Added: 2005-04-29 License: GPL (GNU General Public License) Price:
1644 downloads
Mini Gtk+ File Manager 0.10b

Mini Gtk+ File Manager 0.10b


Mini Gtk+ File Manager is a lightweight file manager for X. more>>
Mini Gtk+ File Manager is a lightweight file manager for X. To achieve this goal some code from the Busybox project was used.
It builds with Gtk+ 1.2.10 or 2.x libraries. It contains also a Mini Gtk Text Editor applet.
Installation:
First of all get the Gtk+ 1.2.10 or Gtk+ 2.x libraries
(runtime and development), if they are not already
installed on your system.
Installing Xfprot:
tar -zxvf gtk_file_manager-xx.tar.gz
To compile gtk_file_manager ,cd to the gtk_file_manager dir and just type:
su root
(and provide root password if prompted)
./configure
The configure script if used in a non interactive mode accepts this command line options:
-h, --help print this help, then exit
--with-gtk1 use Gtk+-1.x libraries
--with-gtk2 use Gtk+-2.x libraries
--with-debug enable debug mode
--without-debug disable debug mode
Then type:
make
If you dont receive any error message, you can install gtk_file_manager typing:
make install
or
make install-strip (to install a stripped version of the binary file).
Please remove previous installed versions of gtk_file_manager with make uninstall (see below).
The binaries are installed by default in /usr/local/gtkfm/ with links in /usr/local/bin/ so you have to add /usr/local/bin to your PATH variable if it is not there already. If you want to change the default install path, change the line:
PREFIX=/usr/local
in the Makefile.
You can uninstall gtk_file_manager any time with:
su root
(and provide root password if prompted)
make uninstall
Enhancements:
- Support for the GTK 1.x libraries was dropped.
- I18n support was improved.
- Menu navigation and keyboard shortcuts were improved.
- Some minor bugs were fixed and the code was cleaned up.
<<less
Download (0.074MB)
Added: 2006-12-22 License: GPL (GNU General Public License) Price:
1037 downloads
GNOME Transfer Manager 0.4.12

GNOME Transfer Manager 0.4.12


GNOME Transfer Manager allows the user to retrieve multiple files from the web. more>>
GNOME Transfer Manager allows the user to retrieve multiple files from the web.

These files can be retrieved in multiple parts and each part retrieved on a separate session that the user is connected to the Internet. This is most useful to users with dialup connections. The program performs these tasks using wget as its back-end.

The program supports CORBA. This makes it easy for other programs to use GTransferManager to handle the transfer of files from the Internet.

The program also has an applet which communicates with program using CORBA. The applet can launch the program, request for a new download or accept drops of URLs from netscape, gFTP, gmc and give these URLs to GTM.

<<less
Download (0.48MB)
Added: 2006-07-12 License: GPL (GNU General Public License) Price:
1208 downloads
Thunar Volume Manager 0.1.2

Thunar Volume Manager 0.1.2


Thunar Volume Manager project provides automatic management of removable media and drives for the Thunar File Manager. more>>
Thunar Volume Manager project provides automatic management of removable media and drives for the Thunar File Manager.

The Thunar Volume Manager is an extension for the Thunar file manager, which enables automatic management of removable drives and media. For example, if thunar-volman is installed and configured properly, and you plug in your digital camera, it will automatically launch your preferred photo application and import the new pictures from the camera into your photo collection.

The advantage of Thunar Volume Manager over other solutions (like gnome-volume-manager or ivman) is that it does not require an additional daemon to be running in the users desktop session, which means it is very lightweight solution. In addition, the Thunar Volume Manager smoothly integrates into the Thunar file manager and the Xfce desktop.

<<less
Download (0.29MB)
Added: 2007-01-26 License: GPL (GNU General Public License) Price:
593 downloads
VFU File Manager 4.05

VFU File Manager 4.05


VFU is console (text mode) file manager for UNIX/Linux. more>>
VFU is console (text mode) file manager for UNIX/Linux.

During the years I tried to make short attractive list of features which VFU has. Attractive as Advertising above :) and it does not seem to work... at least it didnt for me and I never liked it.

I made all possible to make VFU cover all file managing needs and offer large set of behaviour options. If I succeeded or not, you can decide for yourself but without trying I believe noone can say for sure.

Installation:

1. how to compile vfu

run `make from vfu base directory

this should compile everything

to compile each part of vfu manually do this:

-- go to `vslib directory
-- run `make
-- go to `vfu directory
-- run `make

if something goes wrong, check these:

-- if your `curses.h file locations is not `/usr/include/ncurses
you have to change this in the Makefile.

-- if vslib library is not in the `../vslib directory you also
have to change this in the Makefile.

2. how to install vfu

run `install script from vfu base directory

install script checks if all required files are available/built and then does this:

cp vfu/vfu rx/rx_* /usr/local/bin
cp vfu.1 /usr/local/man/man1
cp vfu.conf /usr/local/etc

3. how to install vfu manually

-- you have to copy `vfu in the `/usr/local/bin or
`/usr/bin directory and set mode to 755 `rwxr-xr-x
the owner is not significant ( root is also possible ).

-- there is preliminary man page ( vfu.1 ) which could be
copied to /usr/man/man1.

-- copy all `rx/rx_* tools to /usr/local/bin
-- install Net::FTP perl module if needed.
(this is used for FTP support)

WARNING: make sure to remove all old personal cache files!
<<less
Download (0.52MB)
Added: 2005-09-28 License: GPL (GNU General Public License) Price:
1487 downloads
Time Manager 0.7.0

Time Manager 0.7.0


Time Manager is a CGI script that keeps track of how much time you have spent at work. more>>
Time Manager is a cgi-bin script that keeps track on how much time you have spent at work. This works with the user signing on and off whenever he or she arrives or leaves.
Time Manager relies heavily on the Date::Manip module which has to be installed before running the script.
Enhancements:
- made a new monthly stats
- reversed change entry list
- actions like signon/off are now linked up with the main menu giving an action-status line at the bottom of the page.
- added some buttons where lists could get long (weekly stats)
<<less
Download (0.036MB)
Added: 2005-07-04 License: GPL (GNU General Public License) Price:
1572 downloads
Phone Manager 0.10

Phone Manager 0.10


Phone Manager is a program created to allow you to control aspects of your mobile phone. more>>
Phone Manager project is a program created to allow you to control aspects of your mobile phone.
Main features:
- Runs in the background; indicates status on the panel notification area.
- Display on-screen alert when text message (SMS) arrives
- Text message (SMS) sending facility
<<less
Download (0.88MB)
Added: 2007-08-20 License: GPL (GNU General Public License) Price:
512 downloads
Lyrics Manager 0.2.8

Lyrics Manager 0.2.8


Lyrics Manager is an amaroK script that manages the song lyrcis. more>>
Lyrics Manager is an amaroK script that manages the song lyrcis.
Main features:
- Edit lyrics with your favorite editor
- Export lyrics to file
- Import lyrics from file
You can setup your editor (for editing) and directory with texts (for import and export) via script configuration. Script will take care of html break tags while importing and exporting lyrics text, so you can edit and store plain text with correct rendering it in amaroK.
<<less
Download (0.015MB)
Added: 2007-07-19 License: GPL (GNU General Public License) Price:
833 downloads
Sol Manager 0.1.5

Sol Manager 0.1.5


Sol Manager is a tool to manage your source files and configuration settings. more>>
Sol Manager is a tool to manage your source files and configuration settings. SolMgr organizes project information in compiler- and platform-independent descriptions and allows conversion to native build scripts, such as makefiles or MS Visual Studio solutions.

GUI is provided to visually control project configurations, and to perform everyday project management tasks such as files addition/removal, dependency management etc.

Notice: SolMgr is under heavy development currently, so it lacks many features and functionality.

<<less
Download (0.41MB)
Added: 2005-11-02 License: GPL (GNU General Public License) Price:
1452 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5