https://github.com/ojford/rofi-gh
GitHub issues in rofi
https://github.com/ojford/rofi-gh
Last synced: 6 months ago
JSON representation
GitHub issues in rofi
- Host: GitHub
- URL: https://github.com/ojford/rofi-gh
- Owner: OJFord
- License: bsd-3-clause
- Created: 2020-10-02T21:08:13.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-14T16:04:05.000Z (almost 5 years ago)
- Last Synced: 2025-02-08T23:28:37.208Z (8 months ago)
- Language: Shell
- Size: 15.6 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rofi-gh
Allows you to get GitHub in [rofi](//github.com/davatorium/rofi).
- List issues in your repositories and open them (`rofi-gh-issues`)
- Looking for something else? Issues & PRs welcome :)## Usage
Ensure the scripts you wish to use are somewhere on your `$PATH` (for example, `/usr/local/bin/rofi-gh-issues`) and run `rofi -show ':'` (`rofi -show 'GH:rofi-gh-issues'`).
### rofi-gh-issues
This one was my initial motivation for `rofi-gh`, so that I could sit down in the mood to work on something, but with nothing particular in mind, and see what issues I have open in my repositories. For that reason, the default (and presently only) query is:
- [`user:@me is:open archived:false`](//github.com/issues?q=user%3A%40me+is%3Aopen+archived%3Afalse) (default)
But I'm certainly open to adding configuration if you have other use-cases/desires (open an issue or PR).