descriptionMidnight Commander
homepage URLhttp://www.midnight-commander.org/
repository URLhttps://github.com/MidnightCommander/mc.git
owneryury@shurup.com
last changeSun, 7 Apr 2024 13:47:06 +0000 (7 16:47 +0300)
last refreshSat, 27 Apr 2024 08:14:08 +0000 (27 10:14 +0200)
content tags
add:
README
Contents
--------

Introduction
Dependencies
Features
Mini-documentation
Where to get more information
Reporting problems


Introduction
------------

GNU Midnight Commander (also referred to as MC) is a user shell with
text-mode full-screen interface.  It can be run on the OS console,
in xterm and other terminal emulators.

GNU Midnight Commander allows you to manage files while making the most of
your screen and giving you a clear representation of the filesystem, yet
it's simple enough to be run over a telnet or ssh session.

GNU Midnight Commander is released under the GNU General Public
License version 3 or any later version.  A copy of the file is
included with this distribution package.


Dependencies
------------

Please read the file INSTALL for installation instructions
and full list of dependencies.


Features
--------

GNU Midnight Commander was conceived as a free clone of John Socha's
Norton Commander (TM).  It also takes the best from more recent software
with similar interfaces.  GNU Midnight Commander comes with mouse support
on xterm and optionally on the Linux console.

Some features are specific to the POSIX environment MC runs on, some are
familiar to the users of similar software for other operating systems.
The features include:

	* Built in Virtual File System: manipulate remote file systems
          through the FTP and SFTP protocols or over secure shell, browse
          contents of tar, ar, rpm, zip, cpio, lha and rar archives just
	  like local files.

	* Almost all operations work with the virtual file system,
	  enabling you to do complex tasks, like viewing files in
	  archives on an FTP server.

	* Mouse support on most terminal emulators for X Window System
	  as well as on the Linux console.

	* Learn Keys: GNU Midnight Commander may be configured at run
	  time to support any kind of input keys for a given terminal,
	  making its operation possible even on most weird terminals.

	* Text and hex editors are available for you to use (hex editor
	  is a part of the viewer).

	* Hotlist allows you to keep a list of common visited locations,
	  including remote sites and directories inside archives.

	* Command completion: By pressing Alt-Tab in any place where a
	  filename or an executable are expected, GNU Midnight Commander
	  will complete the name for you.  If you press Alt-Tab for the
	  second time, you get a list box with all possible completions.

	* Subshell support: Run your commands by a real shell
	  interpreter.  GNU Midnight Commander interacts with bash,
	  tcsh and zsh to provide you with all of the facilities
	  available in your preferred shell.

	* Find file command can search for the file contents.

	* Background operations allow you to copy or move files from
	  any virtual file system while you do other tasks (i.e., you
	  can do background FTP copies).

	* FTP proxy is supported.

	* Linux file recovery: If you are using Linux, you can recover
	  deleted files from an ext2 or ext3 partition with the undelete
	  file system.  This is a low level file recovery function that
	  can recover files deleted by any program on Linux.

	* External panelization: You can run any arbitrary external
	  command and GNU Midnight Commander will display the output
	  generated as a file listing that can be manipulated as a
	  regular directory.

	* Emacs-like key bindings are used in all widgets.

	* Context dependent actions (open, view, edit) are available.

	* The built-in file viewer, together with the context dependent
	  actions is used to format man pages on the fly, coloring mail
	  messages and more.

	* The built-in editor supports syntax highlighting and external
	  actions, such as spell checking and formatting.


Mini-documentation
------------------

These are hints for the text mode edition:

* Use the F-Keys for invoking the commands in the function key bar.
  If your terminal doesn't support F-keys, you can use the <ESC digit>
  sequence to invoke the corresponding F-digit key.

* Tab changes the current panel.

* All input lines have emacs-like key-bindings (command history is
  accessed through the M-p and M-n keys).

* The panels accept C-n, C-p for browsing the panel (like in Emacs).

* M-Enter copies the currently selected file name to the input line.

* M-Tab completes the current word (or tries to).

* The Virtual File System is a cute addition to the project, you may
  browse in tar and compressed tar files as well as browsing remote
  machines with the shell file system.

* Please read the manual page.

