Hi,
yesterday i wrote a little file manager. Unlike the interface
that's being shipped with the GP2X it can handle files with
arbitrary extensions in a user-defined way.
It uses a config file, in which the file extension and the
according interpreter is being stored one line at a time.
e.g.:
sh /bin/sh
txt /usr/bin/less
I didn't manage to link it agains my cross-sdl, but it
works just fine natively on my computer. I'd be very
happy if somebody compile it, and provide me the
binary, so I can upload it to my FTP space.
To compile, you must tell my configure script, for which
target it should be compiled. (Edit the Makefile.arm
according to your cross compiler)
TARGET=i386 ./configure
TARGET=arm ./configure
Then the usual make && make install. It will be
installed into ./inst, so root-privileges are not
necessary
ftp://ftp.berlios.de/pub/gb4gp2x/unify-0.0.3.tar.gz
I guess my english sucks ass, but maybe
somebody could understand me :>
yesterday i wrote a little file manager. Unlike the interface
that's being shipped with the GP2X it can handle files with
arbitrary extensions in a user-defined way.
It uses a config file, in which the file extension and the
according interpreter is being stored one line at a time.
e.g.:
sh /bin/sh
txt /usr/bin/less
I didn't manage to link it agains my cross-sdl, but it
works just fine natively on my computer. I'd be very
happy if somebody compile it, and provide me the
binary, so I can upload it to my FTP space.
To compile, you must tell my configure script, for which
target it should be compiled. (Edit the Makefile.arm
according to your cross compiler)
TARGET=i386 ./configure
TARGET=arm ./configure
Then the usual make && make install. It will be
installed into ./inst, so root-privileges are not
necessary
ftp://ftp.berlios.de/pub/gb4gp2x/unify-0.0.3.tar.gz
I guess my english sucks ass, but maybe
somebody could understand me :>