Skip to content

Using FUSE, a file system was implemented to display the text files in a source directory as images, especially for handling "ASCII art" or "ANSI art" files.

Notifications You must be signed in to change notification settings

cansuynk/FUSE-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FUSE-System

Using FUSE, a file system system was implemented to display the text files in a source directory as images, especially for handling "ASCII art" or "ANSI art" files. For more information, please take a look at Project Explanation file.

To run the code, type the following commands on terminal

<h6>sudo cmake . </h6>
<h6>sudo make </h6>
<h6>./file_system -d /home/cansu/Desktop/proj2/src /home/cansu/Desktop/proj2/dst </h6>
<h6>fusermount -u /home/cansu/Desktop/dst </h6>

About

Using FUSE, a file system was implemented to display the text files in a source directory as images, especially for handling "ASCII art" or "ANSI art" files.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published