Skip to content

taavit/todofs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TodoFS

Reads todos from json and make them available through filesystem.

Only reading title supported at this stage.

Requirements:

  • libfuse
  • libjson-c

Ubuntu

$ sudo apt install libfuse-dev libjson-c-dev

Build:

  • gcc -Wall src/read_json.c `pkg-config fuse json-c --cflags --libs` -o bin/todofs

or

  • make

Usage

./bin/todofs mount_point -o filename=assets/todos.json

Written just for fun and to try c/json-c/libfuse

About

Some excercises with c and libfuse

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published