Quickly open URLs related to your repos
Project description
repo-links
Quickly open URLs related to your repos.
How to install
$ pip install repo-links
Example usage
Each command prints the URL to a relevant service. For that to actually be useful, you probably want to use it in another command. For example, on MacOS you can use the open
command to open the URL in the default browser.
The command below would open your repo's page on it's code management system.
$ open $(repo-links code)
Open a repo in a code management system
The code
command prints a URL to the repo's code management system. The details are automatically pulled from your locally setup git remotes. Without any additional arguments, it'll open the repo's root page in your code management system.
$ repo-links code
You can also point to a specific file or directory.
$ repo-links code ./repo_links/cli.py
You can optionally specify either a single line or a range of lines to have them selected (useful when collaborating on code snippets).
$ repo-links code ./repo_links/cli.py --lines 12
$ repo-links code ./repo_links/cli.py --lines 12:15
Currently supported code management systems:
- GitHub
- Bitbucket
Open your repo in a CI/CD platform
The ci
command opens a repo's CI/CD platform page. The platform is determined by whether their configuration files exist locally (e.g. a .github
folder for GitHub Actions).
$ repo-links ci
Currently supported CI/CD platforms:
- CircleCI
Building your own plugins
Under construction. repo-links
is planning to support plugins.
Development
To contribute to this tool, first checkout the code. Then create a new virtual environment:
cd repo_links
python -mvenv venv
source venv/bin/activate
Or if you are using pipenv
:
pipenv shell
Now install the dependencies and tests:
pip install -e '.[test]'
To run the tests:
pytest
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file repo-links-0.1.0.tar.gz
.
File metadata
- Download URL: repo-links-0.1.0.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fc29746b8eff004c600870bedd324f913a8d3b14c6a63c4d7e0e6120bbd2ea32 |
|
MD5 | d58da9d67b98fbee5e7daf1b321cf245 |
|
BLAKE2b-256 | 22f3902ed7da203c28d5bfe51f9249e6c119885b4d0f93c42c818ebca28d399d |
File details
Details for the file repo_links-0.1.0-py3-none-any.whl
.
File metadata
- Download URL: repo_links-0.1.0-py3-none-any.whl
- Upload date:
- Size: 5.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.3 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8551bdaafbf500ead95f69aaad33292da88c46c57cc6b729d1d28819bc30a2c8 |
|
MD5 | 97ff4189effd1f49ea751fd4dc3eaa16 |
|
BLAKE2b-256 | 07bdecd39174a8e78f2dbf199fc5ff360cea408d41612c9560839110ee6bd9e5 |