develop vfs plugin

2018-05-23 Thread Raikol Duergar
i would like to develop a vfs plugin ... but i dont like to do a full scan of archive from the start is there any option to do or call a ls (list function in script) directory by directory? i mean first list show only / with dirs if i click in dir1 call function list dir1

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 <aboro...@vmail.ru>: > On Wed, 23 May 2018 13:07:28 +0200 Raikol Duergar wrote: > > i dont like to do a full scan of archive

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 <aboro...@vmail.ru>: > On Mon, 28 May 2018 15:30:30 +0200 Raikol Duergar wrote: > > i want to make a plugi