terminus-plugin-project / terminus-autocomplete-plugin
Autocomplete - A Terminus plugin to help provide tab completion for commands.
Installs: 216
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 3
Forks: 3
Open Issues: 2
Type:terminus-plugin
Requires
- php: ^5.5 || ^7.0 || ^8.0
README
Version 2.x
A Terminus plugin to help provide tab completion for commands.
Usage:
$ terminus autocomplete:install
This will check for requirements and provide final install instructions.
$ terminus autocomplete:check
This will check for requirements only. See Requirements section below.
$ terminus autocomplete:test
This will print a message which explains how to test if tab completion is working.
$ terminus autocomplete:update
This will update the autocomplete commands and should be executed after every new Terminus release.
Learn more about Terminus and Terminus Plugins.
Installation:
For installation help, see Manage Plugins.
mkdir -p ~/.terminus/plugins
composer create-project -d ~/.terminus/plugins terminus-plugin-project/terminus-autocomplete-plugin:~2
Requirements:
- brew (Mac only)
- bash-completion
- composer
- cgr
- symfony-autocomplete
These requirements will be checked before installation can be completed. If you don't have all the requirements installed, don't worry too much. You will be provided with instructions to guide you through the process.
Help:
Run terminus help autocomplete:[install|check|test|update]
for help.
Credit:
Plugin inspired by Autocompletion for Terminus 1.x on MacOS.