Florian Bruhin
0efdfd2f27
Switch format_json userscript to /bin/sh again
...
It was switched to bash in 22e4a800a1 for
"-o pipefail", but doesn't actually use pipes, so we might as well
switch it back to sh again.
(cherry picked from commit aa333512a1 )
2021-01-28 15:57:46 +01:00
Florian Bruhin
e07611fc31
Enforce /usr/bin/env shebangs in userscripts
...
See https://github.com/qutebrowser/qutebrowser/discussions/5927#discussioncomment-145322
2020-12-03 11:09:20 +01:00
Eliran Gonen
89a0679908
Adapted alias adding instruction
2019-04-30 16:56:50 +03:00
Eliran Gonen
5bfa830f61
Updated alias instructions to modern qutebrowser configuration format
2019-04-30 07:46:13 +03:00
colombini
ed8fb5959e
Add ".html" suffix to mktemp
2019-04-25 11:18:22 -03:00
Florian Bruhin
e1f0d994fd
Use /bin/bash for format_json userscript
...
The pipefail option is undefined in POSIX sh:
https://github.com/koalaman/shellcheck/wiki/SC2039
2019-02-15 23:25:59 +01:00
François Chavant
22e4a800a1
Refactor format_json userscript to not parse 'ls' output
...
The script now also works under MacOS
2017-12-03 10:50:54 +01:00
François Chavant
dd589f180b
Fix remaining shellcheck warnings
2017-12-02 21:09:24 +01:00
François Chavant
31710b7045
Trivial fixes for shellcheck warnings
2017-12-02 19:37:20 +01:00
Bryan Gilbert
536c28a952
implemented format_json userscript
2017-08-27 21:37:58 -04:00