A modern and functional file manager built using Java and JavaFX. Designed to mirror the behavior and features of standard Linux file managers, this app offers smooth navigation, intuitive UI, and essential file handling capabilities.
- Navigate directories with ease
- Perform standard file operations:
- Create
- Rename
- Delete
- Move
- Copy
- Works seamlessly with keyboard shortcuts and context menus
- Small icons
- Medium icons
- Large icons
- Tile view for more detailed display of file metadata
- Easily move files/folders using drag-and-drop between directories
- Built using JavaFX
- Simple, responsive design
- Icons and layouts adapt based on selected view
- Java
- JavaFX (UI toolkit)
- Java NIO / IO (for file operations)
(To be added soon)
- Clone the repository:
git clone https://github.com/YourUsername/FileManagerApp.git cd FileManagerApp