https://github.com/sajjadmrx/vscode-github-info
github-info is a VS Code extension that displays information about GitHub user profiles and repositories. It allows you to view user and repository information such as the number of followers/following
https://github.com/sajjadmrx/vscode-github-info
github information vscode-extension
Last synced: 3 months ago
JSON representation
github-info is a VS Code extension that displays information about GitHub user profiles and repositories. It allows you to view user and repository information such as the number of followers/following
- Host: GitHub
- URL: https://github.com/sajjadmrx/vscode-github-info
- Owner: sajjadmrx
- License: mit
- Created: 2023-04-26T12:51:53.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-01T21:14:24.000Z (about 2 years ago)
- Last Synced: 2024-12-26T00:09:15.154Z (5 months ago)
- Topics: github, information, vscode-extension
- Language: TypeScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=sajjadmrx.github-info
- Size: 519 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# GitHub Info
GitHub Info is a VS Code extension that shows your GitHub information in the status bar.
## Features
The extension shows the following information:
- Your GitHub username
- Your number of followers
- Your number of following users
- Detect new followers/followingAll the information is updated every hour, and you can customize the update interval time in the extension settings.
## Installation
You can install the extension from the VS Code Marketplace. Just search for "GitHub Info" in the extensions tab or [click here](https://marketplace.visualstudio.com/items?itemName=sajjadmrx.github-info) to go to the extension page.# Configuration
To access the extension settings, go to the VS Code settings (`Ctrl +`, on Windows or `Cmd + ,` on Mac), and search for "github info". Alternatively, you can use the Command Palette (`Ctrl + Shift + P` on Windows or `Cmd + Shift + P` on Mac), and search for "github info: Open Settings". In the settings, you can set your GitHub access token and username by clicking the "Edit in settings.json" button. You can also use the following commands to set your token and username:
(optional) github info: Set GitHub Access Token: Set your GitHub access token.
github info: Set GitHub Username: Set your GitHub username.Check out the following tutorial videos to learn how to set your token and username:
| set username |
| :------------------------------------------------------------------------------------------------------------------: |
| || set token (optional) |
| :------------------------------------------------------------------------------------------------------------------: |
| || reload |
| :------------------------------------------------------------------------------------------------------------------: |
| |## Usage
Once you set your GitHub token or username in the extension settings, the information will be displayed in the status bar
If you encounter any issues or have suggestions for improvements, please open an issue on the [GitHub repository](https://github.com/sajjadmrx/vscode-github-info)