yazi/yazi-core
nabsei f6e7473db9 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 everywhere else (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

Co-authored-by: Claude <noreply@anthropic.com>
Signed-off-by: nabsei <nsahrane@hotmail.com>
2026-07-17 12:40:02 +02:00
..
src fix(mgr): restore hovered fallback for %s/%d shell-formatting when nothing is selected 2026-07-17 12:40:02 +02: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.