한동안 관심을 안가졌었는데 midnight commander(이하 mc)가 새로운 홈페이지

http://www.midnight-commander.org/ 에서 현재 활발하게 개발이 이루어 지고 있습니다.


자세한 변경사항은 아래를 참고하세요

Major changes since 4.7.0-pre2 Core
* removed own popt stuff (command line options parser). Now used glib parser
* added feature for filenames highlighting in panels
* Copy/Move overwrite query dialog is more friendly for long file names
* at first run find file dialog now contain latest item from history
* charset support enabled by default (--enable-charset option)
* added support of skins
* added support of key bindings

VFS
* fixed recognize of tar.xz archives
* added recognize of lzma archives by extention

Editor
* 'Save as' dialog enhancement: select line break type: Windows/UNIX/Mac (CR LF/LF/CR)
* syntax hightlighting updated: VerilogHDL, Shell script
* Added syntax highlighting for *.repo files of yum
* Added syntax highlighting of pacman's PKGBUILD and .install files

Viewer
* Fixed showing Windows/Mac (CR LF/CR) line terminator (#1595)

Misc
* hotlist: support for environment variables ($HOME, ~username, etc.)
* hotlist: support for completion in path input
* all list widgets: support for fast navigation by number keys (i.e. 1 - first list item, 2 - second)

Fixes
* segfault on incorrect color pair in [Color] section
* incorrect position of panel codeset dialog
* limit of 9 digits for of file size display
* lines drawing in -a stickchars mode (#1497)
* segfault when you try to use non-anonymous FTP
* Ctrl-O handling under GNU Screen in altscreen mode
* support of CP866 (IBM866) locale
* configure.ac: checking for minimal version of glib and exit if version less than 2.6
* segfault by mouse wheel action in history list and menu (#1564)
* Fixed behvior with Meta+PgDn? in editor (#1598)
* Fixed behvior with cursor movement by Ctrl+arrows when cursor besides EOL (#1599)
* Fixed editor autocompleting
* Fixed Copy/Move dialogs steal Kill Word shortcut
* Fixed autoconf issue when configure with --with-gpm-mouse option (#1419)


변경 사항중 눈에 띄는것이 있는데 filename highlighting과 skins지원입니다.

간단히 아래 스크린샷을 보시면 쉽게 아실 수 있을듯 합니다.

mc-4.7.0.pre3.jpg
 

압축파일, rpm, 스크립트, 이미지등의 파일을 적당히(?) 색을 넣어 구별이 잘되게 보여주는군요 :)


skin기능은 엄청난 UI의 변화가 아닌 간단한 화면의 변경, 개일별 설정등입니다. skin의 위치는 /usr/share/mc/skins이고

ini파일로 되어 있습니다. skin기능에 관심이 있으신 분은 아래링크를 방문해보세요.

http://www.midnight-commander.org/ticket/380


다운로드 : http://www.midnight-commander.org/downloads


사용 OS에 맞는  binary package는 아래링크에서 받으시면 됩니다.

http://rpm.zaytsev.net/mc-releases/


yum 사용자를 위한 Testing REPO도 제공하고 있습니다. Testing용이라고 명시되어 있으니

mc의 최신버전을 사용하고 싶거나 혹은 심심풀이(?)용으로 사용할 수 있습니다.

http://www.midnight-commander.org/wiki/NightlyBuilds


 /etc/yum.repos.d/mc.repo 파일을 만들고 내용을 채워 넣습니다.

(주의: 현재 패키지에는 sign이 되어 있지 않다고합니다)


사용 OS가 RHEL 4, CentOS 4, RHEL 5, CentOS 5 인 경우

[mc]
name=Midnight Commander nightly builds
baseurl=http://rpm.zaytsev.net/mc-git/epel-$releasever-$basearch/
enabled=1
gpgcheck=0


또는

cd /etc/yum.repos.d/ && sudo wget http://rpm.zaytsev.net/mc-git-el.repo



사용 OS가 Fedora Core 10 and Fedora Core 11 인 경우

[mc]
name=Midnight Commander nightly builds
baseurl=http://rpm.zaytsev.net/mc-git/fedora-$releasever-$basearch/
enabled=1
gpgcheck=0


또는

cd /etc/yum.repos.d/ && sudo wget http://rpm.zaytsev.net/mc-git-fc.repo


'News' 카테고리의 다른 글

ProFTPD 1.3.2b, 1.3.3rc2 released  (0) 2009.10.21
XE Core 1.2.6 배포  (1) 2009.10.13
ModSecurity 2.5.10 Released  (0) 2009.09.26
CentOS 도메인 관련(?) 분쟁  (1) 2009.07.31
Textyle ver 0.9 배포  (0) 2009.07.29

+ Recent posts