I love that you included a gif in the readme and I'm amused at how fast it's running. Your brain was probably going a mile a minute when you decided that was a good speed.
Regarding the gif being too fast, thanks for the feedback! I've slowed it down 50%, hopefully it's easier to follow.
I'd love to get some more feedback on gitsome, I admit I'm not the best gif-maker :)
A few other updates based on feedback/questions from the community:
* Completions work with zsh, not just bash [1]
* The GitHub-integration commands work regardless of whether you start the gitsome autcompleter shell. Check out the quick reference [2] and full reference [3] of GitHub commands available.
I installed gitsome on CentOS 7.2.1511 running Python 3.5.1. The auto-complete feature on gitsome will only suggest files, folders, and executables on the path. It will not offer any auto-complete suggestions for git commands, options, branches, etc.
Adding this line to the ~/.xonshrc file fixed the reported behaviour:
$BASH_COMPLETIONS.append('/usr/share/doc/git-1.8.3.1/contrib/completion/git-completion.bash')
Hmm, I haven't looked at GitHub enterprise specifically. johntdyer on GitHub submitted an issue asking about this also, I'll check and update the following: