Update docs

This commit is contained in:
Florian Bruhin 2016-04-20 22:17:27 +02:00
parent e18b056877
commit 9ae826295b
3 changed files with 4 additions and 2 deletions

View File

@ -30,6 +30,7 @@ Changed
- qutebrowser got a new (slightly updated) logo - qutebrowser got a new (slightly updated) logo
- `:tab-focus` can now take a negative index to focus the nth tab counted from - `:tab-focus` can now take a negative index to focus the nth tab counted from
the right. the right.
- `:yank` can now yank the pretty/decoded URL by adding `--pretty`
v0.6.1 v0.6.1
----- -----

View File

@ -166,6 +166,7 @@ Contributors, sorted by the number of commits in descending order:
* Philipp Hansch * Philipp Hansch
* Kevin Velghe * Kevin Velghe
* Austin Anderson * Austin Anderson
* Panagiotis Ktistakis
* Alexey "Averrin" Nabrodov * Alexey "Averrin" Nabrodov
* avk * avk
* ZDarian * ZDarian
@ -173,7 +174,6 @@ Contributors, sorted by the number of commits in descending order:
* John ShaggyTwoDope Jenkins * John ShaggyTwoDope Jenkins
* Jimmy * Jimmy
* Peter Vilim * Peter Vilim
* Panagiotis Ktistakis
* Clayton Craft * Clayton Craft
* Oliver Caldwell * Oliver Caldwell
* Jonas Schürmann * Jonas Schürmann

View File

@ -794,7 +794,7 @@ Save open pages and quit.
[[yank]] [[yank]]
=== yank === yank
Syntax: +:yank [*--title*] [*--sel*] [*--domain*]+ Syntax: +:yank [*--title*] [*--sel*] [*--domain*] [*--pretty*]+
Yank the current URL/title to the clipboard or primary selection. Yank the current URL/title to the clipboard or primary selection.
@ -802,6 +802,7 @@ Yank the current URL/title to the clipboard or primary selection.
* +*-t*+, +*--title*+: Yank the title instead of the URL. * +*-t*+, +*--title*+: Yank the title instead of the URL.
* +*-s*+, +*--sel*+: Use the primary selection instead of the clipboard. * +*-s*+, +*--sel*+: Use the primary selection instead of the clipboard.
* +*-d*+, +*--domain*+: Yank only the scheme, domain, and port number. * +*-d*+, +*--domain*+: Yank only the scheme, domain, and port number.
* +*-p*+, +*--pretty*+: Yank the URL in pretty decoded form.
[[yank-selected]] [[yank-selected]]
=== yank-selected === yank-selected