Hi Arnav, I don't know if you were aware of it, but Krusader has something very similar to your "stash://" protocol. We simulate a "virtual://" protocol[*] which can contain virtual folders containing references to real files and folders. It is persistent by saving/loading all lists to a config file and can be used e.g. for copying/moving temporary files or saving search results.
It would be great if we can get rid of this "Krusader only" solution and replace it with your *real* KIO protocol. Some questions: Is it persistent (between reboots)? And does it support general file URLs (e.g. ftp://localhost/path/to/file.txt) or only local "file://"-files? Cheers and happy coding! Alex [*] https://cgit.kde.org/krusader.git/tree/krusader/FileSystem/virtualfilesystem.h On 26.05.2017 19:25, Arnav Dhamija wrote: > Hi! > > I had made the kio-stash ioslave last year as part of my GSoC 2016 > Project. Now that most of the changes which I wished to make in > Dolphin relevant to the ioslave are part of master, I wish to ship the > ioslave soon. > > The project is now in KDE review and is awaiting feedback. The link > for the same can be found here: > https://phabricator.kde.org/R247:0f4dc333ac8469b36d1b3a1cedd0a6672ac907b8 > > The source of the project can be found here: > https://cgit.kde.org/kio-stash.git/ > > Thanks. >
