三咲雅 · Misaki Masa

Results 106 comments of 三咲雅 · Misaki Masa

Hi, I've now reimplemented zoxide as a plugin in https://github.com/sxyazi/yazi/issues/865, which will allow users to copy it as a template and easily modify the commands inside. That is, you can...

I have considered this approach, but it only allows "prefix matching". If there are multiple filenames in the directory with the same prefix, such as `Cargo.toml` and `Cargo.lock`, users would...

Current autocomplete in Yazi is not just "prefix matching". If we implement the issue's approach would lead to: ``` /go| Cargo.toml Cargo.lock ``` then press ``: ``` /Cargo.toml| > Cargo.toml...

Thank you very much for sharing this code; it works really well. I found there is a little typo, when `orientation == 4`, it should be a vertical flip: ```rust...

It's better for the Nushell wrapper to keep consistent with [the documentation](https://yazi-rs.github.io/docs/quick-start) - use `...` to simplify if-else blocks, add the `rm -p` parameter to permanently delete temporary files instead...

Looks good to me, thanks!

Disclaimer: I have no experience with btrfs. Thank you for the report; I think it makes sense. Yazi has to do more work than `cp`, as it requires semi-real-time reading...

Update: Here are the test results of copying a directory of 13.46 GB to a FAT32 external hard drive using `yazi` and `cp`. I used the following configuration: - Latest...

Hey, I made a PR to fix it, https://github.com/sxyazi/yazi/pull/509, let me know if it works for you!