mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
Merge branch 'sxyazi:main' into main
This commit is contained in:
commit
9c7538d10f
2 changed files with 6 additions and 1 deletions
|
|
@ -104,6 +104,11 @@ That's relying on the `$TERM`, `$TERM_PROGRAM`, and `$XDG_SESSION_TYPE` variable
|
|||
For instance, if your terminal is Alacritty, which doesn't support displaying images itself, but you are running on an X11/Wayland environment,
|
||||
it will automatically use the "Window system protocol" to display images -- this requires you to have [Überzug++](https://github.com/jstkdng/ueberzugpp) installed.
|
||||
|
||||
## Discussion
|
||||
|
||||
- Discord Server (English mainly): https://discord.gg/qfADduSdJu
|
||||
- Telegram Group (Chinese mainly): https://t.me/yazi_rs
|
||||
|
||||
## TODO
|
||||
|
||||
- [x] Add example config for general usage, currently please see my [another repo](https://github.com/sxyazi/dotfiles/tree/main/yazi) instead
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@ mod kitty;
|
|||
mod sixel;
|
||||
mod ueberzug;
|
||||
|
||||
pub use adaptor::*;
|
||||
pub use crate::adaptor::*;
|
||||
pub use crate::image::*;
|
||||
pub(self) use iterm2::*;
|
||||
pub(self) use kitty::*;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue