README_cn.md
March 15, 2022 · View on GitHub
English | 中文
跨平台的文件搜索引擎
介绍

Orange是一款跨平台的文件搜索工具。
✨特点
- 使用简单,自带中文分词、拼音、补全
- 毫秒级搜索响应
- 低CPU、内存资源占用
- 实时监听文件变化
- 轻量安装包
- 简单大方UI
编译
- 搭建Tauri开发环境 (https://tauri.studio/docs/getting-started/setting-up-macos)
- 运行
yarn - 运行
yarn build - 运行
yarn tauri-build
下载
点击 release page.
提示
如果你是Macos用户, 安装后, 请执行xattr -cr /Applications/Orange.app 来修复 “Orange” is damaged and can’t be opened. You should move it to the Trash.问题。
架构

感谢
- Tauri https://tauri.studio
- Notify https://github.com/notify-rs/notify
- React https://github.com/facebook/react
- Tantivy https://github.com/quickwit-oss/tantivy
- Kv https://github.com/zshipko/rust-kv