Skip to content

codedbygabriel/GLFE

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GLFE

A Generic Linux File Explorer Written in C#

Objectives
  • Implement List Files/Directories ✅
  • Implement Remove Files/Directories ✅
  • Implement Move To Dir ✅
  • Implement Move Back To Last Dir ✅
  • Implement Move / Rename ✅

Build Instructions

  • Go to the root directory of the project
  • Type on the terminal dotnet build
  • Then dotnet run or search in the GLFE/bin/Debug/net9.0/ the GLFE executable!

Guide on Usage

  • Print Current Dir: [p - print DIR]
  • Change Dir Based on Index / Path: [m - move to]
  • Rename or Move a File / Directory: [r - Move or Rename file / directory ]
  • Go Back To Last Dir: [b - back to last dir]
  • Delete File/Dir: [d - delete file|directory]

Made with ❤️ by Gabriel.

About

A Generic Linux File Explorer Written in C#

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages