fsv 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.
Go to file
Matthias Martin ada00fc5ba add open_node entry in context menu 2020-03-31 18:46:15 +02:00
debug Remove superfluous files 2011-12-13 15:50:26 +01:00
doc Remove superfluous files 2011-12-13 15:50:26 +01:00
intl Remove superfluous files 2011-12-13 15:50:26 +01:00
lib Remove GNOME support files 2011-12-13 17:40:47 +01:00
po Initial import (fsv-0.9.tar.gz) 2011-12-13 14:57:14 +01:00
src add open_node entry in context menu 2020-03-31 18:46:15 +02:00
.gitignore Updated .gitignore. 2016-03-03 22:12:11 +01:00
.travis.yml Use container-based environment on Travis 2016-05-05 17:39:11 +02:00
ABOUT-NLS Initial import (fsv-0.9.tar.gz) 2011-12-13 14:57:14 +01:00
AUTHORS Initial import (fsv-0.9.tar.gz) 2011-12-13 14:57:14 +01:00
COPYING Initial import (fsv-0.9.tar.gz) 2011-12-13 14:57:14 +01:00
ChangeLog Initial import (fsv-0.9.tar.gz) 2011-12-13 14:57:14 +01:00
INSTALL Initial import (fsv-0.9.tar.gz) 2011-12-13 14:57:14 +01:00
Makefile.am Appended 'foreign' option to automake. 2016-03-03 22:53:15 +01:00
NEWS Initial import (fsv-0.9.tar.gz) 2011-12-13 14:57:14 +01:00
NOTES Initial import (fsv-0.9.tar.gz) 2011-12-13 14:57:14 +01:00
README.md Updated with correct packages for Ubuntu (#18) 2018-04-01 22:18:18 +02:00
TODO Initial import (fsv-0.9.tar.gz) 2011-12-13 14:57:14 +01:00
acconfig.h Initial import (fsv-0.9.tar.gz) 2011-12-13 14:57:14 +01:00
autogen.sh Add autogen.sh script 2011-12-13 15:14:50 +01:00
config.rpath Further configure fixes 2011-12-13 15:12:28 +01:00
configure.in Added dependency check for libglu to configuration step. 2016-03-04 18:36:44 +01:00
fsv.spec.in Initial import (fsv-0.9.tar.gz) 2011-12-13 14:57:14 +01:00
fsv.wmconfig Initial import (fsv-0.9.tar.gz) 2011-12-13 14:57:14 +01:00
mkinstalldirs Re-add mkinstalldirs from d70eb7949b, this should fix make install. 2013-01-26 15:56:20 +01:00
stamp-h.in Initial import (fsv-0.9.tar.gz) 2011-12-13 14:57:14 +01:00

README.md

FSV

travis ci

This repo is a fork of fsv. The original author is Daniel Richard G., a former student of Computer Science at the MIT.

About fsv

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.

Its ancestor, SGI's fsn (pronounced "fusion") originated on IRIX and was prominently featured in Jurassic Park: "It's a Unix system!".

Screenshots of the original clone are still available.

Useful info and screenshots of the original SGI IRIX implementation are available on siliconbunny.

Install

  1. Clone the repository

  2. Make a configure script: ./autogen.sh

  3. Install dependencies (Ubuntu): sudo apt-get install libgtkgl2.0-dev libgl1-mesa-dev libglu1-mesa-dev

  4. Do the install dance:

    • ./configure
    • make
    • sudo make install