A File Manager You've Never Seen Before

Поделиться
HTML-код
  • Опубликовано: 28 сен 2024
  • Probably. You've never seen it before, probably.
    👇 PULL IT DOWN FOR THE GOOD STUFF 👇
    Patreon - / thelinuxcast
    Paypal - paypal.me/thel...
    RUclips - / @thelinuxcast
    Ko-fi - ko-fi.com/thel...
    ===== Follow us 🐧🐧 ======
    MERCH - shop.thelinuxc...
    Discord - / discord
    Odysee - odysee.com/$/i...
    TILvids(Peertube) - tilvids.com/c/...
    Mastodon- fosstodon.org/...
    gitlab.com/the...
    Matrix - matrix.to/#/#the-linux-cast:matrix.org
    The Website thelinuxcast.org
    Contact us email@thelinuxcast.org
    Amazon Wishlist - www.amazon.com...
    Logo Courtesy of - pedropaulo.net
    Intro Courtesy of - www.fragcgi.co...
    Sign up for encrypted email with Tutanota - mail.tutanota....
    ==== Special Thanks to Our Patrons! ====
    thelinuxcast.o...
    ==== Referenced ====
    gcmd.github.io...
    #apps #linux #thelinuxcast

Комментарии • 94

  • @TheLinuxCast
    @TheLinuxCast  4 месяца назад +6

    Check out my website! thelinuxcast.org

  • @afroceltduck
    @afroceltduck 4 месяца назад +19

    I'm going to suggest that you put 'Gnome Commander' somewhere in the title or thumbnail so that others might discover it if they haven't heard of it either

    • @42ronty
      @42ronty 4 месяца назад +14

      Then it wouldn't be a clickbait, would it?

  • @michaelutech4786
    @michaelutech4786 4 месяца назад +32

    "I never head of it" - If you were around at a time when people used DOS, you would have heard of it. The DOS guys were obsessed with norton commander. They kept using it when they switched from their console to Windows. Midnight commander was to Norton what KDE is to Windows UI. And Gnome commander was the inevitable necessity, you (at that time) just had to have some graphical version of a "commander".
    I never found much use for any of these tools when I use a shell where I can collect the files I want to do something to on a command line with auto completion (that's an old feature) backticks and decent command line editing. I'm apparently in a pre-norton stage of development. That has to become fashionable again, or is it already?

  • @Distroreport
    @Distroreport 4 месяца назад +28

    Take a shot every time you hear “Midnight Commander” 😂

  • @mikel8190
    @mikel8190 4 месяца назад +8

    Always love to see your videos covering lesser known programs.

  • @skelebro9999
    @skelebro9999 4 месяца назад +4

    What the heck happened to the camera? Why are you more on the left rather than the usual center?

    • @TheLinuxCast
      @TheLinuxCast  4 месяца назад

      Idk yet. Something's funky.

    • @kaya-sem
      @kaya-sem 4 месяца назад

      He has shrunk

  • @fakecubed
    @fakecubed 4 месяца назад +6

    I want a file manager that has a columns view like macOS. I gather Elementary OS has something like that, but I haven't tried it yet. That's a feature that needs to be copied more.

    • @Flackon
      @Flackon 4 месяца назад

      Miller columns, yes. There was an old (gnome 2?) file manager that had them but I haven’t seen any of the available graphical managers implement it

    • @shawnpeterson2523
      @shawnpeterson2523 4 месяца назад

      Yeah, the elementary file manager is, unsurprisingly, lacking imho. Dolphin used to have it years ago and then was dropped. There is a bug report to bring it back, and some of the developers are even on board for it - but not the right ones lol.

  • @michaelutech4786
    @michaelutech4786 4 месяца назад +28

    I'm not obsessed with looks and styles, but it's really bad when a terminal app using DOS style looks more modern and ergonomic than a Gnome app.

    • @robonator2945
      @robonator2945 4 месяца назад +1

      hey hey, let's keep it fair now, KDE Partition Manager and KDE System Monitor exist too! Gnome apps aren't the only ones that can be shit!

    • @robonator2945
      @robonator2945 4 месяца назад

      ​@DaviCarneiro-uo5pw name a single thing it can do that Ksysguard can't, heres 5 pages so you can list all the thing Ksysguard can do that it can't.
      Then there is the fact that they literally managed to make a system monitor slow, the fact that it's so convoluted it's genuinely hard to even figure out how to configure, (I was actively looking to see if there was a way to change the default startup page and couldn't find it for a good half hour) and the fact that it's losing in comparison to a program that was deprecated years ago that it was supposed to have replaced.
      At least when microsoft "updated" their task manager they added some new features rather than remove them. A system dashboard is entirely different to a system monitor/task manager, they made a dashboard and claimed it was a replacement for a task manager.

    • @RenderingUser
      @RenderingUser 4 месяца назад +1

      @@robonator2945 wait. Isn't system manager just a rebranded version of ksysguard?

  • @ltxr9973
    @ltxr9973 4 месяца назад +2

    Looks to be more in the vein of a more modern commander style fm like Total Commander. I usually use doublecmd for that (because it has a qt version) or just run Total Commander through wine. In a way, nothing beats the original. Midnight Commander is more like a clone of the original Norton Commander. Also the guy who said it's clickbait is right, put the name of the application in the title of the video!

  • @batemanjo9
    @batemanjo9 4 месяца назад +1

    Nice. Takes me back to the old Norton Commander on MS-DOS. It was used on OS/2 as well

  • @bashisobsolete.pythonismyn6321
    @bashisobsolete.pythonismyn6321 4 месяца назад

    just like a terminal text editor, mc can be configured, skinned, extended with scripts and has shell integration.
    i would recommend mc as the hub of an integrated workflow in your terminal. it makes a good "home screen" from which you can break out to other apps.

  • @michaelutech4786
    @michaelutech4786 4 месяца назад +3

    Why would this be likely to be a fork of midnight commander? What they have in common is that they operate on files. For that, they use whatever language library provides file access. If they're both written in C, which is likely, they will use glibc. Everything else that makes up MC is heavily tied to NCurses (or whatever wrapper around termcap/terminfo MC uses). There is very little benefit of "forking" MC. Not to mention that MC probably wasn't using Git when GC started. They probably used subversion or something that didn't have a fork, not in the literal git sense and not in the github sense either.
    It's fascinating how personal perspective shapes what we see...

    • @TheLinuxCast
      @TheLinuxCast  4 месяца назад +4

      IDK, I mean commander is both names, the color schemes are the same-ish, it says on the Wiki that it is inspired by Norton/MC, so I guess those are the things that made many people think that it was a fork

    • @michaelutech4786
      @michaelutech4786 4 месяца назад +2

      @@TheLinuxCast It's unlikely that it's worthwhile porting a KDE app to Gnome or vice versa. Porting something from a terminal to a UI (something that's not doing a lot of computational stuff that's UI independent) much less so. The vast majority of something like MC is about UI, escape sequences, terminal color codes, stuff that's completely different. No Gobjects, busses, event loops.
      Also, the term "fork" didn't really exist at that time. If they used code from MC, they wouldn't have forked it, more likely they would have copied over individual files. If the licenses are compatible that is.
      We keep forgetting that a lot of what is now common sense was unheard of just a few years ago. I'm certain that you will find code in MC that copes with monochrome terminals. The green or amber colored things. You said something like "they use the same color scheme" - that's how different perspectives can be ;-)

  • @HeroicMushroom
    @HeroicMushroom 4 месяца назад

    Does Gnome commander support network shares and drag and drop?

  • @und3rpr
    @und3rpr 4 месяца назад +1

    I love Double Commander.

  • @UnhingedNW
    @UnhingedNW 4 месяца назад +3

    it is in debian stable! great video!

  • @Error8x8
    @Error8x8 4 месяца назад

    Polo is really good GTK file manger but I don't know if its still being worked on. Another is the file manager that comes with Mate.

  • @mikeprice820
    @mikeprice820 4 месяца назад

    is that desktop image made in Blender?

  • @Weissenschenkel
    @Weissenschenkel 4 месяца назад

    Linux user since 1996 here. I wasn't into Gnome apps but XFCE stuff. Thunar had split view back then (maybe 2004).

  • @Your_Degenerate
    @Your_Degenerate 4 месяца назад

    I was looking for file managers recently on Debian and noticed this one. In Gnome Software it has a rating of 2.5 out of 5 stars. There is also Double Commander and Tux Commander available. I'll probably stick with Thunar for the time being. An image preview would be great particularly as the entire second panel with file information.

  • @JohannesDavidsen2024
    @JohannesDavidsen2024 3 месяца назад

    I've been using mouse instead of cli long time, so cat is very useful for fast information while mouse is super fast as using with click through side panel directory on Windows. We need more speed up navigation through manager like that's already open, not closed like on panel side directory clicks.
    Maybe it can be changed through settings, I don't know.
    And I'm very fast prof mouse user but we need that idea..

  • @meskes4059
    @meskes4059 4 месяца назад

    I love Midnight Commander, and I loved Norton Commander

  • @xzaratulx
    @xzaratulx 4 месяца назад +1

    I honestly dont get the idea of these commander file managers.
    Do you guys constantly have that many file operations to need 2 folders in view ?
    Is thunar and nemo that bad not to offer anything in that direction ?
    It seams you are against kde but dolphin has tabs offering something close or it can activate an attached terminal with F4 where you can execute code.

    • @soppaism
      @soppaism 4 месяца назад

      I know. Dual panels don't seem that necessary until you'we got used to that work flow. But once there, going back feels like losing a leg.

    • @shawnpeterson2523
      @shawnpeterson2523 4 месяца назад

      F3 gets the side by side folders in dolphin as well.

    • @k.b.tidwell
      @k.b.tidwell 4 месяца назад

      Even though I've needed two directories open at the same time in the past for different tasks, double-pane managers feels like a solution looking for a problem the other 97% of the time I DON'T need two directories open at the same time. But I'm no coder or dev.

  • @ernestoditerribile
    @ernestoditerribile 4 месяца назад

    I really liked Norton Commander in the 90's

  • @emerson.dvlmt.g
    @emerson.dvlmt.g 4 месяца назад

    BTW I use Yazi because of you, nice FM

  • @Flowxp
    @Flowxp 4 месяца назад +8

    wait until you finally find out about Double Commander :)

    • @TheLinuxCast
      @TheLinuxCast  4 месяца назад +2

      Made a video on it already.

    • @Flowxp
      @Flowxp 4 месяца назад +1

      @@TheLinuxCast why use any others ?? there is no level of comparison.
      TC for Windows, DC for Linux.

    • @UvekProblem
      @UvekProblem 4 месяца назад

      @@TheLinuxCast okay boss

  • @Rbourk252
    @Rbourk252 4 месяца назад

    I’ve been using Linux for some decades and I’ve not noticed g commander.

  • @russellrussell5495
    @russellrussell5495 4 месяца назад

    I still don't get your absolute reluctance to using Double Commander. I've mentioned it before, you've mentioned it before...sure, it needs a lot of work out of the box (no idea why devs don't at least fix the fonts, for example), but when I moved away from KDE to Xfce/i3, DC was the obvious replacement and I'm damned sure it does everything and more than Krusader.

    • @TheLinuxCast
      @TheLinuxCast  4 месяца назад

      I don't care for the settings layout. Hard to find things you need.

    • @russellrussell5495
      @russellrussell5495 4 месяца назад

      OK, I get that. But I set my tabs, short cuts (including toggle single left panel > dual panel > right panel) and just copy setting across every new install/distro. Saves time on jumping file managers every time I come across a new one 😉

  • @moetocafe
    @moetocafe 4 месяца назад

    I know it and even have it installed for almost a year, but frankly don't use it. It is very buggy and the only useful feature is the ability to have 2 different locations opened in each panel and copy folders and files from the one to the other, that is its power.
    It does have preview for some files - with - but I just tried it on a zero byte txt file and my entire desktop froze for a minute, then the GNOME Commander crashed and closed.
    Also, if you try to navigate from a pane's drop-down list to another disk it is fine, but if you try to switch the active folder on the same disk, it does not work, at least for me.
    And - the info space above the panes sometimes gets messy displaying text over text.
    As I said, it is very buggy, but is useful to copy a lot of stuff from one disk location to another.

  • @zeocamo
    @zeocamo 4 месяца назад

    gnome commander was a nice before i did the whole WM thing

  • @G.B...
    @G.B... 4 месяца назад +1

    I still think Midnight Commander is the best file manager ever. Mouse dragging is obviously completely useless.
    And why image previewing is so important in file managers? It's actually the one "feature" that makes directory loading painfully slow, especially if there are many image files there. A much better way to preview files is to just open an image with a lightweight image viewer (such as viewnior or Ristretto) and then preview any other image in the same directory.

    • @N0zer0
      @N0zer0 4 месяца назад

      Amen

  • @k.b.tidwell
    @k.b.tidwell 4 месяца назад

    Nemo > F3 > Done. 😁 I really enjoyed the video, as always though.

    • @TheLinuxCast
      @TheLinuxCast  4 месяца назад +1

      Does it remember that for when it's loaded up the next time?

    • @k.b.tidwell
      @k.b.tidwell 4 месяца назад

      @@TheLinuxCast I just checked, no, it doesn't.

    • @TheLinuxCast
      @TheLinuxCast  4 месяца назад +1

      @@k.b.tidwell sad. That's a feature I use all the time with Krusader

    • @russellrussell5495
      @russellrussell5495 4 месяца назад

      And me on Double Commander. Thunar does that too now, btw.

  • @roracle
    @roracle 4 месяца назад +1

    I don't use it, but I know about it. It's whatever, my file management is basic, and any larger tasks I do in console anyway. I'm glad you were able to find this one, let us know if you're using it more often in a later video.

  • @PepsiMaxVanilla
    @PepsiMaxVanilla 4 месяца назад

    i use nautilus

  • @Bruces-Eclectic-World
    @Bruces-Eclectic-World 4 месяца назад +1

    I use to use Norton Commander and all there utilities. Have not heard that name in years... Lol Go figure Matt, its in the AUR... 🤣😁
    I have MC on everything and I use it across my local network all the time like on the main server when I want to edit stuff...
    Awesome video Matt... The more you know! 🤔
    LLAP 🖖

  • @benderbg
    @benderbg 4 месяца назад

    There used to be a DOS version called Norton Commander back in the 80s and 90s.

  • @Tall_Order
    @Tall_Order 4 месяца назад +6

    I always loved these types of side-by-side file managers. Even back in my DOS days in the early 90s, before moving to linux, I used Norton Commander, and Dos Navigator. It makes everything so much easier.

  • @repnzscasb560
    @repnzscasb560 4 месяца назад

    why not try double commander

  • @davidddo
    @davidddo 4 месяца назад

    do you watch destiny by any chance?

  • @eleah2665
    @eleah2665 4 месяца назад

    I'll try it. Thanks.

  • @TrustJesusToday
    @TrustJesusToday 4 месяца назад

    It seems like Gnome-Commander is a below average attempt at what Krusader does well. I gave it a try. It did not play well in Hyprland. One crash followed another crash. I could get to one cloud location, but not both that I use. (It was in the Fedora main repo by the way.) Krusader is the best file manager I have used in my first year with Linux and Nemo is the backup.

    • @MrSnivvel
      @MrSnivvel 4 месяца назад

      I very much doubt that Wayland support was ever added to GTK+-2 and going through the Xwayland bridge between the two probably didn't help.

  • @mach1553
    @mach1553 4 месяца назад

    Thank you 👍 Nice file manager addon for Linux systems - Latest is release 5/16/24 - last Thursday 😊
    ...BTW - GNOME is pronounced 'nowm' as in dome.

    • @TheLinuxCast
      @TheLinuxCast  4 месяца назад

      No it's not. This Gnome started it's life as an acronym. First word GNU. Now if you pronounce that NU then I guess you'd be right.

  • @gklinger
    @gklinger 4 месяца назад

    You want another you've never heard of? Try Worker which was inspired (heavily!) by Directory Opus for the Amiga which is the greatest file manager of all time.

    • @TheLinuxCast
      @TheLinuxCast  4 месяца назад

      I saw the name. The website scared me away

  • @Linuxdirk
    @Linuxdirk 4 месяца назад

    Thunar also has a dual-panel mode (iirc F3 by default to toggle it). For my personal workflow I never needed a dual panel system … But for people who like it it’s great that there are tool around implementing it!

  • @mattelder1971
    @mattelder1971 4 месяца назад

    Gnome Commander is listed on the Wikipedia article about file managers and it has its own Wikipedia article.

  • @ahmedhalim1200
    @ahmedhalim1200 4 месяца назад

    I tried it and immediately uninstalled it when you said there's no image preview

  • @hernanimedeiros
    @hernanimedeiros 4 месяца назад

    Nice Job!

  • @emerson.dvlmt.g
    @emerson.dvlmt.g 4 месяца назад

    What do you think of using hyprland for everyday (study, work) ? I'm thinking to reinstall arch with hyprland to be my main OS, but still don't decide it

    • @TheLinuxCast
      @TheLinuxCast  4 месяца назад +1

      It was too buggy for me but I know lots of people like it

    • @HumbertoVasques-ns5zb
      @HumbertoVasques-ns5zb 4 месяца назад

      I use arch with hyprland for study and work (software development), no big problems so far.

  • @gambinante
    @gambinante 4 месяца назад

    Is this on OpenSuse?

  • @hexisXz
    @hexisXz 4 месяца назад

    I never understood people who use file managers when they talk about minimalism like luke smith. The terminal is better that any file manager and can do more. Why use lf or ranger when that is more clunky and bloated then your terminal. This is specifically for people who care about bloat and all of that not people like the Linux cast because he doesn’t care that much but people like Luke have no reason to use a file manager and it make me incredibly angry when people like him talk about bloat then use a file manager😭

    • @russellrussell5495
      @russellrussell5495 4 месяца назад

      Depends on your use case. I teach online and when I want to send a file to a student dragging and dropping a file is far quicker and less fiddly that using a terminal based file manager. I use DC, by the way.

  • @kcharles1149
    @kcharles1149 4 месяца назад

    getting it !! looks great !!

  • @subtitles1492
    @subtitles1492 4 месяца назад +2

    okay, okay, it’s not Midnight Commander, and you’ve never heard of it before. no need to hammer that for ten minutes…

    • @TheLinuxCast
      @TheLinuxCast  4 месяца назад

      I did go over features, but you probably missed those bits.

    • @guitarhero01234
      @guitarhero01234 4 месяца назад +1

      @@TheLinuxCast Which you didn't get into until halfway through the video. If I was to be kind to your pacing, I'd call it "abstract."