Skip to main content

CLI for opening local files on browsers based on a remote git repository

Project description

gropen

gropen (Git Remote Open) is a simple command line application for opening local files and directories on remote git repositories.

Current support:

  • GitHub;
  • Bitbucket;
  • GitLab.

Installation

pip install gropen

NOTE: gropen requires Python 3.6 or greater to be installed on your local environment.

Usage

Here are some example of what gropen can open on your project's remote repo.

Open current directory:

gropen .

Open another directory:

gropen gropen/

Open a file:

gropen gropen/gropen.py

Open a file pointing out the lines of code to be highlighted:

gropen gropen/gropen.py:42
gropen gropen/gropen.py:16,32

TODO

  • Add support for remote repos on GitHub;
  • Add support for remote repos on Bitbucket;
  • Add support for remote repos on GitLab;
  • Open current directory;
  • Open arbitrary directory and files;
  • Point out the line(s) of code to be highlighted;
  • Handle relative paths;
  • Create Vim plugin;
  • Create VS Code plugin;
  • Create Sublime plugin.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/tiagopog/gropen/. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

This package is available as open source under the terms of the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

gropen-0.1.0.tar.gz (4.0 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page