donnemartin / gitsome

A supercharged Git/GitHub command line interface (CLI). An official integration for GitHub and GitHub Enterprise: https://github.com/works-with/category/desktop-tools
Other
7.56k stars 437 forks source link

Add hub autocompletions and interactive help #68

Open donnemartin opened 8 years ago

donnemartin commented 8 years ago

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 commented 7 years ago

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 commented 7 years ago

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.