Skip to content

RickyDane/rdpFX

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rdpFX

Buy Me a Coffee at ko-fi.com

A simple file explorer that was born because I wanted to learn the Rust language.
It is operating system independent and trimmed for optimization.



The performance is provided by "rust_search" and "Tauri".

rdpFX does not use path caching to access files and folders, so the performance is purely achieved by Rust, the speed of the disk and the power of the cpu.

⁉️ Keep in mind that this software is still work in progress and will contain bugs!

Basic features

  • Navigate through directories as you know it
  • Copy & Paste, delete, create and rename files and folders
  • Switch between "big buttons"-, list and miller columns mode
  • Close popups with esc
  • Ctrl / Cmd + F for a quicksearch in the current directory
  • Jump to a directory with Ctrl / Cmd + G by inputting a path
  • Sort items in list mode by size, name or last modified

Advanced features

  • Compress files and folders
    • zip
  • Unpack archives automatically into a new folder in the working directory
    • rar
    • zip
    • 7zip
    • tar (.gz, .bz2)
  • Navigate to a directory using the shortcut LAlt + 1 / 2 / 3 | (macOS option + 1 / 2 / 3)
    • Configure the paths yourself in the settings
  • Create file with F6
  • Create folder with F7
  • Dual-Pane view
    • Search for files with F8
    • Copy current selected element to other pane with F5
    • Move current selected element to other pane with LShift + F5
  • Drag and drop files into the explorer to copy them into the current directory
  • Multi rename your selection with Ctrl / Cmd + LShift + M
    • Run multi rename with Ctrl / Cmd + Return

Language Support

  • English
    • Option to choose between languages coming soon ...

⚠️ Known issues:

  • Drag and drop out of the window is currently not working on linux
  • On windows you may have to install Microsoft Visual C++ Redistributable
  • Permissions on ms-windows are a little bit strange
    • You may have to run the program as administrator if you encounter problems to copy elements or something similar
  • Tabs are not fully worked out yet

📝 Todos:

  • Themes
  • FTP-Integration (Access network storage)
  • Drag to select
  • Multiple languages
  • Favorites
  • Access online storage

Star History

Star History Chart



Speed comparison

2023-08-27-08-14-02