Skip to content

konkitoman/fifm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Files in File Man

A human readable way to store multiples files in one file. Any file can be stored in FIFM. FIFM is using the UNIX style path, the path separator is /.

Format

Title and description is not used for anything. Title and description you can read it if you open FIFM file.

This is how the format looks.

This is the title of the file.
This is the description.
Description is until the start of an file.
/text.txt
 This is the file content
 Every newline is escaped using a space.
/main.c
 #include<stdio.h>
 int main(void){
   printf("Hello World!");
 }
/README
 if you copy this to a file and use `fifm -e file.fifm -o output_dir`
 in the output directory you will have text.txt, main.c and README

About

Files in File Man, a human readable format.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages