804f71f46d
a Norton Commander style interface and running on any operating system with Java support (Mac OS X, Windows, Linux, *BSD, Solaris...). Here's a non-exaustive list of what you'll find: - Virtual filesystem with local volumes, FTP, SFTP, SMB, NFS, HTTP and Bonjour support - Quickly copy, move, rename files, create directories, email files... - Browse, create and uncompress ZIP, TAR, GZip, BZip2, ISO/NRG, AR/Deb and LST archives - Universal bookmarks and credentials manager - Multiple windows support - Full keyboard access - Highly configurable WWW: http://www.mucommander.com PR: ports/114001 Submitted by: Lars Engels <lars.engels at 0x20.net>
5 lines
247 B
Bash
5 lines
247 B
Bash
#!/bin/sh
|
|
|
|
cd %%PREFIX%%/share/mucommander
|
|
JAVA_VERSION="%%JAVA_VERSION%%" %%LOCALBASE%%/bin/java -DGNOME_DESKTOP_SESSION_ID=$GNOME_DESKTOP_SESSION_ID -DKDE_FULL_SESSION=$KDE_FULL_SESSION \
|
|
-jar %%PREFIX%%/share/mucommander/mucommander.jar $@
|