A partial Linux-like shell implemented in C that supports directory navigation, file operations, command execution, and sorting of directory entries.
- Displays files and folders in pages
- Navigate directories using index or name
- Run system commands and execute files
- Open and edit files using a terminal editor
- Sort directory entries by name, size, or date
- Differentiates between files and directories
- Input handling for commands and navigation
C, System Calls, File I/O, Directory Handling, Structs, Command Execution