You can access the whole documentation online with the F1 key,
although it's not as nice as the groff printed manual page :-)


Where to get more information
-----------------------------

There is a webpage for GNU Midnight Commander at

https://www.midnight-commander.org/

This page also has current information about mailing lists and some
useful advices how to report bugs.

You can download the latest version of GNU Midnight Commander from

https://www.midnight-commander.org/downloads/


Reporting problems
------------------

You can report bug on our site, please read 

https://www.midnight-commander.org/wiki/doc/reportDefects

Also you can use mc mailing lists to discuss problems.

There are two mailing lists:

  - mc@lists.midnight-commander.org
  - mc-devel@lists.midnight-commander.org

Use mc-devel@ if you are prepared for a more technical discussion
with the developers of the package, otherwise use mc@.

Please don't sent HTML e-mail to either of those mailing lists.

Include the output of "mc --version", the operating system and the
distribution (if applicable) you are using, the compiler and the
configure flags used to compile the program (if you know them).

If the program crashed and produced a core dump, please provide a
stack trace of the program.

You can do this by running gdb like this:

gdb mc core
(gdb) where
shortlog
2024-04-07 Andrew BorodinMerge branch '4524_cleanup'master
2024-04-07 Andrew BorodinUpdate po/*.po files.
2024-04-07 Andrew Borodin(link_t): remove unused member linkcount.
2024-04-07 Andrew Borodinsrc/filemanager/file.c: fix comment.
2024-04-07 Andrew Borodinsrc/filemanager/file.c: rename structure: link -> link_t.
2024-04-07 Andrew Borodin(fetch_hosts): refactoring.
2024-04-07 Andrew Borodinhostname complition: refactoring: use GPtrArray.
2024-04-07 Andrew Borodin(load_codepages_list_from_file): use g_ptr_array_new_fu...
2024-04-07 Andrew Borodinsrc/selcodepage.c: fix coding style.
2024-04-07 Andrew Borodin(tree_move): fix coding style.
2024-04-07 Andrew Borodin(info_show_info): don't create VFS path if EXT2 attribu...
2024-04-07 Andrew Borodinfile_op_context_t: remove op_preserve member.
2024-04-07 Andrew Borodin(shell_execute): fix coding style.
2024-04-07 Andrew Borodin(tar_seek_archive): improve diagnostic for truncated...
2024-04-07 Andrew BorodinMove OS-specific stuff from lib/global.h to lib/unixcom...
2024-04-07 Andrew BorodinMerge lib/utilunix.h into lib/util.h.
...
tags
2 months ago 4.8.31 Release
3 months ago 4.8.31-pre1 RC1
8 months ago 4.8.30 Release
8 months ago 4.8.30-pre1 4.8.30-rc1
15 months ago 4.8.29 Release
15 months ago 4.8.29-pre1 4.8.29-rc1
2 years ago 4.8.28 Release
2 years ago 4.8.28-pre1 RC
2 years ago 4.8.27 Release
2 years ago 4.8.27-pre1 4.8.27 RC1
3 years ago 4.8.26 Release
3 years ago 4.8.25 Release
4 years ago 4.8.24 Release
4 years ago 4.8.23 Release
5 years ago 4.8.22 Release
5 years ago 4.8.21 Release
...
heads
5 days ago 4524_cleanup
2 weeks ago master
2 years ago 4258_fish_shell_prompt
4 years ago 77_fish_notmp
4 years ago 3666_iec_si_prefixes_2
5 years ago 3858-rotating_dash_location
6 years ago 2370_mcview_stdin
9 years ago DEV_keymaps
9 years ago 3224_mcedit_paste_output_fix
10 years ago 1483_scrollbar
10 years ago 1_smbfs
10 years ago 3100_torrent
10 years ago 2129_glib_static
11 years ago 4.8.1-stable
11 years ago DEV_search_tests
11 years ago 1652_autodetect_lb
...
forks
Cached version (2966s old)
 Prcek 
midnight-commander/cemuskar.git cemuskar@fel.cvut.cz 12 years ago
midnight-commander/borarpet.git pborky@gmail.com 13 years ago
+ midnight-commander/osp.git Open source programming course at Czech Techn... sojkam1@fel.cvut.cz 13 years ago
midnight-commander/slavazanko.git slavazanko@gmail.com No commits