Audience
Terminal-first developers and Linux power users who need a fast, keyboard-driven file manager with previews, search, bulk operations, and async task handling
About Yazi
Yazi is a blazing-fast terminal file manager written in Rust, based on async I/O. All I/O operations are asynchronous, while CPU tasks are spread across multiple threads to make the most of available resources. Its task system provides powerful async task scheduling and management, with real-time progress updates, task cancellation, and internal task priority assignment. Built for users who live in the terminal, Yazi combines speed with a modern file-management workflow: scrollable previews for various file types, visual mode for bulk selection and bulk rename, Vim-like input and select components, multi-tab collaboration, and fast navigation through tools like fzf and zoxide. Users can select multiple files individually, perform copy, cut, and other operations, and let the task system schedule the work while keeping progress visible. Incremental find shows matches in real time, including the current position and total number of matches.