diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2025-02-25 18:25:58 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-02-25 18:25:58 +0100 |
| commit | b68bd9ffc806b0712c05b4ed9150889befa0862b (patch) | |
| tree | 2a94fa46c511ece4a7b2b3c122428a1f8e41ec74 | |
| parent | 1016d3dbbde6a0ad130f4b0bdb7b7f72c802b4bd (diff) | |
Update README.md
| -rw-r--r-- | README.md | 41 |
1 files changed, 0 insertions, 41 deletions
@@ -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). 😊 |
