You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Please describe the problem you're trying to solve
Currently, I'm a vifm user. vifm provides a so-called "tree view" mode, which expands all subdirectories in the current directory:
This allows users to quickly filter, select, and move certain files in complex directory hierarchies.
For example, sometimes you might want to move all images or videos from all subdirectories to a common directory or simply rename them conveniently without traversing all the directories individually.
I'm currently unaware of anything in yazi that allows me to replicate this feature / workflow and I think it would be an amazing addition to your already amazing file manager.
Would you be willing to contribute this feature?
Yes, I'll give it a shot
Describe the solution you'd like
A feature that gives me the option to expand all subdirectories in the current directory would allow me to work more efficiently on large or complex directory hierarchies.
Example: Tree view filtered for files that end in .nix$ (would allow me to move, rename, edit these files simultaneously)
Implementation of the feature could be solved as a "virtual overlay view" that can be toggled, just like in vifm.
Hi, I plan to implement a "tree-view" for Yazi in the future, and it will be similar to the dual-pane.yazi (an impl of vifm's dual-pane) as a separate plugin, the current plugin API is enough to support it, just haven't had the time to work on it yet.
Closing as already tracked in yazi-rs/plugins#9 as the tree.yazi plugin
yazi --debug
outputPlease describe the problem you're trying to solve
Currently, I'm a
vifm
user.vifm
provides a so-called "tree view" mode, which expands all subdirectories in the current directory:This allows users to quickly filter, select, and move certain files in complex directory hierarchies.
For example, sometimes you might want to move all images or videos from all subdirectories to a common directory or simply rename them conveniently without traversing all the directories individually.
I'm currently unaware of anything in
yazi
that allows me to replicate this feature / workflow and I think it would be an amazing addition to your already amazing file manager.Would you be willing to contribute this feature?
Describe the solution you'd like
A feature that gives me the option to expand all subdirectories in the current directory would allow me to work more efficiently on large or complex directory hierarchies.
Example: Tree view filtered for files that end in
.nix$
(would allow me to move, rename, edit these files simultaneously)Implementation of the feature could be solved as a "virtual overlay view" that can be toggled, just like in
vifm
.Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: