-
-
Notifications
You must be signed in to change notification settings - Fork 49
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
Show additional info like ownership, size, etc., on each line #264
Comments
Unfortunately, fern doesn't support such a feature (at least for now). |
Getting the info itself shouldn't be hard, just requires some system calls (though it might be difficult to make it work on linux/mac/windows at the same time). How hard do you estimate it to be to actually add stuff to functions drawing each line? Where should I look? |
Depends on the design but I'm sure that I'll reject it if the feature would affect the performance. Thus, I'm wondering about providing the feature as a plugin but the current fern itself does not provide enough mech to implement such a plugin (I guess while I haven't designed that feature yet.) Mean that I think I need to design an entire mech to allow such a plugin first. |
Yeah if we could somehow get a function call that would occur per line that would pass in the filename it could be implemented as a plugin outside of fern proper. I would be in favor of that if its doable... |
Thanks for your suggestion but "but it relies on an external bash script + C program" is not acceptable in fern.vim. I'm sorry for that. |
How doable would it be to add an option to toggle other information on a per line basis, like ranger or dired:
The text was updated successfully, but these errors were encountered: