bgreenlee / sublime-github

Sublime Text 2/3 plugin that provides a number of useful commands for GitHub.
MIT License
455 stars 98 forks source link

Searching and viewing github readmes in sublime (incl. installed plugins' readmes) #46

Closed aronj closed 11 years ago

aronj commented 11 years ago

Adding a new command:

Show a readme in sublime from installed plugins or search github for any project readme.

To find the address/project I believe you could use the git repo remote address. The option of searching github can be done with their api. Some hardcoded assumptions about the readme could be required. Maybe you can strip the markdown as well.

Useful?

bgreenlee commented 11 years ago

The work/utility ratio seems pretty high to me.

aronj commented 11 years ago

On a second thought I think I agree.