gropen
gropen
(Git Remote Open) is a simple command line application for opening
local files and directories on remote git repositories.
Supported repos
Supported editors
Supported systems
Installation
pip install gropen
NOTE: gropen
requires Python 3.6 or greater 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
Open file from an outter directory:
cd ~/Dev
gropen python/gropen/gropen/gropen.py:20,30
Open file from an inner directory:
cd ~/Dev/python/gropen/gropen
gropen gropen.py:20,30
TODO
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.