feat(wip): search

This commit is contained in:
2025-10-01 22:19:10 -04:00
parent ea1a017aa7
commit 81ef5bac90
9 changed files with 583 additions and 6 deletions

View File

@@ -1,7 +1,12 @@
# shark
# Shark!
Desktop music management application written in Typescript.
## Inspiration
Inspired by [this post on X](https://x.com/tehmondspartan/status/1972011472265118148), and the functionality of Deemix, written from the ground up for Tauri's webwiew without the Node.js dependency. Instead it has much more specific dependencies :)
## Tech Stack
- [Tauri 2](https://v2.tauri.app/start/) (desktop runtime)
@@ -45,8 +50,6 @@ bun run tauri build
bun run check
```
## How It Works
### Architecture
```