Midnight Commander
{{Short description|Orthodox file manager}}
{{more citations needed|date=September 2011}}
{{Infobox software
| logo =
| caption = Midnight Commander running in a terminal window on Ubuntu Linux
| screenshot = Midnight Commander 4.7.0.9 on Ubuntu 11.04.png
| developer = Miguel de Icaza, community
| released = {{Start date and age|1994}}{{cite web|url=http://www.softpanorama.org/OFM/Paradigm/Ch04/mc.shtml |title= History of development of Midnight Commander |accessdate=2014-09-20 |date=2011-12-16 |first=Nikolai |last=Bezroukov |publisher=softpanorama.org}}
| latest release version = {{wikidata|property|preferred|references|edit|Q1340000|P348|P548=Q2804309}}
| latest release date = {{wikidata|qualifier|preferred|single|Q1340000|P348|P548=Q2804309|P577}}
| latest preview version = {{wikidata|property|preferred|references|edit|Q1340000|P348|P548=Q51930650}}
| latest preview date = {{wikidata|qualifier|preferred|single|Q1340000|P348|P548=Q51930650|P577}}
| operating_system = Unix-like including macOS; Windows (unofficial)
| programming language = C
| language count = 51
| language footnote = {{cite web|title=LINGUAS|url=https://github.com/MidnightCommander/mc/blob/master/po/LINGUAS|date=March 2022|work=Midnight Commander|accessdate=25 March 2025}}
| genre = File manager
| license = GPL-3.0-or-later
| website = {{URL|//midnight-commander.org}}
}}
GNU Midnight Commander (also known as mc
, the command used to start it, and as mouseless commander in older versions{{cite tweet|user=migueldeicaza|author=Miguel de Icaza|number=674691910053855232|date=9 December 2015|title=Midnight Commander was originally "Mouseless Commander", then "MouseLess commander with Mouse Support" then "Midnight Commander" via a vote.}}) is a free cross-platform orthodox file manager.{{cite web|last1=Petreley|first1=Nicholas|title=Favorite minimalist file managers|url=http://www.linuxworld.com/site-stories/2002/0814.fm-p2.html |website=LinuxWorld.com|accessdate=3 May 2015|archiveurl=https://web.archive.org/web/20021028071832/http://www.linuxworld.com/site-stories/2002/0814.fm-p2.html|archivedate=28 October 2002|date=20 August 2002}} It was started by Miguel de Icaza in 1994 as a clone of the then-popular Norton Commander.
GNU Midnight Commander is part of the GNU project and is licensed under the terms of the GNU General Public License.{{Cite web|url=https://www.gnu.org/software/mc|title = Midnight Commander}}
Design
File:Midnight Commander screenshot.png
Midnight Commander is a console application with a text user interface. The main interface consists of two panels which display the file system. File selection is done using arrow keys, the insert key is used to select files and the function keys perform operations such as renaming, editing and copying files. Later versions of the Midnight Commander additionally have mouse support. Such versions are aware of GPM and X terminal emulators (such as GNOME Terminal or xterm) which support mouse reporting. When running inside an X terminal, these versions can update the name of the window in which Midnight Commander runs (if allowed by the terminal emulator).
Midnight Commander's features include the ability to view the contents of RPM package files, to work with common archive formats as if they were simply another directory, and to function as an FTP or FISH client. Midnight Commander also includes an editor called mcedit
, which can be executed as a standalone program or from Midnight Commander using the {{keypress|F4}} key. mcedit's features include syntax highlighting for many languages, macros, code snippets, simple integration with external tools, automatic indentation, mouse support, a clipboard and the ability to work in both ASCII and hex modes. Users also have the option to replace mcedit with the editor of their choice Options
> Menu
> Configuration
> [Don't] Use Internal Edit
.
Midnight Commander can also rename groups of files, unlike a number of other file managers that can only rename one file at a time. This is convenient for manipulating large collections of files, e.g. to make them conform to a new naming convention. Midnight Commander can also move files to a different directory at the same time as it renames them. It lets the user specify the original and resulting file names using wildcard characters. This makes the power of regular expressions available for renaming files, with a convenient user interface. In addition, the user can select whether or not to use "shell patterns" or "globs" (automatic grouping of wildcards). All of these features are available by using the File
> Rename/Move
menu selection. (Pressing {{keypress|F1}} would then produce a brief explanation of the options, including examples of how to use wildcards.)
Midnight Commander is based on versatile text interfaces, such as Ncurses or S-Lang, which allow it to work on a regular console, inside an X terminal, over SSH connections, over an RS-232 interface (for embedded devices) and all kinds of remote shells.
Unicode support
Native support for UTF-8 locales for Unicode was added in 2009 to development versions of Midnight Commander. As of version 4.7.0, mc has had Unicode support.[http://www.linux-magazin.de/NEWS/Wiederbelebt-Midnight-Commander-4.7 Wiederbelebt: Midnight Commander 4.7], By Marcel Hilzinger, 29.12.2009, Linux-Magazin
See also
{{Portal|Free and open-source software}}
- far2l, Far Manager port for *nix systems
- ranger, a file manager based on ncurses and python
- Norton Commander-inspired software
- Comparison of file managers
References
{{Reflist}}
External links
{{Commons category}}
- {{Official website}}
- {{SourceForge|mcwin32|Midnight Commander for Windows}}
{{File managers}}
{{GNU}}
Category:Files transferred over shell clients
Category:Orthodox file managers
Category:Software that uses S-Lang
Category:Free software that uses ncurses
Category:Linux file system-related software
Category:Unix file system-related software