LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   2010 LinuxQuestions.org Members Choice Awards (https://www.linuxquestions.org/questions/2010-linuxquestions-org-members-choice-awards-93/)
-   -   File Manager of the Year (https://www.linuxquestions.org/questions/2010-linuxquestions-org-members-choice-awards-93/file-manager-of-the-year-855936/)

PasBern 01-16-2011 04:30 PM

Favourite Filemanager
 
Krusader would be my choice. Has many more features than Nautilus, although in general I prefer GNOME to KDE. If I want a GUI I want a real GUI, that's why I do not like Midknight Commander - appears to me to be kind of a GUIfied command line, but does not convince me.

afreitascs 01-16-2011 09:01 PM

Dolphin

code933k 01-16-2011 10:34 PM

I can't vote, Vim happens to be my filemanager.
Check out Netrw plugin (any modern Vim has this plug already installed)
VimCommander, or vc for short, as I like to call it, will blow your mind:

Code:

# .bashrc
vc() {
    local TARGET=''

    if test -z "$@"
    then
        TARGET=.
    else
        TARGET="$@"
    fi

    vim \
    -c vsplit \
    -c "set cursorline" \
    -c "normal gh" \
    -c "let &titlestring=\"netrw\"" \
    -c "set acd" \
    "$TARGET"
    return 0
}


rikijpn 01-17-2011 12:55 AM

emacs' dired does it for me...

sunnydrake 01-17-2011 05:49 AM

Krusader... slow.. buggy.. but irreplaceable.. doh..

Pasi.M 01-17-2011 05:54 AM

Midnight Commander for sure!
Works on many systems, and it's console based...
When i need a gui i use Dolphin or Nautilus

mlangdn 01-17-2011 05:55 AM

Dolphin is great. However, I've been using XFE of late, and its very good also. Its just not on the list.

evo2 01-17-2011 09:56 PM

bash

bilgee0629 01-17-2011 10:12 PM

Thunar :D

mzsade 01-17-2011 10:52 PM

Nautilus has served me well ever since i first switched to Linux, used Thunar for a while but never felt at home with it.

danos_p 01-18-2011 01:51 AM

Midnight Commander for remote access and FTP file system. The DOS/NC look&feel is also not bad.

juanvdb 01-20-2011 06:24 AM

Double Commander
 
What about Double Commander?
http://doublecmd.sourceforge.net/

prodev05 01-21-2011 05:37 AM

Nautilus, Konqueror, emacs

divyashree 01-21-2011 05:41 AM

Nautilus is the best..

savotije 01-21-2011 07:57 PM

Dolphin


All times are GMT -5. The time now is 01:36 PM.