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 ✅
- Go to the root directory of the project
- Type on the terminal
dotnet build - Then
dotnet runor search in theGLFE/bin/Debug/net9.0/the GLFE executable!
- 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.