Skip to content

Built a Linux compatible File Explorer with both Normal and Command modes. Commands implemented are copy, move, rename, create file(or Directory), delete file(or Directory recursively using DFS), goto, search (recursively using DFS)

Notifications You must be signed in to change notification settings

Danialkafeel/LinuxFileExplorer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Built a Linux compatible File Explorer with both Normal and Command modes. Commands implemented are copy, move, rename, create file(or Directory), delete file(or Directory recursively using DFS), goto, search (recursively using DFS)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages