Re: develop vfs plugin

2018-05-28 Thread Raikol Duergar
the problem is that extfs helpers need full ls -lR from start, it is possible to get directory by directory? 2018-05-24 13:55 GMT+02:00 Andrew Borodin : > On Wed, 23 May 2018 13:07:28 +0200 Raikol Duergar wrote: > > i dont like to do a full scan of archive from the start

Re: develop vfs plugin

2018-05-28 Thread Andrew Borodin
On Mon, 28 May 2018 13:42:33 +0200 Raikol Duergar wrote: > the problem is that extfs helpers need full ls -lR from start, Yes. This mean that you read an archive one time only. Otherwise, if you want walk through archive directories, you have to read archive again and again. If archive doesn't

Re: develop vfs plugin

2018-05-28 Thread Raikol Duergar
sorry, i thought i have written to all. I will look to implement through fish ... i think it is one by one command as i want. 2018-05-28 15:53 GMT+02:00 Andrew Borodin : > On Mon, 28 May 2018 15:30:30 +0200 Raikol Duergar wrote: > > i want to make a plugin that goes one by