A simple GUI text and file diff utility
- Ensure Rust is installed on your system
# On linux
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh- Clone the repo
$ git clone https://github.com/NoSpawnn/fdiff.git- Install dependencies
$ cd fdiff
$ pnpm i- Install tauri-cli
$ cargo install tauri-cli- Build the project
$ cd fdiff
$ cargo tauri build- Ensure Rust is installed on your system
# On linux
$ curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh- Clone the repo
$ git clone https://github.com/NoSpawnn/fdiff.git- Install dependencies
$ cd fdiff
$ pnpm i- Run in development mode
$ pnpm tauri dev- Text diff
- File diff
- User themes/Theme customisation