Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature request: Add a reverse tree option #129

Open
yhojann-cl opened this issue Jun 30, 2024 · 0 comments
Open

Feature request: Add a reverse tree option #129

yhojann-cl opened this issue Jun 30, 2024 · 0 comments

Comments

@yhojann-cl
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant