Replies: 2 comments 1 reply
-
I'd like to have something like the first preview gif at https://github.com/jarun/nnn with 0 config(although nnn requires configuration for that too). Ig everyone would like to have a file manager like that with 0 config, yet there's no project that wants to do this. This is the problem with most cli projects where users are bombarded with philosophy : ( |
Beta Was this translation helpful? Give feedback.
-
Here are my thoughts on this topic. Regarding image previews: Image previews are great in terms of user experience. No argument there. However, I think the fundamental problem here is there is no standard way of displaying images on the terminal. So its not so much that these file managers don't want to support image previews, they're just really hard to get right and get it to work for everyone. The only current solution (that I know of and while maintaining customizability and flexibility) is to have a script file that tries its best to adhere to everyone's setup. The development of joshuto's clipboard support was similar. (https://github.com/kamiyaa/joshuto/blob/main/src/commands/file_ops.rs#L117) Regarding the goals of this project: The original main goals of this project was:
I don't think there's any downsides to having multiple file managers to choose from. Cheers! |
Beta Was this translation helpful? Give feedback.
-
* Joshuto
* lf
* ranger
* xplr
* nnn
Is this going to be yet another file manager rewrite in rust? I think the only feature that could set this file manager apart is file previews. If it has good file previews and especially a universal way of previewing images then that'd be great. Should I expect this file manager to have that?
Whenever I bring up this topic of image previews being important, some users just freak out and call it bloat, unnecessary, & useless. I literally get told to go use sxiv or an image viewer for that. They tell me that things can be configured and I should spend some time writing and maintaining configs rather than using a cli file manager with essential features right away. Is it so much fun to just keep configuring things? Or maybe it's just me who doesn't understand the point of creating similar cli file managers in multiple languages. If anyone could explain this to me then I'd appreciate it.
Beta Was this translation helpful? Give feedback.
All reactions