github-repo-opener

A tool to open your GitHub repository page quickly.


Keywords
github, repository, git, github-api
License
MIT
Install
pip install github-repo-opener==0.1.2

Documentation

github_repo_opener

A CLI tool to open a front page of owned GitHub repositories quickly.

Installation

$ pip install github_repo_opener

Prerequisition

User has a GitHub access token.

Usage

Once installed the package, you can use github-repo-opener command.

$ github-repo-opener

https://raw.githubusercontent.com/gh640/github_repo_opener/master/assets/capture-01-no-command.gif

Prepare a local database

$ github-repo-opener initdb

This creates a sqlite database file at ~/.cache/github_repo_opener/cache.sqlite3.

Fetch repository data and store them in the local database

$ github-repo-opener fetch

Show repository names

$ github-repo-opener show

Open a repository front page

$ github-repo-opener open

https://raw.githubusercontent.com/gh640/github_repo_opener/master/assets/capture-02-open.gif

Drop the local database

$ github-repo-opener dropdb

This deletes the sqlite database file at ~/.cache/github_repo_opener/cache.sqlite3.

License

Licensed under MIT license.