Most file managers I’ve encountered default to icon view. One of the first things I do is set the default to detailed list view. Might be a preference for seeing names and dates over many identical folder icons, or just an old habit from using Windows. But I’d be curious to hear about the benefits of icon view and why it’s usually the default in Linux GUI file managers.
What does everyone else use and any reasons to prefer one over the other?
List. I hate icon view. Hate it
I mostly prefer Detail view, but I enable Icon view in Videos, Photos, and Music folders so I can see previews.
I’m guessing most file managers have similar behavior, but on XFCE Thunar, I’m able to set detail as the default but have it remembery choice per folder.
ls -hal
ls -shit
which is (iirc, guessing from memory): block size, human readable sizes, inodes, sort by time.I’ve personally become a fan of
-rtAh
, to see the most recently modified files last (i.e. above my prompt).
Detailed list view for everything except videos and images, and sometimes even for those
Detailed view everywhere except folders with mainly visual media, where I prefer icons.
I prefer details since it’s easier for me to scan visually, with my eyes only having to go straight down, to find either a name, date, or size. Sorting I also find more intuitive. However, I prefer icon view for my pictures and videos folders
Icons for pictures, detail view for everything else. Easier to sort in the detail view.
Same. For pictures max size icons.
Terminal.
All jokes aside, its personal preference. If you’re working in a dense file tree, you probably need the info that details view gives you. Icon view really only matter for media.
Detailed view all the way
Detail view forever.
Detail unless it’s pictures or something where the icon is a preview of the file’s content.
Depends what I am doing, but I often like “orthodox” two-pane file managers better, with details.
So my preference list is roughly:
- Command Line
- Krusader
- Thunar
I think it heavily depends on the files one has to browes the most. I deal with text files all the time, so i dont need an icon to jump in my face telling me, that its a text file.
The media-, design people I know love the previews that icons give them, because its much easier to spot the image file, they are looking for while scanning through a directory
ranger, a terminal file browser, which is obviously a list
if i need a gui file browser, i use pcmanfm with normal grid view
My graphical goto tool is double commander, so lists. In the terminal, it’s either ls -hal, fzf or mc, depending on use case.