From aa6d71ce68e7cd50cb2cdfab974e88a95c8df46b Mon Sep 17 00:00:00 2001 From: Kevin Velghe Date: Thu, 29 Sep 2016 20:58:21 +0200 Subject: [PATCH 1/2] Fix viewsource userscript For months I've been wondering what created these files in my home directory ... --- misc/userscripts/qutebrowser_viewsource | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/misc/userscripts/qutebrowser_viewsource b/misc/userscripts/qutebrowser_viewsource index 535855bb3..b528c41e8 100755 --- a/misc/userscripts/qutebrowser_viewsource +++ b/misc/userscripts/qutebrowser_viewsource @@ -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" From c012a4e05c92133bfcb765dc2acd8a1fa2936e77 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Fri, 14 Oct 2016 06:46:58 +0200 Subject: [PATCH 2/2] Regenerate authors --- README.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.asciidoc b/README.asciidoc index 27fc8df56..86743bc71 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -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