yazi/yazi-fm
greg d6af2ebf80 fix: remove trailing space after input icon and detect dir for create --dir
The icon rendered next to input popups (cd/create/rename/shell) always had
a trailing space baked into its text, making it inconsistent with the
title which has none.

Also, `create --dir` always showed the file icon while typing, since the
icon lookup only distinguished file vs. dir by whether the typed value
ends with a path separator, and the `create` input id didn't carry the
`--dir` flag. Give it its own `create-dir` id so it always resolves to
the directory icon, matching the action it actually performs.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
2026-07-04 21:01:14 +02:00
..
src fix: remove trailing space after input icon and detect dir for create --dir 2026-07-04 21:01:14 +02:00
build.rs fix: get rid of the Cargo curse (#3952) 2026-05-10 00:57:57 +08:00
Cargo.toml perf: switch memory allocator back to jemalloc (#4084) 2026-06-26 22:38:48 +08:00
README.md docs: document the applicability of all yazi-* crates (#3345) 2025-11-20 09:00:01 +08:00

yazi-fm

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.