Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gh640/github_repo_opener
A CLI tool to open a GitHub repository page quickly.
https://github.com/gh640/github_repo_opener
git github github-api
Last synced: about 1 month ago
JSON representation
A CLI tool to open a GitHub repository page quickly.
- Host: GitHub
- URL: https://github.com/gh640/github_repo_opener
- Owner: gh640
- License: mit
- Created: 2018-02-26T06:37:54.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-18T02:23:52.000Z (about 6 years ago)
- Last Synced: 2024-10-13T11:57:20.834Z (3 months ago)
- Topics: git, github, github-api
- Language: Python
- Homepage: https://pypi.org/project/github-repo-opener/
- Size: 231 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
####################
`github_repo_opener`
####################A CLI tool to open a front page of owned GitHub repositories quickly.
************
Installation
************.. code-block:: bash
$ pip install github_repo_opener
**************
Prerequisition
**************User has a GitHub access token.
*****
Usage
*****Once installed the package, you can use `github-repo-opener` command.
.. code-block:: bash
$ github-repo-opener
.. image:: https://raw.githubusercontent.com/gh640/github_repo_opener/master/assets/capture-01-no-command.gif
Prepare a local database
========================.. code-block:: bash
$ github-repo-opener initdb
This creates a sqlite database file at :code:`~/.cache/github_repo_opener/cache.sqlite3`.
Fetch repository data and store them in the local database
==========================================================.. code-block:: bash
$ github-repo-opener fetch
Show repository names
=====================.. code-block:: bash
$ github-repo-opener show
Open a repository front page
============================.. code-block:: bash
$ github-repo-opener open
.. image:: https://raw.githubusercontent.com/gh640/github_repo_opener/master/assets/capture-02-open.gif
Drop the local database
=======================.. code-block:: bash
$ github-repo-opener dropdb
This deletes the sqlite database file at :code:`~/.cache/github_repo_opener/cache.sqlite3`.
*******
License
*******Licensed under MIT license.