Using EZA to generate a full, dynamically generated tree with seach capabilities #301
Closed
wytchblade
started this conversation in
Ideas
Replies: 1 comment 1 reply
|
Hi @wytchblade. As far I understand is that you want to a plugin or custom lua module to work like oil.nvim but with But if you want to you create something completely from scratch and want it to be solely dependent on
Still there are lots of other hidden components that you can learn by reading oil.nvim and mini.files code base. Hope that will be helpful! |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello @A7Lavinraj, thank you for your work on developing the fyler plugin! I wanted to reach out because I have been working with EZA quite a bit and was wondering if there is a way to actually print the eza output to a neovim buffer, modify it in a way that can then be saved apropriately so that upon exit, the filesystem preserves the change? What I'm trying to achieve is the best of bnoth wor;ds (eza output, but the ability to modify the filesystem like an oil buffer), any tips on where I should look for working on the implementation?
All reactions