Hello all,
I am considering Electron to rewrite an existing Windows/Mac/Linux synchronization app.
One of the features of the app is to show each file’s status (synchronized/unsynchronized) as a small icon overlay in Windows Explorer/OS X Finder and ideally Gnome Nautilus/KDE Dolphin.
You might have seen such icon overlays in apps like Dropbox or TortoiseGit:
How to implement that with Electron? I have not found in the documentation.
If the feature is not available, any hint on the best workaround to implement that separately and have it deployed by Electron?
Thanks a lot!
Nicolas Raoul