diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 43 |
1 files changed, 0 insertions, 43 deletions
@@ -1,5 +1,3 @@ -Hereβs a README file for your C shell project that explains the purpose, features, installation, usage, and contribution guidelines: - π Custom C Shell A simple Unix-like shell implemented in C with basic file system operations, directory management, and file manipulation commands. @@ -62,44 +60,3 @@ $ cd [directory] # Change the working directory $ clr # Clear the terminal $ echo [message] # Display a message $ exit # Exit the shell - -π File Structure - -/project-root -β -βββ main.c # Main shell implementation in C -βββ README.md # Project documentation (this file) -βββ Makefile # (Optional) For easy building -βββ /docs # (Optional) Additional documentation - -π Known Issues - β’ The rmdir implementation currently lacks full recursion for nested directories. - β’ mv command implementation recreates the file instead of renaming it (should use rename() for efficiency). - β’ Limited error handling for edge cases in file operations. - β’ Only single argument handling for most commands (multi-word arguments may fail). - -π‘ Possible Improvements - β’ π Improve the move_files() function using rename() instead of delete-create flow. - β’ π Implement better error handling and user feedback. - β’ π Add support for multiple arguments and relative/absolute path processing. - β’ π Implement a command history feature. - β’ π Add multi-threading for non-blocking commands. - -π€ Contributing - 1. Fork the repository. - 2. Create your feature branch: git checkout -b feature/my-new-feature. - 3. Commit your changes: git commit -am 'Add some feature'. - 4. Push to the branch: git push origin feature/my-new-feature. - 5. Submit a pull request. - -β Author - β’ Name: Abdellah El Morabit - β’ GitHub: nasrlol - β’ Language: C - β’ Focus: Low-level programming, system calls, file handling. - -β License - -This project is licensed under the MIT License - see the LICENSE file for details. - -Let me know if you want extra details (like examples or troubleshooting). π |
