From 6dee982f40130f6fb035a72be02e09de9e620f5a Mon Sep 17 00:00:00 2001 From: Joe Block Date: Fri, 12 Aug 2016 22:07:46 -0500 Subject: [PATCH] Add zsh-_url-httplink completion Extends zsh's _urls completion, allowing it to complete urls from html pages --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index c664d9d..b8db350 100644 --- a/README.md +++ b/README.md @@ -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.