FileScope is a desktop application that quickly searches for videos, images, sounds, and compressed files within a selected directory. It uses multithreading for fast search operations and features an intuitive interface built with Slint, powered by Rust.
- Search for Specific File Types: Search for images, videos, sounds, and compressed files within any selected directory..
- Multithreaded Search:: Utilizes multiple threads for fast and efficient file searching.
- User-Friendly Interface:: Allows easy navigation through directories and file results.
- Backend: Rust
- Frontend: Slint
This project uses the following dependencies:
[dependencies]
rayon = "1.10.0"
rfd = "0.15.2"
slint = "1.9.2"
walkdir = "2.5.0"
winresource = "0.1.19"
[build-dependencies]
slint-build = "1.9.2"
winresource = "0.1.19"- Clone the repository:
git clone https://github.com/Silen1t/FileScope- Navigate to the project directory:
cd FileScope- Build the project:
cargo build- Run the application:
cargo runTo test the compiled executable application:
- Build the project in release mode:
cargo build --release- Navigate to the target/release directory:
cd target/release- Run the executable file:
FileScope.exeThis project is currently maintained by a single developer and is not open for external contributions. However, feel free to explore the code, use it for learning, and share feedback or suggestions by opening an issue.
This project is licensed under the CC0 1.0 License. See the LICENSE file for details.
