Live data from Hacker News

Use Midnight Commander like a pro (2015)

klimer.eu

91–99 of 99 posts

Re: Use Midnight Commander like a pro (2015)

#91

Some colleagues believed I was some kind of Unix demigod when they were working with SunOS ksh command line and I had my own copy of mc (probably downloaded from Solaris Freeware site or something like that). There's one powerful thing that mc does and almost any other dual file manager omits: it has the concept of "pop up menus" for commonly used commands --with the option of sending the selected file(s). Also, thes…

> There's one powerful thing that mc does and almost any other dual file manager omits: it has the concept of "pop up menus" for commonly used commands I never really used mc because once I switched to Linux I became an Emacs user but... I have fond memories of Norton Commander on my 386 PC (running DOS, before Windows 95 became a thing). I think Norton Commander was first and mc was a clone of Norton Commander (even…

You missed a lot if you never switched to Dos Navigator.

Re: Use Midnight Commander like a pro (2015)

#92
post #89

Earlier quoted context omitted.

Moreover, editor allows to switch to console via Ctrl-O, which turns it into an simple IDE for console programs: edit code, Ctrl-O, run program, Ctrl-C Ctrl-O, repeat.

With neovim it's easy also with: * Ctrl+Z * Do something in the shell * fg

It's not neovim, it's the general Unix shell functionality working with all programs.

Re: Use Midnight Commander like a pro (2015)

#93

I loved using Total Commander back when I used windows. There is nothing like this for the macOS as far as I know.

Commander One. https://ftp-mac.com/?utm_source=c1app&utm_medium=software&ut... They advertise as secure ftp solution, but in fact it's a full featured dual pane file manager.

I actually use this solely for the MTP feature.

Re: Use Midnight Commander like a pro (2015)

#94
post #89

Earlier quoted context omitted.

With neovim it's easy also with: * Ctrl+Z * Do something in the shell * fg

It's not neovim, it's the general Unix shell functionality working with all programs.

Sure, but it's a useful pattern.

Re: Use Midnight Commander like a pro (2015)

#95

I've been using Marta on the Mac ( https://marta.sh ) and I really enjoy having a dual-pane file manager with an integrated terminal where navigating the folder hierarchy is synchronised in both directions. Marta doesn't seem to be actively developed anymore, so if anyone know of a good alternative I am all ears. fman (https:/fman.io) looks nice, but I don't think it has terminal integration.

You can install Midnight Commander on a Mac as well.

I had to abandon MC on Mac because it didn’t work with zsh. https://midnight-commander.org/ticket/4198

Re: Use Midnight Commander like a pro (2015)

#96
post #61

Shameless plug for my more modern, GUI alternative to Midnight Commander, https://fman.io .

I used this for a year and really liked it! The change dir by frequency (frecency?) (Ctrl+P and search), the command palette (Ctrl+Shift+P and search), and immediate type-to-filter were great features. Everything felt pretty smooth and stable. I only switched because I started spending more time in the terminal, and fman was getting a tad slow on my machine. It was also my first exposure to a solo developer trying to…

Thank you for the kind words and understanding. I'm happy to hear you liked it!

Re: Use Midnight Commander like a pro (2015)

#97

I recently had to use Windows a bit and went back to Total Commander after years on a mac. It felt amazing. "At last, my arm is complete again" level. I can't believe you could miss a file manager so much. It's one of the greatest tools you can't explain the usage of, you bust have to use it for a week. Then I discovered that since I last checked a passable Mac clone has appeared. Nimble Commander ( https://magnumbyt…

That key combo you're referring to when opening; what's that for?

Re: Use Midnight Commander like a pro (2015)

#98

I recently had to use Windows a bit and went back to Total Commander after years on a mac. It felt amazing. "At last, my arm is complete again" level. I can't believe you could miss a file manager so much. It's one of the greatest tools you can't explain the usage of, you bust have to use it for a week. Then I discovered that since I last checked a passable Mac clone has appeared. Nimble Commander ( https://magnumbyt…

That key combo you're referring to when opening; what's that for?

Changing both panes to "detailed list view", which is the only view you'd ever want but strangely not the default.

Re: Use Midnight Commander like a pro (2015)

#99

I don't often use a file manager, but when I do, I use ranger. It's mostly for use cases like "delete everything in this directory but these 3 files" and navigating deep directory structures with many files. However, recently I've also begun to use a mix of "z" and the "cd" feature/bash-binding of fzf. I like that ranger allows me to use vim key bindings, which matches nicely the rest of my system which is centered a…

Ranger is my daily driver, too. It integreates well with the shell as well as Vim usages, as ranger can be used as a file/directory picker. One thing I regret of it, though, is that it's a Python application. Had it been a light weight, single-binary, application, I could have quickly scp'ed and used it on a remote ssh hosts. Likewise, had it been using async/await, it could have been snappier on directories with a t…

You can try https://github.com/gokcehan/lf or https://github.com/sxyazi/yazi or https://github.com/kamiyaa/joshuto.
Post reply on HN