diff options
author | B. Watson <yalhcru@gmail.com> | 2015-07-24 00:18:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-07-24 00:18:37 +0700 |
commit | 682cb47b41abae0a4cd8b3f3f244334b9b4edeb1 (patch) | |
tree | 22804aaecb35adea5b3d8a6b4b148b3ff8f0882b /system/fsv/fsv.rst | |
parent | 08be912df879cc81d7f46cde6a1c33408115c534 (diff) | |
download | slackbuilds-682cb47b41abae0a4cd8b3f3f244334b9b4edeb1.tar.gz |
system/fsv: Added (3D file system viewer, Jurassic Park style).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/fsv/fsv.rst')
-rw-r--r-- | system/fsv/fsv.rst | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/system/fsv/fsv.rst b/system/fsv/fsv.rst new file mode 100644 index 0000000000..89da51a0b7 --- /dev/null +++ b/system/fsv/fsv.rst @@ -0,0 +1,60 @@ +.. RST source for fsv(1) man page. Convert with: +.. rst2man.py fsv.rst > fsv.1 +.. rst2man.py comes from the SBo development/docutils package. + +.. |version| replace:: 0.9_1 +.. |date| date:: + +=== +fsv +=== + +------------------------ +3D filesystem visualizer +------------------------ + +:Manual section: 1 +:Manual group: SlackBuilds.org +:Date: |date| +:Version: |version| + +SYNOPSIS +======== + +fsv [*rootdir*] [*-options*] + +DESCRIPTION +=========== + +fsv (pronounced eff-ess-vee) is a file system visualizer in cyberspace. It +lays out files and directories in three dimensions, geometrically +representing the file system hierarchy to allow visual overview and +analysis. fsv can visualize a modest home directory, a workstation's +hard drive, or any arbitrarily large collection of files, limited only +by the host computer's memory and graphics hardware. + +fsv is a clone of SGI's fsn, which was featured in the movie Jurassic Park. + +Full documentation is available via the Help -> Contents menu option, or +at file:///usr/doc/fsv-|version|/html/fsv.html + +OPTIONS +======= + +**rootdir** Root directory for visualization (defaults to current directory) + +--mapv Start in MapV mode (default) + +--treev Start in TreeV mode + +--help Print built-in help and exit + +AUTHORS +======= + +fsv originally written by Daniel Richard G. <skunk@mit.edu>. + +fsv is now maintained by Maurus Cuelenaere: https://github.com/mcuelenaere + +This man page written by B. Watson for the SlackBuilds.org project and +released under the WTFPL. |