A Supercharged Git/Shell Autocompleter with GitHub Integration.
Project description
gitsome
To view the latest README, docs, and code, visit the GitHub repo:
https://github.com/donnemartin/gitsome
To submit bugs or feature requests, visit the issue tracker:
Changelog
0.8.0 (2019-04-07)
This version adds support for Python 3.7.
Updates
Bug Fixes
0.7.0 (2017-03-26)
Features
Bug Fixes
#67 - Fix gh_issues typo in the README, by srisankethu.
#69 - Fix --issue_filter typo for gh_issues command in COMMANDS.md.
#80 - Fix path for auto completions in README.
#92 - Fix viewing HTML contents in the terminal for GitHub Enterprise users, by dongweiming.
#97 - Fix error hint from gh gitignores to gh gitignore-templates, by zYeoman.
#116 - Fix gh trending command resulting in an error.
Updates
#58 - Tweak README intro, add logo.
#74 - Add link to official GitHub integration page in README.
#79 - Only store password in config for GitHub Enterprise (due to Enterprise limitations), by nttibbetts.
#86 - Update dependency info for uritemplate.
#89 - Fix a bug listing info on repos without a desc field, by SanketDG.
#98 - Prefer GitHub Enterprise token before password.
#104 - Update install instructions to use pip3.
#111 - Add note about current Python 3.6 incompatibility.
#115 - Set current Python support to 3.4 and 3.5.
0.6.0 (2016-05-29)
Features
Bug Fixes
#30 - Fix a typo in the pip3 install instructions.
#39 - Fix gh feed -pr/--private flag in docs.
#40 - Fix create-issue NoneType error if no -b/--body is specified.
#46 - Fix gh view with the -b/–browser option only working for repos, not for issues or PRs.
#48 - Fix create-repo NoneType error if no -d/--description is specified.
#54 - Update to prompt-toolkit 1.0.0, which includes performance improvements (especially noticeable on Windows) and bug fixes.
Fix Config docstrings.
Updates
0.5.0 (2016-05-15)
Features
#12 - Allow 2FA-enabled users to log in with a password + 2FA code. Previously 2FA-enabled users could only log in with a personal access token. Also includes an update of login prompts to improve clarity.
Bug Fixes
Updates
#1 - Add Codecov coverage testing status to README.
#2 - Add note about enabling Zsh completions to README.
#4 - Add note about using pip3 to README.
#5 - Decrease speed of README gif.
#6 - Update url for click.
#20 - Add note about enabling more completions to README.
#21 - Bump up prompt-toolkit version from 0.51 to 0.52.
#26 - Add xonsh copyright notice to LICENSE.
#32 - Add github3.py, html2text, and img2txt copyright notices to LICENSE.
Update installation instructions in README.
Update color customization discussion in README.
0.4.0 (2016-05-09)
Initial release.