https://github.com/zmwangx/homebrew-track
:green_apple::apple: Search homebrew/core's issue/pr trackers from the command line
https://github.com/zmwangx/homebrew-track
brew github github-api homebrew homebrew-command homebrew-tap
Last synced: 23 days ago
JSON representation
:green_apple::apple: Search homebrew/core's issue/pr trackers from the command line
- Host: GitHub
- URL: https://github.com/zmwangx/homebrew-track
- Owner: zmwangx
- Created: 2017-03-18T04:39:22.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-07T05:15:12.000Z (about 9 years ago)
- Last Synced: 2025-01-27T08:28:42.886Z (over 1 year ago)
- Topics: brew, github, github-api, homebrew, homebrew-command, homebrew-tap
- Language: Python
- Homepage: https://brew.sh
- Size: 691 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Homebrew Track
Search homebrew/core's issue/pr trackers from the command line.
## Contents
- [Dependencies](#dependencies)
- [Installation](#installation)
- [Usage](#usage)
- [Screenshots](#screenshots)
## Dependencies
- Python 3.6 or later (`brew install python3`);
- [`github3.py`](https://github.com/sigmavirus24/github3.py) (`pip install github3.py`).
## Installation
```
brew tap zmwangx/track
```
## Usage
```
usage: brew-track [-h] [--color {auto,always,never}]
[--pager {auto,always,never}] [--debug] [--issue | --pr]
[--open | --closed] [--title-only | --title-and-body-only]
keywords [keywords ...]
Search for Homebrew/homebrew-core issues and prs.
positional arguments:
keywords search keyword(s)
optional arguments:
-h, --help show this help message and exit
--color {auto,always,never}
whether to color the output
--pager {auto,always,never}
whether to use a pager; the default is 'auto', where a
pager is only used if the output is longer than a
screenful
--debug print debugging information
--issue restrict to issues
--pr restrict to prs
--open restrict to open issues/prs
--closed restrcit to closed issues/prs
--title-only restrict search to titles
--title-and-body-only
restrict search to titles and bodies
```
## Screenshots
Without pager:

With pager:
