File Manager Integration #182
Replies: 1 comment 1 reply
|
First off, thank you so much for the kind words! Hearing that the project is working perfectly and making cloud storage easier for you is incredibly meaningful to me. To answer your questions, it helps to give a quick overview of how RClone Manager is built. The app runs on the Tauri framework, which acts as the bridge between web tech and the desktop. The UI is built with Angular (heavily customized with SCSS to mimic a native Gnome application). The frontend purely handles fetching data, shaping it for a friendly UX, and displaying it. The core logic lives in the Rust backend. When the app starts, it spins up an With that context, here are the answers to your questions: 1 & 2. Is it possible to integrate into a Rust-based file manager, and how difficult would it be? The difficulty really depends on the scope of the integration. Are we talking about simple context menu additions (like right-clicking inside Gnome Nautilus or Windows Explorer), or a deeply embedded native view inside a project like Cosmic Files? The closer it needs to be to a native file system experience, the more complex it gets. 3. Do I have any interest in this kind of project? That said, I truly love open-source work. If time permits in the future, I actually would love to separate the file manager component of this app into its own standalone launcher, perhaps something named "RClone Browser." So the interest is absolutely there, it just depends on my available free time going forward! |
Uh oh!
There was an error while loading. Please reload this page.
Rclone Manager has proven itself to be such a useful project. The program autostarts and immediately after 4 cloud storage accounts are mounted. No fuss, no hassle, everything just works. It's difficult to imagine a time before I had such easy access to my cloud storage!
I am a technology enthusiast with just a bit of coding experience. I switched to Linux in 2018. I've always been interested in file management and the different file managers and a project called Polo always stood out to me.
Polo describes itself as:
Polo is no longer in active development and it was written in Vala so I am not suggesting any kind of integration with it. However there are two other file manager projects that are written fully in Rust and are under active development: one is SpaceDrive and the other is Cosmic Files.
I didn't realize how important a mounted cloud storage drive was until I had one that I could use consistently. A Rust-based file manager that is capable of logging in all of a user's online cloud storage accounts would dramatically increase Linux adoption rates.
I do not have a full understanding of the time and/or work involved in integrated a project like rclone-manager into a file-manager and I do not have coding skills to help make this possible. However I am very good with connecting individuals and organizations to accomplish shared goals.
The questions I have are:
Depending on your answers and the needs of this project I would be willing to invest time and effort into helping make this possible.
Thanks for having such a great project!
All reactions