Description
The interactive terminal search script search_projects.py lists only 18 projects out of the 38+ projects in the repository. We want to update the interactive terminal registry to include all available CLI projects.
Proposed Solution
- Browse the
games/, math/, and utilities/ directories to identify projects not listed in the PROJECTS array inside search_projects.py.
- Add objects matching the schema (name, emoji, category, difficulty, description, keywords, path) for these missing projects to the registry array.
- Test that running
python search_projects.py successfully shows the newly added projects and launches them without errors.
Description
The interactive terminal search script
search_projects.pylists only 18 projects out of the 38+ projects in the repository. We want to update the interactive terminal registry to include all available CLI projects.Proposed Solution
games/,math/, andutilities/directories to identify projects not listed in thePROJECTSarray insidesearch_projects.py.python search_projects.pysuccessfully shows the newly added projects and launches them without errors.