Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/math2001/repoplease
Sublime Text Package: Open the repository of a package from ST
https://github.com/math2001/repoplease
github sublime-text sublime-text-3
Last synced: 21 days ago
JSON representation
Sublime Text Package: Open the repository of a package from ST
- Host: GitHub
- URL: https://github.com/math2001/repoplease
- Owner: math2001
- Created: 2017-01-02T07:58:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-02T08:13:37.000Z (about 8 years ago)
- Last Synced: 2024-11-10T07:41:22.432Z (3 months ago)
- Topics: github, sublime-text, sublime-text-3
- Language: Python
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RepoPlease
- [Usage](#usage)
- [Installation](#installation)
- [Using package control](#using-package-control)
- [Using the command line](#using-the-command-line)
- [This package is honoring...](#this-package-is-honoring)This packages lets you open the repository of any packages you have installed using Package Control (or that has a `package-metada.json` with a `url` key in it).
## Usage
1. Open up the command palette (ctrl+shift+p)
2. Search for `RepoPlease`
3. Hit enter (you didn't expected that one, did ya? :smile: )All your packages are listed in a quick panel, with the repo URL under its name. If you pick one, it'll open it in your default browser.
## Installation
Because it is not available on package control for now, you have to add this repo "manually" to your list.
### Using package control
1. Open up the command palette (`ctrl+shift+p`), and find `Package Control: Add Repository`. Then enter the URL of this repo: `https://github.com/math2001/RepoPlease` in the input field.
2. Open up the command palette again and find `Package Control: Install Package`, and just search for `RepoPlease`. (just a normal install)### Using the command line
```bash
cd "%APPDATA%\Sublime Text 3\Packages" # on window
cd ~/Library/Application\ Support/Sublime\ Text\ 3 # on mac
cd ~/.config/sublime-text-3 # on linuxgit clone "https://github.com/math2001/RepoPlease"
```> Which solution do I choose?
It depends of your needs:
- If you intend to just use RepoPlease, then pick the first solution (Package Control), **you'll get automatic update**.
- On the opposite side, if you want to tweak it, use the second solution. Note that, to get updates, you'll have to `git pull`## This package is honoring...
[`ReadmePlease`](https://packagecontrol.io/packages/ReadmePlease)! This plugin is really simple (just as this one), but it saved me so much time, it's incredible! Just as you probably guessed, this repo opens up... the `README`! Well done! :smile: