File System Visualizer: Difference between revisions

Content deleted Content added
m dab
Ar10ros (talk | contribs)
No edit summary
Line 6:
{{Infobox Software
| name = File System Visualizer
| screenshot = [[Image:FSV-OSX-screenshot.png|250px]]
| caption = File System Visualizer showing a user's home directory on [[Mac OS X]]
| developer = Daniel Richard G.
| released =
| latest release version = 0.9
| latest release date = {{releaseStart date and age|1999|9|8}}
| programming language = [[C (programming language)|C]]
| operating system = [[Unix-like]]
Line 17:
| genre = [[File manager]]
| license = [[GNU Lesser General Public License]]
| website = http://{{URL|fsv.sourceforge.net/}}
}}
'''File System Visualizer''', also known as fsv, is a [[3D computer graphics|3D]] file browser using [[OpenGL]], created by Daniel Richard G. It is a clone of [[Silicon Graphics|SGI]]'s [[fsn (file manager)|fsn]] [[file manager]] for [[IRIX]] systems, aimed to run on modern [[Linux]] and other [[Unix-like]] [[operating system]]s. It is capable of representing file systems in two ways - in MapV mode, files and directories are represented as [[cuboid]]s of equal height, with the size of the cuboid representing the size of the file or directory, and in TreeV mode, files and directories are shown in a more conventional tree manner, with links between parent directories and subdirectories, and columns of various height (indicating file size) on top of the directories to represent the files inside. In both of these modes, a standard 2D tree representation of files and directories is displayed on the left of the window. The mouse can be used to rotate the 3D representation of the file system, and an "Eagle Eye" function shows the representation from an overhead view. File System Visualizer is also capable of manipulating the files and directories it shows.
Line 23:
==External links==
{{Portal|Free software}}
*{{sourceforge|fsv}}
*[http://fsv.sourceforge.net/ File System Visualizer homepage]
*[https://{{github.com/|mcuelenaere/fsv |An updated version of fsv exists on GitHub]- which builds on more recent versions of Linux.}}
 
[[Category:File managers]]