Honest question about two-pane file managers: I understand that dual-pane is useful when you need to see the contents of two folders for copying and syncing multiple files. But for me, that seems like a minority part of my usage. More commonly, I have multiple tabs for different projects, and within those tabs, navigation is mostly up and down the folder hierarchy within each project. Opening the source and destinati…
If you are moving many or large files, the two-pane mode allows you to see the state of the move in real time. You can also see name conflicts more easily rather than wait for a popup. Sure, you could open up two tabs or two windows, but that is more cumbersome than a single window for the task.
Use Midnight Commander like a pro (2015)
71–80 of 99 posts
Re: Use Midnight Commander like a pro (2015)
#72Earlier quoted context omitted.
If you are moving many or large files, the two-pane mode allows you to see the state of the move in real time. You can also see name conflicts more easily rather than wait for a popup. Sure, you could open up two tabs or two windows, but that is more cumbersome than a single window for the task.
I agree with that. I guess my question is: do you always use two panes to copy? And does your file manager have something like tabs for different contexts where you would not necessarily be moving files between them?
Re: Use Midnight Commander like a pro (2015)
#73some other shortcut: ALT+. -> hide/unhide dot files/directories other dualpane -way faster file operations eg like copy/move than mc- is the Worker http://www.boomerangsworld.de/cms/worker/index.html (Amiga `directory opus` look like)
Worker, being a graphical tool, is unusable over a SSH connection or where only a text terminal is available.
Re: Use Midnight Commander like a pro (2015)
#74Some 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…
Re: Use Midnight Commander like a pro (2015)
#75some other shortcut: ALT+. -> hide/unhide dot files/directories other dualpane -way faster file operations eg like copy/move than mc- is the Worker http://www.boomerangsworld.de/cms/worker/index.html (Amiga `directory opus` look like)
Re: Use Midnight Commander like a pro (2015)
#76Honest question about two-pane file managers: I understand that dual-pane is useful when you need to see the contents of two folders for copying and syncing multiple files. But for me, that seems like a minority part of my usage. More commonly, I have multiple tabs for different projects, and within those tabs, navigation is mostly up and down the folder hierarchy within each project. Opening the source and destinati…
- I get a free ls when I navigate directory structure, and with the keyboard shortcuts I can move much faster.
- If the panel is ordered by time the moment I open the folder I see most recent files (in some cases I only care about recent files when opening a folder). If ordered by size you see your biggest files first, etc. And all of this is stateful, you don't need to run a command to identify biggest/latest file, do something with it and then go back to check what as the second biggest/latest file.
- it is easier to check content of the file or an archive
- two panels also work seamlessly with ssh/ftp/archives/etc. You don't need to remember separate commands to copy files from other sources, you will use exactly same pattern for navigating and copying files.
I also understand that people who mastered shell don't see this as a big advantage. But it really helps when jumping between mac/nix/windows.
Re: Use Midnight Commander like a pro (2015)
#77Earlier quoted context omitted.
If you are moving many or large files, the two-pane mode allows you to see the state of the move in real time. You can also see name conflicts more easily rather than wait for a popup. Sure, you could open up two tabs or two windows, but that is more cumbersome than a single window for the task.
I agree with that. I guess my question is: do you always use two panes to copy? And does your file manager have something like tabs for different contexts where you would not necessarily be moving files between them?
Re: Use Midnight Commander like a pro (2015)
#78Honest question about two-pane file managers: I understand that dual-pane is useful when you need to see the contents of two folders for copying and syncing multiple files. But for me, that seems like a minority part of my usage. More commonly, I have multiple tabs for different projects, and within those tabs, navigation is mostly up and down the folder hierarchy within each project. Opening the source and destinati…
To perform your "copy, navigate, paste" task while in mc's single pane mode you could either:
a) tag files, pop open the second pane temporarily, navigate and copy.
b) tag files, swap the panes in the background, navigate and copy.
c) tag files, use the bindings to copy them to the inbuilt command line, navigate and copy. Using the "quick cd" dialog would probably speed this up.
d) any of the above with inverted target and source movement.
e) probably a thousand other more sensible ways than the three or cheat-y six I just thought of ;)
Re: Use Midnight Commander like a pro (2015)
#79Some 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…
I've experimented a lot with making my own CLI programs to change how I interact with the terminal, for example wrapping things like cp and mv in a stateful way. I feel like I'd reached some form of enlightenment when I was able to do > cp file > z folder (which is deeply nested somewhere else) > paste instead of having to type everything out. It feels to me like the possibilities of the CLI and how we interact with…
Re: Use Midnight Commander like a pro (2015)
#80https://blog.nawaz.org/posts/2012/Dec/a-guide-to-midnight-co...
(The guide is a PDF link on that page).