Add zsh-_url-httplink completion

Extends zsh's _urls completion, allowing it to complete urls from html
pages
This commit is contained in:
Joe Block 2016-08-12 22:07:46 -05:00
parent a39b363720
commit 6dee982f40

View file

@ -392,6 +392,7 @@ These plugins add tab completion without adding extra functions or aliases.
* [tugboat](https://github.com/DimitriSteyaert/Zsh-tugboat) - Adds autocompletion for [tugboat](https://github.com/pearkes/tugboat/) command
* [umake](https://github.com/zlsun/umake) - Tab completion for Ubuntu umake
* [vert.x-omz-plugin](https://github.com/davidafsilva/vert.x-omz-plugin) - Provides autocomplete features for the [vertx](http://vertx.io/) command.
* [zsh-_url-httplink](https://github.com/Valodim/zsh-_url-httplink) - Extends zsh's _urls completion, allowing it to complete urls from html pages.
* [zsh-better-npm-completion](https://github.com/lukechilds/zsh-better-npm-completion) - Better completion for `npm`
* [zsh-cabal-completion](https://github.com/ehamberg/zsh-cabal-completion) - Add tab completion for cabal
* [zsh-completions](https://github.com/zsh-users/zsh-completions) - A collection of extra completions for ZSH.