Overview:
Buzee is a full-text search application designed to help users effortlessly find their files on Mac and Windows systems. It offers features such as fast search capabilities, OCR functionality, a scratch pad for notes, and supports various file types for searching.
Features:
- Fast, full-text search: Search through documents, images, audio, video, folders, and browser history.
- Ignore specific files or folders: Exclude certain items from being indexed.
- Global shortcut: Easily access the app by pressing ⎇ / Alt + Space.
Installation:
To install Buzee, follow these steps:
- Clone the repository.
- Install Rust and NodeJS.
- Run
npm install
in the root directory. - Run
cargo install
in the src-tauri directory. - Run
npm run tauri dev
to run the app in development mode. - Run
npm run tauri build
to build the app for production.
Summary:
Buzee is a comprehensive search application that provides users with efficient tools to locate their files on Mac and Windows systems. With features like fast search capabilities, OCR functionality, and a scratch pad for notes, Buzee aims to streamline the file-finding process for its users. The installation process involves cloning the repository, installing necessary dependencies, and running the app in development or production mode.