-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8c6eddc
commit d6bfd6d
Showing
1 changed file
with
29 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,33 @@ | ||
|
||
# Github Assistant | ||
Organize and manage your GitHub issues and pull requests with ease using our Rust-based application. Stay on top of your work by quickly accessing, filtering, and browsing issues/PRs directly from your terminal. With built-in functionality to display comments, assignments, and more, you'll have all the information you need at your fingertips. | ||
|
||
|
||
## Get started | ||
To use the application, you need to set your GitHub username and personal access token as environment variables: | ||
|
||
```bash | ||
export GITHUB_USERNAME=myusername | ||
export GITHUB_TOKEN=mytoken | ||
``` | ||
Replace myusername and mytoken with your GitHub username and personal access token, respectively. | ||
|
||
## Navigate: | ||
Up: Go up to in the list | ||
Down: Go down in the list | ||
Right: show comments | ||
Left: hide comments | ||
|
||
## Options | ||
'A' : show assignment | ||
'C': show closed | ||
'Q': close app | ||
'ENTER': open the issue in the browser | ||
'p': show actions | ||
'1': close issue | ||
**Up**: Move up in the list | ||
**Down**: Move down in the list | ||
**Right**: Display comments for the selected issue/PR | ||
**Left**: Hide comments for the selected issue/PR | ||
|
||
## Commands | ||
**A** : show assignment | ||
**C**: show closed | ||
**Q**: close app | ||
**ENTER**: open the issue in the browser | ||
**p**: show actions | ||
**1**: close issue | ||
|
||
## Contributing | ||
We welcome contributions to the project. Please feel free to open a pull request or an issue on the GitHub repository. | ||
|
||
## Disclaimer | ||
This application is not affiliated with, maintained, authorized, endorsed, or sponsored by GitHub Inc. or any of its subsidiaries or affiliates. The official GitHub website can be found at https://github.com. |