{ "info": { "author": "Kermit Alexander II", "author_email": "tuxfreak@tuxfamily.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Console", "Environment :: Plugins", "Intended Audience :: End Users/Desktop", "License :: OSI Approved :: BSD License", "Operating System :: POSIX", "Programming Language :: Python" ], "description": "xonsh-apt-tabcomplete - APT tab completion for the Xonsh shell\n==============================================================\n\nInstalling\n==========\n\nInstallation is done the normal way for setuptools-based projects:\n\n::\n\n python setup.py install\n\nYou can also use pip, of course:\n\n::\n\n pip install xonsh-apt-tabcomplete\n\nNote that in the specific case of Xonsh, make sure you use your Python 3\nexecutable to run setup.py, since as of this writing that\u2019s all Xonsh\nsupports.\n\nNext, you\u2019ll have to add a line to your .xonshrc file to load the\nplugin:\n\n::\n\n xontrib load apt_tabcomplete\n\nIf you have the bash completer installed, then you should also add the\nfollowing lines to ensure that apt_tabcomplete is loaded before the bash\ncompleter:\n\n::\n\n completer remove auto_apt\n completer add auto_apt apt_completer \"