Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 "