opengit 0.1.0

Creator: railscoder56

Last updated:

Add to Cart

Description:

opengit 0.1.0

Description
A simple command-line tool to open the remote repository of a local git repository. No set-up. No configuration.
Installation
The opengit package can be installed directly using pip.
pip install opengit

Usage

Run opengit from inside a local git repository. For example, when running from inside the fastapi repository:

$ opengit
Opening https://github.com/tiangolo/fastapi.git


Alternatively, run opengit on a specified directory. For example when running on the uvicorn directory:

$ opengit uvicorn/
Opening https://github.com/encode/uvicorn.git

Options
usage: opengit [-h] [directory]

positional arguments:
directory Specify a directory or leave empty for the current directory.

optional arguments:
-h, --help show this help message and exit

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.