Skip to content
/ NimSFAT Public

Nim implementation of the SFAT file system. SFAT is a simplified version of the FAT16 file system

Notifications You must be signed in to change notification settings

0xOvid/NimSFAT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

NimSFAT

Nim implementation of the SFAT file system. SFAT is a simplified version of the FAT16 file system

Usage

███╗   ██╗██╗███╗   ███╗      ███████╗███████╗ █████╗ ████████╗
████╗  ██║██║████╗ ████║      ██╔════╝██╔════╝██╔══██╗╚══██╔══╝
██╔██╗ ██║██║██╔████╔██║█████╗███████╗█████╗  ███████║   ██║
██║╚██╗██║██║██║╚██╔╝██║╚════╝╚════██║██╔══╝  ██╔══██║   ██║
██║ ╚████║██║██║ ╚═╝ ██║      ███████║██║     ██║  ██║   ██║
╚═╝  ╚═══╝╚═╝╚═╝     ╚═╝      ╚══════╝╚═╝     ╚═╝  ╚═╝   ╚═╝   
    Simple FAT implemented in nim - by 0x0vid

    -help - Print this menu
    -create-vfs [vfs-file-name] - Create a new vfs
    -insert [vfs-file-name] [file path] - Copy file to vfs
    -extract [vfs-file-name] [file name] [file dest path] - Extract file from system to specified path
    -ls [vfs-file-name] - List files in vfs
    -cat [vfs-file-name] [file name] - Print file contents from vfs file
    -df [vfs-file-name]  - get stats of vfs

    Options:
    [vfs-file-name] - Name for file where vfs is written
    [file path] - Path for file
    [file name] - Vfs file name
    [file dest path] - File destination

About

Nim implementation of the SFAT file system. SFAT is a simplified version of the FAT16 file system

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages