Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 551 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 551 Bytes

LinuxFileExplorer

Prerequisites

  • System with g++ compiler installed sudo apt-get install g++

Installation

  • g++ main.cpp -o main
  • ./main

Working

  • Terminal should be in full screen mode.
  • Two modes in the project.
    • Normal Mode. (Default)
    • Command Mode.
  • The root of the application is the directory where the application was started.
  • When pressed Enter on a directory, it'll get open, and the file is opened in its default application.
  • All the executable commands are listed at the bottom of the terminal.