It's an app that lets you navigate your computer's file system...and that's pretty much it for now. You can't interact with files in any meaningful way.
This was just a quick app meant to help me get familiar with Tauri so I'm not going to bother linking any precompiled binaries but you can compile it yourself in a few quick steps.
-
First you're going to need some kind of node package manager (npm, yarn, pnpm, etc.). I'm guessing this step is already done for most people looking at this page.
-
In order to compile the app you're going to need to install Rust. Just follow the instructions here.
-
Clone the repo. Just run
git clone https://github.com/RBird111/explorer -
Install dependencies.
cd explorer
npm install- Run it.
- Developer mode:
npm tauri dev- Production build:
npm tauri build
./src-tauri/target/release/file-view