Detailed Usage - vkhitrin/hub GitHub Wiki
Detailed Usage
Default Command
Google is the default command used in hub.
In order to change that, refer to the configuration and alter the following line:
commands: [
[null, 'Google', '*', 'https://encrypted.google.com', '/search?q={}', '#111'],
...
],
'*' - indicates that on any query that doesn't match the configured commands, will trigger the following 'default' command which in this case is a Google search.
Replace the corresponding values in order to configure your own default command.