A tool to slice single file playlist into multiple tracks
Go to file
2024-03-01 14:47:42 +01:00
.vscode adding file select 2024-02-18 19:51:53 +01:00
src the app is working but unsafe af 2024-03-01 14:47:42 +01:00
src-tauri the app is working but unsafe af 2024-03-01 14:47:42 +01:00
third-party/ffmpeg the app is working but unsafe af 2024-03-01 14:47:42 +01:00
.gitignore adding file select 2024-02-18 19:51:53 +01:00
README.md updated README 2024-02-19 16:35:52 +01:00

Rust Slicer

The rust slicer is a rust app powered by the tauri framework. It is currently really WIP so use it at your own risk.

How to build

  1. Install Rust using rustup

  2. Install Tauri

  3. Clone the repo

    git clone "https://github.com/ayabusa/Rusty-slicer.git"

    cd Rusty-slicer

  4. Build using cargo tauri dev