A lightweight app built in C#, inspired by the classic Windows File Explorer.
- Fast navigation between drives and folders
- Browsing and managing files and directories
- Intuitive, minimalistic interface
- Open source and easy to modify
This project is built with .NET 10.
Make sure you have the .NET 10 Runtime installed, otherwise the executable may not run on your system.
git clone https://github.com/ivaannr/File-Explorer.git
cd File-Explorer\FileExplorer
dotnet runDownload the latest compiled version from:
https://github.com/ivaannr/File-Explorer/releases/latest
Then just run the executable.
- Tabs
- Embedded Git client
- Fast file searching
| Shortcut | Action | Notes |
|---|---|---|
| Hold Ctrl + Right Click | Selects the clicked directory without affecting other selections | - |
| Escape | Clears all selections, deselecting every selected item | - |
| Double click (folder) | Opens the clicked folder and navigates into it | - |
| Double click (file) | Opens the clicked file with its default application | - |
