jya-dev / supernote-tool

Unofficial python tool for Supernote
Apache License 2.0
254 stars 27 forks source link

What is the FUSE command? #36

Open philips opened 8 months ago

philips commented 8 months ago

I don’t understand what the fuse cms is for. Can you explain?

jya-dev commented 8 months ago

You can automatically convert note files in a particular directory while supernote-fuse command is running.

Example:

In a terminal:

$ ls note-folder/
A.note  B.note  C.note
$ ls mountpoint/
$ supernote-fuse note-folder mountpoint

In another terminal: You can see pdf files that are converted automatically from note files in note-folder.

$ ls mountpoint/
A.note  A.pdf  B.note  B.pdf  C.note  C.pdf