devdetour / TelegramFUSE

A FUSE filesystem written in Python for reading and writing files to and from Telegram.
304 stars 36 forks source link

Why use libfuse when you can use a normal folder? #1

Closed Spike1377 closed 7 months ago

Spike1377 commented 7 months ago

I saw the video about this project and it seems like libfuse is making it confusing to develop and only works on linux, i dont mind i use linux you should use linux, come to thr linux side of life its better more freedom morr flexibility.

Anyyyway just use a normal folder instad of libfuse, thats what syncthing dose, you give it a folder to keep synced with your computers and it just works. No fake drive mount needed. It just looks a the folder to see if it changed, dosnt need librefuse nice and simpile.

devdetour commented 7 months ago

Hi, I'm not too familiar with syncthing, but my understanding is this is intended to copy your files from a folder to another location - that's similar to what this project does but not quite the same. Thanks for your suggestion, I'll look at doing something with syncthing in the future!

Spike1377 commented 7 months ago

It dosen't need to be like syncthing, I just seid that as an example. Im saying having a sync folder on your desktop or home directory might make it easier for people to use.