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
|
||||
* Corentin Julé
|
||||
* meles5
|
||||
* Philipp Hansch
|
||||
* Kevin Velghe
|
||||
* Philipp Hansch
|
||||
* Daniel Karbach
|
||||
* Panagiotis Ktistakis
|
||||
* Artur Shaik
|
||||
|
@ -24,9 +24,9 @@
|
||||
# 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"
|
||||
|
||||
rm "$path"
|
||||
|
Loading…
Reference in New Issue
Block a user