sxyazi / yazi

💥 Blazing fast terminal file manager written in Rust, based on async I/O.
https://yazi-rs.github.io
MIT License
11.43k stars 266 forks source link

feat: add `--hovered` option to the `rename` and `remove` commands #1227

Closed hankertrix closed 3 days ago

hankertrix commented 3 days ago

This allows users to only rename or remove the currently hovered file.

Fixes #1226

sxyazi commented 3 days ago

Thanks!

Could you also add it to the docs please?