From b68bd9ffc806b0712c05b4ed9150889befa0862b Mon Sep 17 00:00:00 2001 From: Abdellah El Morabit Date: Tue, 25 Feb 2025 18:25:58 +0100 Subject: Update README.md --- README.md | 41 ----------------------------------------- 1 file changed, 41 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2316851..f347144 100644 --- a/README.md +++ b/README.md @@ -62,44 +62,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). 😊 -- cgit v1.2.3-70-g09d2 From dc86f2ad8291cd05b3061aca2c86c98494dd3c86 Mon Sep 17 00:00:00 2001 From: Abdellah El Morabit Date: Tue, 25 Feb 2025 18:26:29 +0100 Subject: Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index f347144..eef0fc5 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3-70-g09d2