1.0.1 • Published 6 years ago

gh-browse v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

gh-browse

npm npm

A lazy man's way to open up a search query on GitHub using the CLI

Installation and Usage

Prerequisites: Node.js (>=8.11.1), npm version 3+.

Global Installation

yarn

yarn global add gh-browse

npm

npm i -g gh-browse

Usage

gh-browse <search-term> [options]

Options

-h, --help                               output usage information
-v, --version                            output the version number
--info                                   print search information
--type                                   change search type (code, commits, issues, topics, wikis, users)

only <search-term> is required.

Examples

gh-browse <search-term> --type=users     your search type will be set to users
1.0.1

6 years ago

1.0.0

6 years ago

0.2.1

6 years ago

0.2.0

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

9 years ago