node-directory-tree icon indicating copy to clipboard operation
node-directory-tree copied to clipboard

Feature request: Add a reverse tree option

Open yhojann-cl opened this issue 1 year ago • 0 comments

By example, for /abc/def/ghi says:

abc
├── def
│   ├── ghi
│   └── def-abc
│       └── foo.jpg
├── abc-abc
└── abc-def

See:

  • Show from the root directory.
  • Show files and folders of the parent folders, but not recursive.
  • Show only files and folders of the current requested path without recursivity.

The idea:

When open a folder show the content of this folder only and parents, like as the file explorer, when user request /abc/def/ghi path need show all parent paths and files and folders for current path:

img

The current mode only show all files and folders from specific path from current left to infinite right, the proposal is from current right to infinite left.

yhojann-cl avatar Jun 30 '24 21:06 yhojann-cl