Display GitHub Pull Requests in your menu bar.
The following information can be displayed:
- Pull Requests you created
- Pull Requests assigned to you for review
- Issues and Pull Requests assigned to you
- Quickly check your GitHub tasks from the menu bar
- Written in Deno for easy setup
- Deno must be installed
- Clone this repository or download the
github.10m.tsfile - Place the
github.10m.tsfile in the Xbar plugins directory using one of the following methods:- Create a symbolic link:
Run the following command in your terminal. Replace
<path_to_plugin_directory>with the actual path to thesrcdirectory containinggithub.10m.ts:ln -s <path_to_plugin_directory>/src/github.10m.ts ~/Library/Application\ Support/xbar/plugins/github.10m.ts
- Copy the file directly:
Copy the
github.10m.tsfile to~/Library/Application Support/xbar/plugins/directory
- Create a symbolic link:
Run the following command in your terminal. Replace
-
Click the Xbar icon in the menu bar and select "Open plugins..."
-
Find
github.10m.tsin the plugin list and configure it:- Setting up GitHub Token: Configure the personal access token required for the plugin to access the GitHub API. You can create a token from the GitHub settings page. Required scopes are
repo(if including private repositories) orpublic_repo(for public repositories only)
- Setting up GitHub Token: Configure the personal access token required for the plugin to access the GitHub API. You can create a token from the GitHub settings page. Required scopes are
-
After configuration, refresh the plugin by selecting "Refresh all plugins" from the Xbar menu or "Refresh" from the individual plugin menu
Please submit bug reports and feature requests via Issues or Pull Requests.
