yazi/yazi-core
arimu1 2e60b1741b fix(mgr): restore hovered fallback for %s/%d shell-formatting when nothing is selected
The Splatable impl for Mgr used to fall back to the hovered item via
Tab::selected_or_hovered_urls() when the selection was empty, the same
convention used elsewhere (yank, copy, remove, open). PR #4108 rewrote
this into MgrSnap/TabSnap but only ported the plain selected list,
dropping the hovered fallback. This made %s and %d expand to nothing
when hovering a file without an explicit selection.

Restore the fallback in MgrSnap::selected(), which both %s/%S and
%d/%D read from.

Resolves #4132
2026-07-20 07:29:53 +07:00
..
src fix(mgr): restore hovered fallback for %s/%d shell-formatting when nothing is selected 2026-07-20 07:29:53 +07:00
Cargo.toml refactor: switch to ratatui-core (#4050) 2026-06-18 16:23:26 +08:00
README.md docs: document the applicability of all yazi-* crates (#3345) 2025-11-20 09:00:01 +08:00

yazi-core

This crate is part of Yazi, and it is not supposed to be used outside, as there are no guarantees about the stability of its API.