1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195
|
<HTML>
<HEAD>
<TITLE>vfu - VFU is console file manager for UNIX/Linux</TITLE>
<LINK REV="made" HREF="mailto:root@grommet.slackware.lan">
</HEAD>
<BODY>
<A NAME="__index__"></A>
<!-- INDEX BEGIN -->
<UL>
<LI><A HREF="#name">NAME</A></LI>
<LI><A HREF="#synopsis">SYNOPSIS</A></LI>
<LI><A HREF="#description">DESCRIPTION</A></LI>
<LI><A HREF="#options">OPTIONS</A></LI>
<LI><A HREF="#configuration">CONFIGURATION</A></LI>
<UL>
<LI><A HREF="#location of vfu.conf">Location of vfu.conf</A></LI>
<LI><A HREF="#other files location">Other files location</A></LI>
</UL>
<LI><A HREF="#vfu.conf">VFU.CONF</A></LI>
<LI><A HREF="#distribution">DISTRIBUTION</A></LI>
<LI><A HREF="#files">FILES</A></LI>
<LI><A HREF="#todo">TODO</A></LI>
<LI><A HREF="#bugs">BUGS</A></LI>
<LI><A HREF="#author">AUTHOR</A></LI>
</UL>
<!-- INDEX END -->
<HR>
<P>
<H1><A NAME="name">NAME</A></H1>
<P>vfu - VFU is console (text-mode) file manager for UNIX/Linux</P>
<P>
<HR>
<H1><A NAME="synopsis">SYNOPSIS</A></H1>
<P>vfu [options]</P>
<P>
<HR>
<H1><A NAME="description">DESCRIPTION</A></H1>
<P><STRONG>vfu</STRONG> has following features:</P>
<PRE>
- Fast one-key commands
- Extended completition and wildcard expansion
- Directory tree with sizes (incl. sizes cache)
- File-type colorization (extension and type)
- Archives support (TAR, TGZ, BZ2, and many more)
- Simple FTP support through archive-like interface
- Internal text/hex file viewer and editor (optional)
- Extensive user-defined external support/utils
- Regular expressions selection and search
- Multiple file masks
- and much more...</PRE>
<P>
<HR>
<H1><A NAME="options">OPTIONS</A></H1>
<PRE>
-h
prints help for command line options</PRE>
<PRE>
-i
runs vfu in interactive mode (can be used with \-d)</PRE>
<PRE>
-d path
changes working directory to `path'</PRE>
<PRE>
-r
rebuild directory tree</PRE>
<PRE>
-t
view directory tree only</PRE>
<P>These options are for using vfu in partial non-interactive mode.</P>
<PRE>
example: vfu -d /usr/local -i</PRE>
<P>
<HR>
<H1><A NAME="configuration">CONFIGURATION</A></H1>
<P><STRONG>vfu</STRONG>
configuration is divided in two parts (files):</P>
<P><STRONG>vfu.conf</STRONG></P>
<P>This file contains configuration for external editor and pager, favorite
directories, file-type colorization. This is plain text file which format
is described below. vfu only reads vfu.conf, it never writes in it!</P>
<P><STRONG>vfu.options</STRONG></P>
<P>This file contains all Options/Toggles which can be changed from inside
vfu -- Options menu. vfu.options is binary file and is overwritten on
vfu exit or on change option event! Deleting this file will reset vfu
toggles to default values. vfu.options is not portable between vfu
versions!</P>
<P>
<H2><A NAME="location of vfu.conf">Location of vfu.conf</A></H2>
<P><STRONG>vfu.conf</STRONG> can be placed as any of:</P>
<PRE>
$HOME/.vfu/vfu.conf
</PRE>
<PRE>
$HOME/$RC_PREFIX/vfu/vfu.conf (if $RC_PREFIX is exported)</PRE>
<PRE>
/etc/vfu.conf</PRE>
<PRE>
/usr/local/etc/vfu.conf</PRE>
<PRE>
/usr/local/vfu.conf</PRE>
<P>
<H2><A NAME="other files location">Other files location</A></H2>
<P>All other files including vfu.options are placed in:</P>
<PRE>
$HOME/.vfu/
</PRE>
<PRE>
$HOME/$RC_PREFIX/vfu/</PRE>
<P>What is <STRONG><CODE>$RC_PREFIX</CODE></STRONG> and why to use it? Some more information for
this can be found in the <STRONG>CONFIG</STRONG> file which is supplied with
<STRONG>vfu</STRONG> package.</P>
<P>
<HR>
<H1><A NAME="vfu.conf">VFU.CONF</A></H1>
<P>This is a sample copy of vfu.conf with appropriate comments:</P>
<P>
<HR>
<H1><A NAME="distribution">DISTRIBUTION</A></H1>
<P>It is supposed that only source packages will be distributed.
However sometimes binary packages will be released, but not often.
VFU packages are named in this way:</P>
<PRE>
vfu-X.xx.src.tgz
</PRE>
<PRE>
source package for version X.xx</PRE>
<PRE>
vfu-X.xx.bin.platform.tgz</PRE>
<P>binary package for version X.xx for `platform' platform</P>
<P>examples:</P>
<PRE>
vfu-4.00.src.tgz</PRE>
<PRE>
vfu-4.00.bin.linux.glibc.tgz</PRE>
<PRE>
vfu-4.00.bin.linux.libc5.tgz</PRE>
<PRE>
vfu-4.00.bin.dos.tgz</PRE>
<P>All packages are TAR+GZIP .tgz, bz2 and zip are available on request.</P>
<P><STRONG>NOTE</STRONG>:
Always check HISTORY document -- it often
contains some usefull notes!</P>
<P>
<HR>
<H1><A NAME="files">FILES</A></H1>
<PRE>
$HOME/$RC_PREFIX/vfu/vfu.conf</PRE>
<P>configuration, explained above</P>
<PRE>
$HOME/$RC_PREFIX/vfu/vfu.options</PRE>
<P>options, explained above</P>
<PRE>
$HOME/$RC_PREFIX/vfu/vfu.history</PRE>
<P>contains history lines</P>
<PRE>
$HOME/$RC_PREFIX/vfu/vfu.tree</PRE>
<P>contains directory tree</P>
<P>If you don't set $RC_PREFIX configuration files are:</P>
<PRE>
$HOME/.vfu/vfu.conf
$HOME/.vfu/vfu.options
$HOME/.vfu/vfu.history
$HOME/.vfu/vfu.tree</PRE>
<P>
<HR>
<H1><A NAME="todo">TODO</A></H1>
<P>see the TODO file</P>
<P>
<HR>
<H1><A NAME="bugs">BUGS</A></H1>
<P>unknown</P>
<P>
<HR>
<H1><A NAME="author">AUTHOR</A></H1>
<PRE>
Vladi Belperchinov-Shabanski "Cade"
<cade@bis.bg> <cade@noxrun.com>
<A HREF="https://cade.noxrun.com/projects/vfu">https://cade.noxrun.com/projects/vfu</A></PRE>
</BODY>
</HTML>
|