README 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191
  1. -*-Text-*-
  2. Contents:
  3. ---------
  4. Intro text
  5. Midnight Commander editions
  6. Where to get more information
  7. The Midnight Commander
  8. Mini-docs
  9. Obtaining the Midnight Commander
  10. Reporting problems.
  11. This is version 4 of the Midnight Commander, a free Norton Commander
  12. Clone with many useful features. The Midnight Commander comes with
  13. mouse support on xterms and optionally on the Linux console.
  14. The Midnight Commander is a directory browsing tool which bears a
  15. certain remote resemblance to John Socha's Norton Commander for DOS.
  16. It is feature packed:
  17. o Built in Virtual File System: manipulate remote files
  18. systems through the ftp protocol or Midnight Commander's own
  19. mcfs protocol. Browse tar, compressed tar files, rpm, zip,
  20. cpio, lha and rar files with a single click.
  21. o All of the Midnight Commander operations work with the virtual
  22. file system, enabling you to do complex tasks.
  23. o Mouse support on the Linux console and under X11's xterms.
  24. o Learn Keys: The Midnight Commander may be configured at run
  25. time to support any kind of input keys for a given terminal,
  26. making its operation even on the most wierd terminals a
  27. breeze.
  28. o Text and hex editors are available for you to use.
  29. o Hotlist allows you to keep a list of common visited
  30. locations (including ftp sites).
  31. o Command completion: By pressing Alt-Tab in any place where a
  32. filename or an executable are expected, the Midnight Commander
  33. will complete for you the name. If you quickly press Alt-Tab
  34. twice you can get a listbox with the possible completions
  35. available.
  36. o Subshell support: Run your commands by a real shell
  37. interpreter. The Midnight Commander interacts with bash, tcsh
  38. and zsh to provide you with all of the facilities available in
  39. your shell.
  40. o Find file command can now search inside the contents of
  41. files.
  42. o Background operations allows you to copy or move files from
  43. any virtual file system while you do other tasks (ie, you can
  44. do background ftp copies).
  45. o Proxy support with our ftpfs.
  46. o Linux file recovery: If you are using Linux system, you can
  47. recover deleted files from an ext2fs partition with the
  48. undelete file system. This is a low level file recovery
  49. function that will recover files deleted by any program in
  50. Linux.
  51. Please note that the undelete file system can only recover
  52. 12 file system blocks if the file was deleted with a kernel
  53. in the 2.0.x series. The 2.1.x series have fixed this and you
  54. can recover all of the file contents there.
  55. o External panelization: You can run any arbitrary external
  56. command and the Midnight Commander will display the output
  57. generated as a file listing that can be manipulated as a
  58. regular directory.
  59. o Emacs like key bindings in all of our widgets.
  60. o Powerfull context dependant actions are available.
  61. o Powerfull built-in file viewer: The file viewer, together
  62. with the context dependant actions is used to format man pages
  63. on the fly, coloring mail messages and more.
  64. Midnight Commander editions:
  65. ----------------------------
  66. The Midnight Commander may be compiled into three different editions:
  67. the text mode edition, the Tk edition and the XView edition. Please
  68. note that currently the only supported edition is the text mode
  69. edition. The Tk and XView editions are included with the tar file but
  70. are not finished and thus not supported.
  71. Where to get more information:
  72. ------------------------------
  73. There is a mailing list for discussion on enhancing the program, future
  74. directions and announcements; if you want to subscribe, send mail to:
  75. majordomo@roxanne.nuclecu.unam.mx
  76. There is a WWW page for the Midnight Commander with the URL:
  77. <http://mc.blackdown.org/mc/>.
  78. The Midnight Commander:
  79. -----------------------
  80. The Midnight Commander is released under the GNU General Public License
  81. version 2.0 or any later version. A copy of the file is included with
  82. this distribution package.
  83. If you have comments, you can send them to me:
  84. miguel@roxanne.nuclecu.unam.mx
  85. or if it would benefit more people, to the mailing list:
  86. mc@roxanne.nuclecu.unam.mx
  87. Help develop and enhance free software.
  88. Mini-documentation:
  89. -------------------
  90. o Use the F-Keys for invoking the commands in the function key bar.
  91. If your terminal doesn't support F-keys, you can use the <ESC digit>
  92. sequence to invoke the corresponding F-digit key.
  93. o Tab changes the current panel.
  94. o All input lines have emacs-like key-bindings (command history is
  95. accessed through the M-p and M-n keys).
  96. o The panels accept C-n, C-p for browsing the panel (like in emacs).
  97. o M-Enter copies the currently selected file name to the input line.
  98. o M-Tab completes the current word (or tries to).
  99. o The Virtual File System is a cute addition to the project, you may
  100. browse in tar and compressed tar files as well as browsing remote
  101. machines with the mcfs file system.
  102. o Please read the manual page.
  103. o Read the file src/TODO for the current projects.
  104. You can access the whole documentation online with the F1 key,
  105. although it's not as nice as the groff printed manual page :-)
  106. Where you may obtain the Midnight Commander
  107. -------------------------------------------
  108. The software should be available by anonymous ftp at sunsite.unc.edu
  109. in the directory /pub/Linux/utils/file and at ftp.nuclecu.unam.mx
  110. in the directory /linux/local.
  111. The last alpha versions are available at ftp.nuclecu.unam.mx in the
  112. directory /linux/local/devel.
  113. European mirrors of both version 3.1 and alpha versions are available
  114. at sunsite.mff.cuni.cz in the directory /GNU/mc and at ftp.teuto.de
  115. in the directory /lmb/mc.
  116. Reporting problems
  117. ------------------
  118. Please, send a detailed description of your problem to the
  119. mc-bugs@roxanne.nuclecu.unam.mx address.
  120. Include the version of the program, the operating system that you are
  121. using, the compiler and compiler flags used to compile the program (if
  122. you know them), what kind of distribution you are using (if a
  123. GNU/Linux system).
  124. If the program crashed and produces a core dump, please provide a
  125. stack trace of the program.
  126. You can do this by running dbx or gdb like this:
  127. gdb mc core
  128. (gdb) where