3 Open Issues Need Help Last updated: Jul 23, 2025

Open Issues Need Help

View All on GitHub
Developer Tools Command Line Tools
Readme about 1 month ago

AI Summary: Write a comprehensive README file for the WinUnix project, detailing its functionality, usage instructions, and any other relevant information for users.

Complexity: 3/5
enhancement help wanted good first issue

Unix command for Windows

C++
Developer Tools Command Line Tools
Auto Correct about 1 month ago

AI Summary: Implement an auto-correction feature for a Windows-based Unix-like terminal. This involves suggesting the closest valid command when an incorrect command is entered, potentially using tab completion for suggestions.

Complexity: 4/5
enhancement help wanted good first issue

Unix command for Windows

C++
Developer Tools Command Line Tools
Read Arguments about 1 month ago

AI Summary: Implement a function to parse command-line arguments in a Windows-based Unix-like terminal application. The function should split the input string into an array of words, effectively separating the command from its arguments. The first element of the array (the command itself) can be ignored in subsequent processing.

Complexity: 3/5
enhancement help wanted good first issue

Unix command for Windows

C++