Hacker News 中文摘要

RSS订阅

GNU 午夜指挥官 -- GNU Midnight Commander

文章摘要

Midnight Commander是一款基于GNU通用公共许可证发布的自由软件,作为视觉化的双窗格文件管理器,支持文件复制、移动、删除、搜索及执行命令等功能,内置查看器、编辑器和差异查看器,适用于全屏文本模式操作。

文章总结

标题:Midnight Commander

主要内容:

GNU Midnight Commander(简称mc)是一款基于文本模式的双窗格文件管理器,遵循GNU通用公共许可证,属于自由软件。它提供了丰富的功能,包括文件复制、移动、删除、目录树操作、文件搜索以及在子shell中执行命令。此外,mc还内置了查看器、编辑器和差异查看器。

mc支持多种文本界面库,如ncursesS-Lang,使其能够在常规控制台、X Window终端、ssh连接以及各种远程shell中运行。

安装方法:

用户可以通过系统包管理器轻松安装mc,例如:

  • apt-get install mc(适用于Debian/Ubuntu)
  • dnf install mc(适用于Fedora)
  • pkg install mc(适用于FreeBSD)
  • brew install midnight-commander(适用于macOS)

此外,用户还可以从OSU OSL获取源代码,或访问GitHub仓库获取更多信息。

文档与帮助:

用户可以通过按下F1键获取上下文相关的在线帮助。mc还提供了详细的手册页,作为官方文档的主要来源。

主题支持:

mc支持主题定制,用户可以使用自带的皮肤或开发自己的主题,更多信息可访问skins.midnight-commander.org

贡献与支持:

关键词:

GNU Midnight Commander, mc, 自由软件, 文件管理器, 应用程序, 库, MidnightCommander

评论总结

评论内容总结:

  1. Midnight Commander(MC)的历史与影响

    • MC被视为Norton Commander的继承者,具有双窗格文件管理功能,起源于东欧和前苏联地区。
    • 评论引用:
      • "Very cool successor of Norton Commander idea." (shmerl)
      • "For some reason, the technical term for these is Orthodox File Manager." (userbinator)
  2. MC的实用性与高效性

    • 许多用户认为MC在文件系统导航和基本操作上非常高效,尤其是结合命令行工具使用时。
    • 评论引用:
      • "It's so much more efficient/pleasant when it comes to navigating the filesystem." (kouteiheika)
      • "The killer feature in mc was the popup menu that you could configure to run several commands." (pantulis)
  3. MC的局限性与替代品

    • 部分用户认为MC的快捷键不够直观,且缺乏并行传输支持,因此转向其他文件管理器如nnn或OneCommander。
    • 评论引用:
      • "None of the keyboard shortcuts were at all intuitive to me." (axiolite)
      • "No parallel transfer support. It slows down significantly when transferring small files." (mischief6)
  4. MC的跨平台使用与开发者贡献

    • MC在Windows、Linux和MacOS上均有使用,部分开发者曾为其贡献代码,尤其是在早期移植到不同系统时。
    • 评论引用:
      • "I helped port it to a/ux in the early 90's." (latchkey)
      • "After moving from Windows to MacOS mc is the closest to Total Commander." (aquir)
  5. MC的文化与用户群体

    • MC在东欧和俄罗斯程序员中尤为流行,可能与大学教育或文化背景有关。
    • 评论引用:
      • "Most of the Russian programmers I worked with use this." (faangguyindia)
      • "Still used in Poland. I still manage some systems using mcedit." (bmackenty)

总结:Midnight Commander作为一款经典的双窗格文件管理器,深受部分用户喜爱,尤其在文件管理和命令行操作上表现出色。然而,其快捷键设计和功能限制也促使部分用户寻找替代品。MC在东欧和俄罗斯的流行反映了其文化和技术背景的深远影响。