1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53
|
Source: gitsome
Section: misc
Priority: optional
Maintainer: SZ Lin (林上智) <szlin@debian.org>
Build-Depends: debhelper (>= 11),
python3 (>= 3.4),
dh-python,
python3-mock,
python3-sigmavirus24-urltemplate,
python3-prompt-toolkit,
python3-pytest,
python3-sphinx,
python3-pexpect,
python3-flake8,
tox,
python3-ply,
xonsh
X-Python3-Version: >= 3.4
Standards-Version: 4.2.1
Homepage: https://github.com/donnemartin/gitsome
Vcs-Git: https://salsa.debian.org/debian/gitsome.git
Vcs-Browser: https://salsa.debian.org/debian/gitsome
Package: gitsome
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
python3 (>= 3.4),
python3-sigmavirus24-urltemplate,
python3-click,
python3-colorama,
python3-docopt,
python3-feedparser,
python3-ply,
python3-prompt-toolkit,
python3-requests,
python3-pygments,
python3-tz,
python3-numpydoc,
xonsh
Description: Supercharged Git/Shell Autocompleter with GitHub Integration
gitsome provides direct integration with GitHub and GitHub Enterprise in
a terminal.
It includes not only GitHub integrated commands that work with all
shells but also provides following functions.
.
- Git and GitHub Autocompleter With Interactive Help
- Fish-Style Auto-Suggestions
- General Autocompleter
- Python REPL
- Command History
- Customizable Highlighting
.
|