Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hub autocompletions and interactive help #68

Open
donnemartin opened this issue Jun 20, 2016 · 2 comments
Open

Add hub autocompletions and interactive help #68

donnemartin opened this issue Jun 20, 2016 · 2 comments

Comments

@donnemartin
Copy link
Owner

donnemartin commented Jun 20, 2016

These GitHub commands are provided by hub:

   pull-request   Open a pull request on GitHub
   fork           Make a fork of a remote repository on GitHub and add as remote
   create         Create this repository on GitHub and add GitHub as origin
   browse         Open a GitHub page in the default browser
   compare        Open a compare page on GitHub
   release        List or create releases (beta)
   issue          List or create issues (beta)
   ci-status      Show the CI status of a commit
@DanyC97
Copy link

DanyC97 commented Jan 15, 2017

am i right to say that some of the above hub commands were/ are implemented in gitsome on a different way? (i.e - is not using hub under the hood).

If so is there are any desire @donnemartin to converge and use hub for the overlap commands ?

@donnemartin
Copy link
Owner Author

donnemartin commented Jan 20, 2017

Hi @DanyC97, you're right gitsome is not using hub under the hood.

I actually use both alongside each other and thought it might be helpful to add gitsome autocompletions for hub commands with this ticket.

From the README:

Run [gitsome] gh commands along with Git-Extras and hub commands to unlock even more GitHub integrations!

Going forward, I think it makes sense to try to use existing hub commands where applicable rather than try to reinvent the wheel. In the future, perhaps gitsome might call hub commands if hub is installed.

The gitsome shell can autocomplete various commands such as gh, Git-Extras, and in the near future hub commands.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants