Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naaive/orange
Cross-platform local file search engine.
https://github.com/naaive/orange
filesearch filesystem productivity search search-engine tantivy
Last synced: 21 days ago
JSON representation
Cross-platform local file search engine.
- Host: GitHub
- URL: https://github.com/naaive/orange
- Owner: naaive
- License: gpl-3.0
- Created: 2021-12-31T13:46:07.000Z (almost 3 years ago)
- Default Branch: release
- Last Pushed: 2023-10-15T09:49:14.000Z (about 1 year ago)
- Last Synced: 2024-10-01T18:41:17.604Z (about 1 month ago)
- Topics: filesearch, filesystem, productivity, search, search-engine, tantivy
- Language: Rust
- Homepage: https://0-range.github.io
- Size: 44.4 MB
- Stars: 1,574
- Watchers: 18
- Forks: 124
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-tauri - Orange - Cross-platform file search engine that can quickly locate files or folders based on keywords. (Applications / File management)
README
English
|
中文A cross-platform desktop application for searching local files.
[![Download Counts](https://img.shields.io/github/downloads/naaive/orange/total?style=flat)](https://github.com/naaive/orange/releases)
[![Stars Count](https://img.shields.io/github/stars/naaive/orange?style=flat)](https://github.com/naaive/orange/stargazers) [![Forks Count](https://img.shields.io/github/forks/naaive/orange.svg?style=flat)](https://github.com/naaive/orange/network/members)
[![LICENSE](https://img.shields.io/badge/license-gpl-green?style=flat)](https://github.com/naaive/orange/blob/master/LICENSE)[![Windows Support](https://img.shields.io/badge/Windows-0078D6?style=flat&logo=windows&logoColor=white)](https://github.com/naaive/orange/releases)
[![Windows Support](https://img.shields.io/badge/MACOS-adb8c5?style=flat&logo=macos&logoColor=white)](https://github.com/naaive/orange/releases)
[![Linux Support](https://img.shields.io/badge/linux-1793D1?style=flat&logo=linux&logoColor=white)](https://github.com/naaive/orange/releases)## What is Orange?
![Demo](https://s1.ax1x.com/2022/05/20/OO4e61.gif)
Orange is a **file search** desktop application.
## ✨Features
- Fast search response
- Low memory and low cpu usage
- Easy to use, comes with tokenization and auto completion
- Monitor file changes in real time
- Lightweight installation package
- Simple and elegant UI## Build
- Setup Tauri dev environment (https://tauri.studio/docs/getting-started/setting-up-macos)
- Run `yarn`
- Run `yarn build`
- Run `yarn tauri-build`## Download
Go to [release page](https://github.com/naaive/orange/releases).
## Architecture
![arch](doc/img.png)## Thanks
- 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## LICENSE
[GPL](https://github.com/naaive/orange/blob/master/LICENSE)