Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/DangerOnTheRanger/xonsh-apt-tabcomplete
APT tabcomplete for the Xonsh shell
https://github.com/DangerOnTheRanger/xonsh-apt-tabcomplete
python xonsh xontrib
Last synced: about 1 month ago
JSON representation
APT tabcomplete for the Xonsh shell
- Host: GitHub
- URL: https://github.com/DangerOnTheRanger/xonsh-apt-tabcomplete
- Owner: DangerOnTheRanger
- License: bsd-2-clause
- Created: 2016-06-16T05:37:44.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-22T08:13:43.000Z (over 5 years ago)
- Last Synced: 2024-10-29T00:21:48.538Z (about 1 month ago)
- Topics: python, xonsh, xontrib
- Language: Python
- Homepage:
- Size: 6.84 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-xontribs - apt_tabcomplete - Adds tabcomplete functionality to apt-get/apt-cache inside of xonsh. (Tab-completions)
README
xonsh-apt-tabcomplete - APT tab completion for the Xonsh shell
==============================================================Installing
==========Installation is done the normal way for setuptools-based projects:
python setup.py install
You can also use pip, of course:
pip install xonsh-apt-tabcomplete
Note that in the specific case of Xonsh, make sure you use your Python 3
executable to run setup.py, since as of this writing that's all Xonsh supports.Next, you'll have to add a line to your .xonshrc file to load the plugin:
xontrib load apt_tabcomplete
If you have the bash completer installed, then you should also add the following lines to ensure that apt_tabcomplete is loaded before the bash completer:
completer remove auto_apt
completer add auto_apt apt_completer "