os-js / osjs-filemanager-application

OS.js File Manager Application

Home Page:https://manual.os-js.org/v3/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Be better

MortezaBiabani opened this issue · comments

commented

Hi,

If the following are taken into account, the file manager will be more useful:

1: Group by (type, .... ) and Select all features.

2: Supports multiple tabs.

3: for compression: Seamless work with Zip (as if it was normal folder) feature is not easily accessible. How can we also compress several folders and vice versa?

4: item check boxes.

best,
Morteza

  1. Requires changing the VFS readdir abstraction and reflect this in the UI
  2. Should be pretty easy to implement
  3. If you want archives as folders it will require VFS abstraction so that you can "readdir" on a file as well as context menu options etc in the filemanager
  4. Do you mean for multislect, ref #22 ?
commented

I will review the following cases and let you know. The following seems to be more practical.

Do you mean for multislect, ref #22 ?

Untitled

The following seems to be more practical.

So like #22 then, but with checkboxes.