Related pages

When it has downloaded, double click on it to run it. You should see a screen like this:. I should point out that this used to be a much more convoluted process, and there was a much longer set of instructions here explaining it, but all those old instructions are superfluous now. One package I typically install is wget , because so many scripts such as those written in Perl expect it to be present. Edit March 28, I made an interesting discovery tonight. Normally I use iTerm as my terminal program, and Midnight Commander runs fine in that.

What it does not seem to run so well under is the Terminal. What specifically does not work in Terminal.

OS X – Mc [Midnight Commander] – Shortcuts

Under iTerm, mouse clicks get passed to Midnight Commander in the normal manner, but under Terminal. And, the Midnight Commander manual is another good source of information on this subject. This is the kind of information which only a native speaker can do to pass users a very descriptive background in what Rudix is and do. Really Great. And thank you for making it so easy to install many of the popular Unix-based packages, without adding a lot of extra bloat to your system.

What are your iTerm settings for the terminal and keyboard profiles? I tried this build of MC because the one I did myself misbehaved with the mouse in both iTerm and Terminal. In iTerm it types garbage characters when I click the mouse instead of sending the mouse event to the app. The funny thing is that if I am logged in to a linux system in the iTerm and run MC there then the mouse does fine.

It was just a bad setting in my.

How to fix Mac OS X Terminal Page Up/Down + Home/End of line

In particular, did you also install gettext and glib, as instructed in the article? If you did install BOTH of those packages and you still got that message, you may want to send the author of Rudix an e-mail, as the article states. I read through a lot of online articles and realized that i will have to download pkg-config,gettext and glib ,before i could even install midnight commander properly and so, i did that.. Most CLI commands are similar. Strange but what the heck this is all new OSX that is… but easily correctable.

The images stand on there own as long as you understand that there might also be some dependencies as you pointed out with gettext, etc. No function keys though — F10 to exit for example. Rudix Chimera is not installer, this contain collect of all packages as. Thanks, this is just what I needed. Thank you, this was extremely useful! Hey, this is just an awesome tutorial.

Create subdirectories dir1 and dir2. Finally, using the command line, we will create a few files:. Select dir1 , then press Alt-o to display dir1 in the other panel. We are now presented with this formidable-looking dialog box:. To see Midnight Commander's default behavior, just press Enter and file1 is copied into directory dir1 i. That was straightforward, but what if we want to copy file2 to a file in dir1 named file3?

To do this, we select file2 and press F5 again and enter the new filename into the Copy dialog:. Again, this is pretty straightforward. But let's say we tagged a group of files and wanted to copy and rename them as they are copied or moved. How would we do that? Midnight Commander provides a way of doing it, but it's a little strange. The secret is the source mask in the copy dialog. At first glance, it appears that the source mask is simply a file selection wildcard, but first appearances can be deceiving.

The mask does filter files as we would expect, but only in a limited way. Unlike the range of wildcards available in the shell, the wildcards in the source mask are limited to "? What's more, the wildcards have a special property. It works like this: let's say we had a file name with an embedded space such as "ugly file" and we want to copy or move it to dir1 as the file "uglyfile", instead. This wildcard pattern will match the file ugly file , since its name consists of two strings of characters separated by a space.

Midnight Commander will associate each block of text with a number starting with 1, so block 1 will contain "ugly" and block 2 will contain "file". Each block can be referred to by a number as with regular expression grouping. The "?


  • Featured Article:.
  • Install the GNU Midnight Commander from source - Mac OS X Hints.
  • MacOSX ElCapitan most WTF moments.

If we make the source mask "???? Pretty neat. Midnight Commander can also perform case conversion on file names. To do this, we include some additional escape sequences in the to mask:. Midnight Commander can create both hard and symbolic links. They are created using these 3 keyboard commands which cause a dialog to appear where the details of the link can be specified:.

Post navigation

Ctrl-x s creates a symbolic link in the directory shown in the other panel, using an absolute directory path. Ctrl-x v creates a symbolic link in the directory shown in the other panel, using a relative directory path.

Commander One (Mac Finder alternative): Review

The two symbolic link commands are basically the same. They differ only in the fact that the paths suggested in the Symbolic Link dialog are absolute or relative. We'll demonstrate creating a symbolic link by creating a link to file1. To do this, we select file1 in the current panel and type Ctrl-x s. The Symbolic Link dialog appears and we can either enter a name for the link or we can accept the program's suggestion. For the sake of clarity, we will change the name to file1-sym.

File modes i. Doing so will display a dialog box in which each attribute can be turned on or off. If Midnight Commander is being run with superuser privileges, file ownership can be changed by typing Ctrl-x o. To demonstrate changing file modes, we will make file1 executable. First, we will select file1 and then type Ctrl-x c. The Chmod command dialog will appear, listing the file's mode settings. Pressing the F8 key deletes the selected or tagged files and directories. By default, Midnight Commander always prompts the user for confirmation before deletion is performed.

We're done with our playground for now, so it's time to clean up. We will enter cd at the shell prompt to get the current panel to list our home directory. Next, we will select playground and press F8 to delete the playground directory. Beyond basic file manipulation, Midnight Commander offers a number of additional features, some of which are very interesting. Midnight Commander can treat some types of archive files and remote hosts as though they are local file systems.


  • How to install Midnight Commander under Mac OS X (the easy way, using Rudix)!
  • ibook g3 mac os x.
  • How can I select files in Midnight Commander on a MacBook Pro?.
  • Recent Comments.
  • Linux Pages.
  • scrivener writing program for mac os x.

Using the cd command at the shell prompt, we can access these. For example, we can look at the contents of tar files. We can do this by entering this command at the shell prompt:. Once this command completes there will be some "permission denied" errors but these don't matter for our purposes , the file etc. If we select this file and press Enter , the contents of the archive will be displayed in the current panel. Notice that the shell prompt does not change as it does with ordinary directories.

This is because while the current panel is displaying a list of files like before, Midnight Commander cannot treat the virtual file system in the same way as a real one.

Context Navigation

For example, we cannot delete files from the tar archive, but we can copy files from the archive to the real file system. Virtual file systems can also treat remote file systems as local directories. Its name is ftp.