tmedanovic / PathFinder

Extendable file manager based on Windows explorer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PathFinder

Extendable file manager based on Windows explorer

Please note that this project is in very early stage of development, and it's not nearly ready for everyday use.

If you like the idea, consider contributing :)

It has two view modes for now, but there is option to register custom views from plugin host

Tabbed view: PathFinder tabbed view

Windows view: PathFinder windows view

Features:

  • Multiple view modes, including tabbed and windows view (custom views)
  • Plugin system - it should allow custom toolbars, views, windows, dockable forms (not quite finished yet)
  • Single instance
  • Register as default file manager (code is done, waiting for UI integration)
  • Minimize to taskbar, minimize to tray

Planned in near future:

  • Plugin manager, similar to npp
  • Installation
  • Auto updater

Known limitations:

  • Built for x86 - due to dependency on excelent library GongShell which wraps native win32 interfaces to managed world
  • Works on Windows vista => (Due to dependency on native interface IExplorerBrowser, compatibility for older versions is considered by using IShellView interface, but this is currently not priority)

About

Extendable file manager based on Windows explorer


Languages

Language:C# 100.0%