A command Line interface Xplorer or you can say a Command Line Inerface file explorer.
Clone the project
$ git clone https://github.com/ankush1233/CLIX.git
Go to the project directory
$ cd CLIX
Build the Code: Use mingw32-make to compile the code. Run the following command in your terminal:
$ mingw32-make all
Navigate to build directory
$ cd build
Run the CLIX File Explorer in git bash
$ ./myprogram.exe
Run the CLIX in command prompt
$ .\myprogram
Command: back Description: Move to the parent directory.
Command: nd Description: Display the current working directory.
Command: exit Description: Exit the program.
Command: clear Description: Clear the console screen.
Command: scandir Description: Scan and display the contents of the current directory.
Command: driveconfig Description: Display information about the available drives.
Command: mvt Description: Move to the specified directory. Example: mvt C:\Example\Directory
Command: mkfile Description: Create a new file in the current directory. Example: mkfile NewFile.txt
Command: find Description: Search for a file in the current directory and its subdirectories. Example: find Example.txt
Command: setdrive Description: Set the current drive. Example: setdrive D:
copy/paste (CopyFiles): Command: copy
Command: ef Description: Delete a file in the current directory. Example: ef OldFile.txt
ed (EraseDirectory): Command: ed Description: Delete a directory and its contents. Example: ed OldDirectory
readdir: Command: readdir Description: Read and display the contents of the current directory.
Invalid Command: Description: Displayed when the entered command is not recognized.