-
-
Notifications
You must be signed in to change notification settings - Fork 39
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
Floating window #306
Comments
Hi @JE-Amouel, and thanks. What do you mean exactly by floating window? Clifm is not involved at all with windows: it runs on a terminal which sometimes runs on a window. Be it as it may, window stuff is done by the window manager. Maybe you're talking about panes, like the TUI ones, say Midnight Commander. Maybe related to #303. |
I also have some educational questions, |
Thanks for the clarification @JE-Amouel. Yes, this is a TUI pane. But clifm's main interface isn't TUI, but CLI. Fo better or worse, this is a design decision. I'll keep this in mind however. |
Clifm has no internal protocol to handle images (file previews, more generally), but relies on external applications. However, it can decide which is the more appropriate application (based on file type or file name) pretty well via configuration files (much like Ranger does with its When it comes to opening files, it consults Now, when it comes to file previews (e.g., when you run the If you're talking about file previews with FZF (TAB completion). This is how it works:
You can play around with |
thanks 🙏 |
You're welcome @JE-Amouel! |
one more thing, how did you manage to make fzf display it ui where you what, for tab completion? |
Just passing to fzf the appropriate parameters. Take a look at our code to get an idea of what we're doing. We basically use the |
Did you heard about Lash#Cat9?. |
Hi @JE-Amouel. No, didn't know about this. I'll definitely take a look at it. Thanks for the reference. |
Hi @leo-arch, did you get time enough to check on that? |
Only superficially, but it's interesting. Maybe I can grab some idea from this project. I'll keep it in mind. |
I like your project and i love using as it is, forget about that. thank you for this wonderfull work, which make the live in terminale more productive and friendly 🙏 |
Thank you for your kind words @JE-Amouel! Feedback is always appreciated. |
Hi,
I do love navigation's phylosophy of clifm,however I wonder if we would have feature such as floating window.
Thanks, I love your job.
The text was updated successfully, but these errors were encountered: