Phexor is an open-source file explorer.
Its main goal is to achieve a high level of user-friendliness.
The GUI is completely customizable.
Unnecessary features are not activated by default.
A few Shortcuts are available for extra modes.
Ideas can be shared by creating an Issue .
All actions are Logged to identify errors easily.
Personal data like directory or file names are not logged to protect privacy.
Phexor is currently in the Alpha stage due to a remake.
Reasons for the remake:
The old version was not user-friendly enough due to its design.
Please understand that I have limited time to work on Phexor because of school and my search for a mini job, but I try to work on it as much as I can.
If you got any ideas how Phexor can be made more accesable or improved in general, let us know via issues
Scrolling with mouse and keyboard.
Customizable GUI elements.
Simple and intuitive GUI.
Multiple methods for path input.
Shortcuts .
Logging .
Settings for file and folder appearance.
Creating menus for files and folders.
Including community ideas.
Tutorial.
3-mode scrolling.
File images.
Placeholders (P) (Coming back soon)
Activate by pressing P .
Useful for identifying file images.
Activate by clicking or pressing I .
Allows interaction with mouse or keyboard.
Enter paths by pressing Enter .
Undo by clicking or pressing U .
Redo by clicking or pressing R .
Exit path input by pressing ESC .
Directorys (D) (Coming back soon)
Select directories by pressing D .
Files (F) (Coming back soon)
Select files by pressing F .
Up (˄) (Coming back soon)
Down (˅) (Coming back soon)
Scroll down by pressing ˅ .
Logging helps identify bugs or problems by providing detailed logs.
Logs are located at %AppData%\Roaming\Phexor\Logs\.
The number and type of logs can be configured in the settings.
Logs actions related to file and folder exploration.
00:00:00 [MainWindow] : Colorize
00:00:00 [MainWindow] : StartPathSearch
00:00:00 [MainWindow] : DirectoryScrolling
00:00:00 [MainWindow] : FileScrolling
00:00:00 [MainWindow] : OpenSettings
00:00:00 [MainWindow] : OpenDirectory
00:00:00 [MainWindow] : OpenFile
00:00:00 [MainWindow] : Undo
00:00:00 [MainWindow] : Redo
00:00:00 [MainWindow] : OpenFieldPopup
00:00:00 [MainWindow] : CloseFieldPopup
Logs interactions with the settings menu.
00:00:00 [SettingsWindow] : Initialized
00:00:00 [SettingsWindow] : OpenColorSettings
00:00:00 [SettingsWindow] : OpenSymbolSettings
00:00:00 [SettingsWindow] : OpenSizeSettings
00:00:00 [SettingsWindow] : OpenLoggingSettings
00:00:00 [SettingsWindow] : ReturnToExplorer
Logs changes made to scripts or configuration files.
00:00:00 [Settingsfile] : Removed old Logfile
00:00:00 [Settingsfile] : Undo Successful
00:00:00 [Settingsfile] : Redo Successful
00:00:00 [Settingsfile] : OpenFile Successful
00:00:00 [Settingsfile] : OpenDirectory Successful
00:00:00 [Settingsfile] : Path Modified
00:00:00 [Settingsfile] : Search Files
00:00:00 [Settingsfile] : Search Directorys
00:00:00 [Settingsfile] : GetSettings
00:00:00 [Settingsfile] : GetColorSettings
00:00:00 [Settingsfile] : GetSymbolSettings
00:00:00 [Settingsfile] : GetSizeSettings
00:00:00 [Settingsfile] : GetLoggingSettings
00:00:00 [Settingsfile] : SetSettings
00:00:00 [Settingsfile] : SetColorSettings
00:00:00 [Settingsfile] : SetSymbolSettings
00:00:00 [Settingsfile] : SetSizeSettings
00:00:00 [Settingsfile] : SetLoggingSettings
SettingsMenu (Remake in Process)
Settings menu allows customization of various aspects of the application, including:
Colors
Symbols
Logging
Sizes
Change color of different fields
Interactive preview of the look
Allows customizability
Change color of standard buttons
Change color of special buttons
Interactive preview of colors
Allows customizability
Set time until logs get deleted
Set which parts of logs should be saved
Preview of different logs in log types
Change spacing between files and folders
Change size of files and folders
Interactive live preview
Explorer is the main view of Phexor, allowing users to navigate through files and directories efficiently.
Features include:
Directory navigation
File previews
Search functionality
Interactive GUI elements