Skip to content

Commit

Permalink
Merge pull request #3 from vanzylv/docs
Browse files Browse the repository at this point in the history
docs: Update README
  • Loading branch information
vanzylv authored Nov 27, 2023
2 parents 3a166ea + d4e5346 commit 1bcdf74
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 11 deletions.
49 changes: 38 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,43 @@
TO DO
- Action button tooltips
- No Results message
- GHA, create release
- About (Libs, etc)
- Windows directory bug
- Windows command window

Later perhaps
- Overlay Preview
![](./src-tauri/icons/32x32.png) YouTube Downloader with Tauri
=============================
A simple YouTube downloader using :
[Tauri](https://tauri.app/), [Mantine](https://mantine.dev/) and [ytdl-core](https://github.com/Mithronn/rusty_ytdl)

This is a work in progress, so expect bugs and missing features. This has mostly been an attempt to learn Rust and Tauri.

**Local Development**

Follow [these instructions](https://tauri.app/v1/guides/getting-started/prerequisites) if you don't have Rust installed.

1.Cone the repo.
```bash
git clone https://github.com/vanzylv/yt-downloader-tauri
```

2.Install dependencies.
```bash
cd yt-downloader-tauri
npm install
```

3.Start the app in development mode.
```bash
npm run tauri dev
```

Demo
----
![](./demo.gif)





Future Features (PRs are welcome)
- Preview
- History
- Search History
- Result grid setting
- Tests
- Auto update
- Settings Num results
- Proper React / Rust error handling
Binary file added demo.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1bcdf74

Please sign in to comment.