Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Proposal: Yazi (Blazing fast terminal file manager written in Rust, based on async I/O) #129

Open
sxyazi opened this issue Nov 7, 2023 · 3 comments

Comments

@sxyazi
Copy link

sxyazi commented Nov 7, 2023

Hi, I've written a terminal file manager, which integrates most of the tools listed in this repository. So I'm posting it here. Is there anyone interested in it?

https://github.com/sxyazi/yazi

yazi.mp4
@slavaGanzin
Copy link

slavaGanzin commented Nov 11, 2023

@sxyazi I'm really grateful to you. Finally I could ditch ranger! Thanks fro you work.

Don't you plan to integrate bat for preview?

@sxyazi
Copy link
Author

sxyazi commented Nov 12, 2023

Thank you @slavaGanzin!

In terms of highlighting, Yazi and bat both use the same highlighter, syntect, so their functionality (including themes) is identical. But Yazi only highlights the necessary parts, making it faster than other FMs that rely on external highlighters. See https://yazi-rs.github.io/blog/why-is-yazi-fast for more details.

I plan to add support for custom previewers in the next version, so if you really want to use bat, you can integrate it yourself, similar to what other FMs do.

@bluethumb
Copy link

bluethumb commented Nov 12, 2023 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants