/file-explorer

A terminal based file manager application that works on linux ubuntu os

Primary LanguageC++

file explorer

A terminal based file explorer application that works on linux ubuntu os

installation

To install, clone the repository to your preferred location on your machine.
https://github.com/ananthu-16/file-explorer.git
Next cd to the directory of the project
$ cd file-explorer
Next run the makefile to produce output file
$ make
Next run the output file
$ ./main

how to use

Use 'w' or 's' to navigate through the content displayed
Press enter to display file properties(if it is file) or go to child directory(if it is directory)
Press backspace to go to parent directory
Use '>' to rename the selected file/directory
Use 'd' to delete selected file/directory
Use 'c' to create a directory
Use 'f' to create a file
Use 'q' to quit file explorer