Useful links
BeXCool Web
·
Report Bug
·
Request Feature
Table of Contents
We are trying to make easy file explorer with good functionality that you'll be able to use it as your main file explorer application. Our File Explorer has good looking console UI - with colors and good text design.
Of course there are better file explorers, but at least you can get some inspiration from our code or you might like console applications.
In our FileExplorer you can do these things:
- Open directory
- Create directory
- Copy directory (coming soon)
- Delete directory
- Open file
- Create file
- Copy file
- Delete file
- Cut directory or file
- Rename directory or file
- Encrypt or decrypt text file
- Run file
- Show file or directory properties
Get a version from https://github.com/bexcool/FileExplorer/releases
You can use this application as your default file browser! It is fully functional (We need to add copying directories - for now, you can just create new directory with same name and copy files there) file explorer. It works like your normal file explorer - explore files, create files, read files, encrypt files, run apps and more!
If you're trying to copy file or directory, you need to type new location with file name (this is same for cut): Copy files:
Copy file: D:/myDir/copiedFile.txt
Copy file to file URL: D:/myDirectory2/copiedFile.txt
Cut directories or files (we are showing directory):
Cut directory or file: D:/myDir/dirToCpy
Cut to new URL: D:/myDirectory2/dirToCpy
Distributed under the APACHE 2.0 License. See LICENSE.md
for more information.
Petr Pavlík - [email protected]
Project Link: https://github.com/bexcool/FileExplorer