Open philips opened 8 months ago
You can automatically convert note files in a particular directory while supernote-fuse
command is running.
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
I don’t understand what the fuse cms is for. Can you explain?