26

How can I navigate folders and subfolders at the same time?

Like "column view" in Mac OS X.

Enter image description here

Edit 2: I use Ubuntu 14.04 and I couldn't install Marlin, so I installed "Pantheon File Manager" instead.

Ihab
  • 567

6 Answers6

20

Yes I got it.. It's marlin file manager

image

If you want to install execute following commands in terminal:

sudo add-apt-repository ppa:marlin-devs/marlin-daily
sudo apt-get update
sudo apt-get install marlin

Hope it helps you..

Saurav Kumar
  • 15,204
  • Yeah, the same but in column view not tree. – Ihab Apr 03 '14 at 16:13
  • @Jobin: It's ctrl + 2 in nautilus installed in 12.04.. :P Actually there is a file manager which shows exactly the same way as OP wants.. But I'm not able to remember it.. – Saurav Kumar Apr 03 '14 at 16:15
  • Yes, that's what i mean, thank you, i will install marlin now. – Ihab Apr 03 '14 at 16:30
  • That's lame because you have to add a repository, which is a security risk. – Darth Egregious Apr 03 '14 at 20:31
  • I use "Pantheon File Manager" now because I couldn't install Marlin in Ubuntu 14.04. – Ihab Apr 03 '14 at 22:05
  • W: Failed to fetch http://ppa.launchpad.net/marlin-devs/marlin-daily/ubuntu/dists/trusty/main/binary-amd64/Packages 404 Not Found

    W: Failed to fetch http://ppa.launchpad.net/marlin-devs/marlin-daily/ubuntu/dists/trusty/main/binary-i386/Packages 404 Not Found

    – Todd Baur Jun 27 '14 at 14:27
11

This is one of the main reasons I always use List View:

enter image description here

It's not always ideal.

Some file managers have a multi-pane option. Nautilus used to but this was stripped back. There has been a bit of a struggle to get it back but I'm not sure how viable that is now.

I use Dolphin these days (I'm also a KDE user so that makes sense for me) which might be an option if you're doing this a lot. List view plus split screen FTW:

enter image description here

Oli
  • 299,936
  • Hmmm, i like list view, but it confuse me when i have lot files, so am looking for "column view", similar to multi-pane that you said. – Ihab Apr 03 '14 at 16:27
7

You can use Marlin, which is much less buggy than it was before, or Pantheon Files, which is forked from Marlin for the elementaryOS.

Installation instructions may be found on the following Q&A:

How can I colour code my files like on a Mac?

RolandiXor
  • 51,957
4

Your best choice is ranger, which is terminal based.

chascon
  • 116
3

According to wikipedia, Marlin does not have any download files registered with Launchpad as of November 2016.

This was still true as of April 2019, and currently in 2020, so entering the following in the terminal will probably not work:

sudo add-apt-repository ppa:marlin-devs/marlin-daily
sudo apt-get update
sudo apt-get install marlin

...and most likely you will get an error like Unable to locate package marlin

Instead try the following:

sudo add-apt-repository ppa:elementary-os/daily
sudo apt-get update
sudo apt-get install pantheon-files

f.y.i. pantheon files is the file manager for Elementary OS, and is forked from Marlin:

Thanks @jmunsch

  • Thank you, that's why I left Ubuntu and now I'm using Elementary OS. – Ihab Apr 19 '20 at 00:17
  • @IhabShoully how is it? it was sort of buggy last time i played around with it ~3 years ago. ...for what it's worth, I've sort of taken a liking to MX Linux lately. –  Apr 19 '20 at 09:42
  • Yes, it was buggy then but now it's stable. – Ihab Apr 23 '20 at 01:30
  • Cool! i'll have to give it a second look... –  Apr 23 '20 at 02:04
3

Nautilus, the file browser in Ubuntu supports mutliple tabs. You can have multiple locations open in the same window, but in different tabs.

  • To open a new tab in Nautilus, press Ctrl+t.

  • To open a folder in a new tab, focus on the folder and type Ctrl+Shift+Enter.

  • To close a tab, press Ctrl+w

jobin
  • 28,667
  • 1
    Yes, thank you, but i mean "columnview" like this: http://ptgmedia.pearsoncmg.com/images/chap4_9780321857880/elementLinks/04_25_columnview.jpg – Ihab Apr 03 '14 at 16:08