Add missing docs for {url:host}

This commit is contained in:
Florian Bruhin 2018-02-27 17:29:36 +01:00
parent 5eb340d481
commit e6aa6b8235
2 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,7 @@ For command arguments, there are also some variables you can use:
- `{url}` expands to the URL of the current page
- `{url:pretty}` expands to the URL in decoded format
- `{url:host}` expands to the host part of the URL
- `{clipboard}` expands to the clipboard contents
- `{primary}` expands to the primary selection contents

View File

@ -26,6 +26,7 @@ For command arguments, there are also some variables you can use:
- `{url}` expands to the URL of the current page
- `{url:pretty}` expands to the URL in decoded format
- `{url:host}` expands to the host part of the URL
- `{clipboard}` expands to the clipboard contents
- `{primary}` expands to the primary selection contents