Open Issues Need Help
View All on GitHub Operating Systems • Shell/Command Line
Auto-Correction about 1 month ago
AI Summary: Implement an auto-correction and tab completion feature for the WinUnx shell. This involves analyzing user input, comparing it against a list of valid commands, suggesting the closest match if incorrect, and providing tab-based autocompletion for commands and arguments.
Complexity:
4/5
enhancement help wanted good first issue up-for-grabs
Operating Systems • Shell/Command Line
Args parsing about 1 month ago
AI Summary: Implement an argument parsing system for a Unix-like shell on Windows. The system should take a string of commands and arguments, split it into an array of strings, and then allow access to individual arguments (excluding the first, which is the command itself).
Complexity:
3/5
enhancement help wanted good first issue up-for-grabs