good-first-issues
good-first-issues copied to clipboard
Find good first issues right from your CLI! π
Create a code of conduct file.....assign me this issue and i will make a pr for this issue .
GitHub allows fetching `first: 100` or `last:100` items from the GraphQL API. With that the CLI is also fetching data from the first 100 repos in an organization. Add pagination...
When the terminal window is of minimal length, the table gets jumbled up. Sometimes it's due to the long length of title on GitHub issues. Can it be solved by...
When I run the given command in the terminal I get an error (see image) Am I doing something wrong?
That is an excellent readme file. I have replaced a sentence that is better organized. Thanks, dev.
Description: Currently, the CLI tool lists all "good first issues" without allowing users to filter by programming language or keywords. This makes it harder for contributors to quickly find issues...
1. Purpose of the change At the moment, the CLI tool shows all βgood first issuesβ without providing filters for language or topic. This limitation makes it difficult for contributors...
Updated README.md to improve formatting and add installation verification instructions.
This PR fixes the terminal display of GitHub issues in the CLI: - Wraps long issue titles across multiple lines to prevent table breakage. - Dynamically adjusts to terminal width...
## Summary This PR addresses issue #15 by implementing smart table line-breaking utilities to improve CLI table display in narrow terminals. ## Changes Made ### 1. **Added Text Wrapping Utilities**...