Console Explorer is a C# application made in Visual Studio. It's sole purpose is to navigate and manage your file system with its basic built-in Command-Line interface.
CE has a-lot of built-in commands: current,change,create,copy,clear,delete,echo,exit,export,help,list,move,edit,view,run,math.
With those commands, you can freely navigate and manage your File-System with ease. CE also has other features like:
Live logging where you can see if the command you entered is valid or not.
History Persistence so you can see all the commands you entered and shuffle between them using up and down arrow keys.
It also has environmental variable expansion, so you can export and use your variables in any command with ease.
It has Brace Matching and Recursive Copying. Which would help improve the CLI and FS management.
it has its own Text Editor, Directory View and Image Viewer, so you can edit text files, View current directory in real time and view images instantly while using Console Explorer.
Finally it has its own interpreter and Arithmetic handler with math command, right now its just basic: input/output and variable decleration with .csc scripts.
Setting Up Console Explorer is relatively simple. Just go over to the Releases and download the latest Release.
This Application is under GNU General Public License v3, see the LICENSE.txt for more information.
