You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-[Install Good First Issues](#install-good-first-issues)
31
-
-[Contents](#contents)
32
-
-[Create GitHub Personal Access Token](#create-github-personal-access-token)
33
-
-[Usage](#usage)
34
-
-[Search for issues](#search-for-issues)
35
-
-[Query all repos in an organization](#query-all-repos-in-an-organization)
36
-
-[Query a single repo in an organization](#query-a-single-repo-in-an-organization)
37
-
-[Query all repos in a user profile](#query-all-repos-in-a-user-profile)
38
-
-[Query a single repo in a user profile.](#query-a-single-repo-in-a-user-profile)
39
-
-[Search for Hacktoberfest approved issues](#search-for-hacktoberfest-approved-issues)
40
-
-[Query all repos with topic `hacktoberfest`](#query-all-repos-with-topic-hacktoberfest)
29
+
-[📦 Installation](#-installation)
30
+
-[🔑 Create GitHub Personal Access Token](#-create-github-personal-access-token)
31
+
-[🚀 Usage](#-usage)
32
+
-[🏢 Query all repos in an organization](#-query-all-repos-in-an-organization)
33
+
-[📦 Query a single repo in an organization](#-query-a-single-repo-in-an-organization)
34
+
-[👨💻 Query all repos in a user profile](#-query-all-repos-in-a-user-profile)
35
+
-[📦 Query a single repo in a user profile.](#-query-a-single-repo-in-a-user-profile)
36
+
-[🐙 Query all repos with topic `hacktoberfest`](#-query-all-repos-with-topic-hacktoberfest)
41
37
-[Query all repos with topic 'hacktoberfest' in an organization or in a user profile](#query-all-repos-with-topic-hacktoberfest-in-an-organization-or-in-a-user-profile)
-[Viewing issues on browser](#viewing-issues-on-browser)
44
-
-[Contributing](#contributing)
38
+
-[📏 Search for issues within a certain period](#-search-for-issues-within-a-certain-period)
39
+
-[⚖️ Limit output](#️-limit-output)
40
+
-[🌐 View issues on browser](#-view-issues-on-browser)
41
+
-[👀 Show the CLI version](#-show-the-cli-version)
42
+
-[🔨 Contributing](#-contributing)
45
43
46
-
### Create GitHub Personal Access Token
44
+
### 🔑 Create GitHub Personal Access Token
47
45
48
46
The CLI requires GitHub Personal Access Token to make requests to the GitHub API.
49
47
@@ -63,15 +61,11 @@ Token is stored locally on `/home/<username>/.gfi/good-first-issues` file.
63
61
64
62
Store the token with the name `GFITOKEN` in your environment.
65
63
66
-
## Usage
64
+
## 🚀 Usage
67
65
68
66
GitHub provides API to fetch user and organization data. [Personal Access Token](#create-github-personal-access-token) is required for authentication and data fetching.
> <imgsrc = "https://i.imgur.com/vrgr8ju.gif"width="700"alt="demo of timezone cli search" />
192
-
193
-
</details>
194
-
195
-
### Changing output limits
191
+
### ⚖️ Limit output
196
192
197
193
The output is limited to display 10 issues by default. Use `--limit` flag to set the number of issues for output or `--all` for no limits.
198
194
@@ -213,7 +209,7 @@ View all issues found.
213
209
$ gfi search "rust-lang" --all
214
210
```
215
211
216
-
### Viewing issues on browser
212
+
### 🌐 View issues on browser
217
213
218
214
It's hard to navigate through all the issues when you have the `--all` flag enabled, you can view the issues on your browser with ease using the `--web` flag.
For guidance on setting up a development environment and how to make a contribution to `good-first-issues`, see the [contributing guidelines](https://github.com/yankeexe/good-first-issues/blob/master/CONTRIBUTING.md).
0 commit comments