appcypher / prompt-bar

Repository from Github https://github.comappcypher/prompt-barRepository from Github https://github.comappcypher/prompt-bar

Prompt Bar

A simple RayCast-like Tauri application

Note

This project showcases how to use Tauri to create a spotlight-like application for macOS.

This project is meant for educational purposes only.

Outline

Build

Clone the repository

git clone https://github.com/appcypher/prompt-bar.git

Build the UI

cd client
pnpm install

Start the UI

cd ..
cargo tauri dev

Acknowledgements

This project inspired by tauri-macos-spotlight-example and uses tauri-nspanel plugin.

License

This project is licensed under the Apache License 2.0, or [http://www.apache.org/licenses/LICENSE-2.0][apache].

About

License:Apache License 2.0


Languages

Language:Rust 75.2%Language:TypeScript 15.5%Language:CSS 6.0%Language:HTML 3.3%