@TITLE VFU File Manager @DES VFU is console (text mode) file manager for UNIX/Linux. = VFU File Manager for UNIX @IMG screenshots/vfu-ss-1.png @TOC == Description VFU is console (text mode) file manager for UNIX/Linux. VFU covers virtually all file managing needs and offer large set of behaviour options. Press key 'H' inside VFU to get HELP information! External info about VFU: Ubuntu VFU [[https://help.ubuntu.com/community/Vfu Community Help Wiki]] page. Search DuckDuckGO for [[http://www.google.com/search?q=vfu+file+manager vfu file manager]] Search Google for [[https://duckduckgo.com/?q=vfu+file+manager vfu file manager]] == Supported platforms VFU is tested and supported on these platforms: ------------------------------------------------------------------------------ Platform : **Linux** Notes : Slackware Linux is the original VFU development platform. ------------------------------------------------------------------------------ Platform : **Mac OS X** Notes : Build procedure for Mac OS X is described inside the package. ------------------------------------------------------------------------------ Platform : **Linux ( Debian DEB Packages )** Notes : [[http://www.debian.org Debian]] packages are available [[http://packages.debian.org/stable/utils/vfu here]] ------------------------------------------------------------------------------ Platform : **Cygwin (Windows)** Notes : [[http://cygwin.com/packages/ Cygwin packages]] ([[http://cygwin.com/cgi-bin2/package-grep.cgi?grep=vfu VFU search @ cygwin]]) ------------------------------------------------------------------------------ Platform : **NetBSD** Notes : VFU packages for [[http://www.netbsd.org NetBSD]] can be found [[http://ftp.netbsd.org/pub/pkgsrc/current/pkgsrc/misc/vfu/README.html here]] ------------------------------------------------------------------------------ Platform : **GNU Hurd** Notes : I've been told that VFU runs fine on [[http://www.gnu.org/software/hurd/ the Hurd platform]]. ------------------------------------------------------------------------------ Platform : **Solaris** Notes : Compiles flawlessly ( with some header locations changes ), but I have no access to Solaris machines. ------------------------------------------------------------------------------ Platform : **DOS** Notes : Supports LFN under Win95/98 when compiled with DJGPP. NOTE: **DOS support may be dropped soon, but Cygwin version will work on Windows/DOS**. ------------------------------------------------------------------------------ VFU should compile on any UNIX platform. If you need help with compiling, send me an email. Also, if someone have compiled VFU for some other OS, please, let me know! == Compile from Source To compile VFU from latest sources, **Github** snapshots are needed: git clone https://github.com/cade-vs/vfu-dist.git cd vfu-dist git clone https://github.com/cade-vs/vfu.git git clone https://github.com/cade-vs/vslib.git git clone https://github.com/cade-vs/vstring.git make ls -l vfu/vfu By default VFU compiles with ncurses library. VFU also can use [[https://github.com/bbonev/yascreen yascreen screen library]] instead of ncurses. To compile VFU with yascreen: git clone https://github.com/cade-vs/vfu-dist.git cd vfu-dist git clone https://github.com/cade-vs/vfu.git git clone https://github.com/cade-vs/vslib.git git clone https://github.com/cade-vs/vstring.git git clone https://github.com/cade-vs/yascreen.git cd vfu make vfu.yas ls -l vfu.yas After cloning from Github, sources can be updated to latest: cd vfu-dist git pull git -C vfu pull git -C vslib pull git -C vstring pull git -C yascreen pull make ls -l vfu/vfu == Author 1996-2021 (c) Vladi Belperchinov-Shabanski "Cade" http://cade.noxrun.com/projects/vfu http://github.com/cade-vs/vfu == LICENSE GPLv2, see [[COPYING COPYING]] file for full text. == Downloads & screenshots Below you can find VFU packages and some screenshots. VFU can be downloaded also at http://www.ibiblio.org/pub/Linux/utils/file/managers/ And all of Metalab/Ibiblio mirrors. VFU packages names are: vfu-M.II.src.tgz -- source pack version M.II vfu-M.II.tgz -- source pack version M.II vfu-M.II.bin.linux.tgz -- binary executable pack version M.II vfu-M.II.bin.linux.static.tgz -- binary (statically linked) executable pack version M.II i.e. vfu-ver.packtype.platform.bintype.tgz