https://github.com/appcypher/prompt-bar
https://github.com/appcypher/prompt-bar
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/appcypher/prompt-bar
- Owner: appcypher
- License: apache-2.0
- Created: 2024-08-05T19:15:01.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T21:57:06.000Z (almost 2 years ago)
- Last Synced: 2025-03-05T15:03:24.164Z (over 1 year ago)
- Language: Rust
- Size: 579 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Prompt Bar
A simple RayCast-like Tauri application
> [!NOTE]
> This project showcases how to use [`Tauri`](https://tauri.app) to create a spotlight-like application for macOS.
>
> This project is meant for educational purposes only.
##
## Outline
- [Build](#build)
- [Acknowledgements](#acknowledgements)
- [License](#license)
## Build
### Clone the repository
```sh
git clone https://github.com/appcypher/prompt-bar.git
```
### Build the UI
```sh
cd client
```
```sh
pnpm install
```
### Start the UI
```sh
cd ..
```
```sh
cargo tauri dev
```
## Acknowledgements
This project inspired by [tauri-macos-spotlight-example](https://github.com/ahkohd/tauri-macos-spotlight-example) and uses [tauri-nspanel](https://github.com/ahkohd/tauri-nspanel) plugin.
## License
This project is licensed under the [Apache License 2.0](./LICENSE), or [http://www.apache.org/licenses/LICENSE-2.0][apache].