Windows Explorer always bothered me. No tree view for navigating deep folder structures, and opening a terminal in the current directory required too many steps. I built a replacement that fixed both.
This was my first real C# and .NET project - I had just learned the basics and wanted something I’d actually use as the output.
Features
- Tree view that shows the full folder hierarchy at a glance
- Integrated terminal that opens in the current directory
- Standard file operations
What I learnt
- Filesystem APIs in .NET
- Building desktop UIs with WPF and XAML
- How Windows handles file system events and directory traversal
P.S. I was learning C# as I built this, so the code is rough - but it works.
Built with
- C# .NET
- WPF / XAML