Merge branch 'paretje-viewsource'
This commit is contained in:
commit
f9f04763c9
@ -162,8 +162,8 @@ Contributors, sorted by the number of commits in descending order:
|
|||||||
* Claude
|
* Claude
|
||||||
* Corentin Julé
|
* Corentin Julé
|
||||||
* meles5
|
* meles5
|
||||||
* Philipp Hansch
|
|
||||||
* Kevin Velghe
|
* Kevin Velghe
|
||||||
|
* Philipp Hansch
|
||||||
* Daniel Karbach
|
* Daniel Karbach
|
||||||
* Panagiotis Ktistakis
|
* Panagiotis Ktistakis
|
||||||
* Artur Shaik
|
* Artur Shaik
|
||||||
|
@ -24,9 +24,9 @@
|
|||||||
# Caveat: Does not use authentication of any kind. Add it in if you want it to.
|
# Caveat: Does not use authentication of any kind. Add it in if you want it to.
|
||||||
#
|
#
|
||||||
|
|
||||||
path=/tmp/qutebrowser_$(mktemp XXXXXXXX).html
|
path=$(mktemp --tmpdir qutebrowser_XXXXXXXX.html)
|
||||||
|
|
||||||
curl "$QUTE_URL" > $path
|
curl "$QUTE_URL" > "$path"
|
||||||
urxvt -e vim "$path"
|
urxvt -e vim "$path"
|
||||||
|
|
||||||
rm "$path"
|
rm "$path"
|
||||||
|
Loading…
Reference in New Issue
Block a user